sampled2continuous
This function calculates the output reconstructed from the samples n supplied as input, at a rate of 1/s samples per unit time.
Calling Sequence
x = sampled2continuous (n, s, t)
Parameters
n:
s:
t:
Description
This is an Octave function.
This function calculates the output reconstructed from the samples n supplied as input, at a rate of 1/s samples per unit time.
The third parameter t is all the instants where output x is needed from intput n and this time is relative to x(0).
Examples