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
xn:
sampled signal
s:
sampling rate
t:
all instants of time t at which we need x(t) from x[n]
Description
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