kripacharya
Banned
We where talking about time domain. For representing an analog signal as digital time samples we should sample and then filter.
Im not sure but maybe you're right.
Filtering is a convolution of signal time samples with impulse response of a filter. Direct formula requires much resources, so it is frequently implemented through FFT.
FFT of time samples of period T gives the spectrum in band 1/2T.
To cut off higher frequencies we apply some kind of windowing the spectrum. For example, rectangular.
The rectangular is FFT (spectrum) of filter impulse response of sin(x)/x kind.
So FFT-windowing-IFFT (for restoring time samples is equivalent operation to filtering.
no no, windowing is put after sampling but before fft calculations. i think hanning or gaussian is better. rectangular means no windowing