Discrete-time signals () are signals of independent variables , where denotes discrete time. The signal is only defined at integer times of , and never in-between.

We can get discrete-time signals via regular sampling of a continuous-time signal . For a sampling period (how often we sample the CT signal):

For example, video sees 30 samples per second. CD audio sees 44 100 samples per second. For a high-frequency signal, we want to sample enough times to accurately reconstruct it (else we may get something inaccurate or a DC signal).

In MATLAB, we can plot with stem(t, y).

Sub-pages