F-em User Guide
S&H Clocked
(Clocked Sample & Hold)
Performs the following operation:
b = clockdiv(b);
(The rest as Sample & Hold)
Delay
Performs the following operation:
b = b * b * n;
x[0] = a;
y = x [-b];
b
is multiplied by itself to allow finer adjustments in the lower value
range.
n
is the maximum buffer size of 1 second.
Delay Clocked
Performs the following operation:
b = clockdiv(b);
x [0] = a;
y = x [-b];
b
is transformed to a clock division.
60