The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Function File: xt = sampled2continuous (xn, T, t)

Calculate the x(t) reconstructed from samples x[n] sampled at a rate 1/T samples per unit time.

t is all the instants of time when you need x(t) from x[n]; this time is relative to x[0] and not an absolute time.

This function can be used to calculate sampling rate effects on aliasing, actual signal reconstruction from discrete samples.

Package: signal