Recall Sampling

Sampling: process of taking a sample (value) of a continuous waveform at regular time intervals $ T_s$.

Sampling rate: frequency at which samples are taken:

$\displaystyle f_s = \frac{1}{T_s}$    Hz$\displaystyle .
$

Sampling the continuous-time sinusoid:

$\displaystyle x(t) = A\sin(\omega t + \phi),
$

involves substituting continuous-time $ t$ with integer $ n$ multiples of the sampling period $ T_s$:

$\displaystyle t \longrightarrow nT_s
$

yielding a discrete-time sinusoid:

$\displaystyle x(n) = A\sin(\omega nT_s + \phi).
$

Integer $ n$ corresponds to the index of sequence $ x(n)$.

Sinusoid $ x(n)$ may be implemented as an array or wavetable.


``Music 171: Wavetables and Samplers'' by Tamara Smyth, Department of Music, University of California, San Diego (UCSD).
Download PDF version (wavetables.pdf)
Download compressed PostScript version (wavetables.ps.gz)
Download PDF `4 up' version (wavetables_4up.pdf)
Download compressed PostScript `4 up' version (wavetables_4up.ps.gz)

Copyright © 2019-10-15 by Tamara Smyth.
Please email errata, comments, and suggestions to Tamara Smyth<trsmyth@ucsd.edu>