|
|
|
|
|
by diydsp
1274 days ago
|
|
there's basically an illusion going on... we think we're working with individual points in time.... But because we're sampling, we're working with sinc() functions that have a specific shape to them. So for example, one might think drawing a basic rectangle in time would create a pulse waveform... but in the digital domain a square wave has ripples in it. Recall that in the spectral domain, a rectangle is approximated by ever-higher and ever-smaller sinusoids to infinity... in sampled signals, though, only frequencies below Nyquist are available. So the sampled version of the waveform will have ripples that the highest frequency components would have completed. The requirement then is to work with a higher Nyquist/sampling frequency than audible so that audible part of the square is correct. |
|