Electronic – Does a sound card low pass filter input

laptoplow passsound

I ask this question just because I'm curious to find out.

As far as I understand, the Nyquist theorem says that the sampling frequency must be at least twice the bandwidth of the signal to be sampled. So, if we want to sample a signal with a sample rate that is too low for its bandwidth, we have to low pass filter the signal prior to sampling to avoid aliasing. Or am I wrong?

My laptop has an integrated sound card. In Audacity I can select any arbitrary sample frequency. Does that mean, that my sound card contains an adjustable low pass filter at the input to filter the signal to the selected sampling rate?

How is such a variable filter designed in an integrated circuit?

Thank you!

Best Answer

It's always wrong to generalise ;-) but I think it's safe to say that all PC sound inputs today and for the past few years use sigma delta converters. These sample at a very high rate, and then decimate to the required lower rates like 48k, 44.1k, in DSP in the sound chip.

The fact that the actual sampling rate is very high means that a trivial low pass filter at the input will suffice to pass the audio band while rejecting above half the sampling frequency.

When the rate is dropped to the final rate, the use of digital filters means that a very sharp filtering function can be achieved, DC to 20kHz passband for 44.1kHz sample rate is straightforward.