Discrete Fourier Transform (DFT)
Visualization functions
Fix time variable for sampled signals
Plot discrete-time signal as sequence of amplitude lines (large end point)
Plot discrete-time signal as sequence of amplitude lines (small end point)
Fourier rearrange
FourierRearrange[fft] rearranges the result of an FFT (Mathematica function Fourier[ ]), to a easier to visualize the spectrum represented by 'fft'. The length of the list 'fft' is assumed to be even; if it is not, the last term in 'fft' is dropped.
Filtering definitions
Filter[n, sampleRate, {lowFreq, highFreq}] generates an ideal discrete filter for an FFT list of length 'n' (sampled at 'sampleRate'), with a bandpass from 'lowFreq' to 'highFreq' (in Hz).
Sampler (CT to DT converter)
Discrete Fourier Transform
Created by Mathematica (February 5, 2004)