FFT Experiment
FFT Experiment
FFT Applications
In signal processing, FFT forms the basis of frequency domain analysis (spectral
analysis) and is used for signal filtering, spectral estimation, data compression, and
other applications. Variations of the FFT such as the short-time Fourier transform also
allow for simultaneous analysis in time and frequency domains. These techniques can
be used for a variety of signals such as audio and speech, radar, communication, and
other sensor data signals. FFT is also sometimes used as an intermediate step for more
complex signal processing techniques.
Example/ using MATLAB represent the following signal into frequency domain
Y(t)=2sin(220t)+sin(110t)+sin(400t) for 0 ≤ t ≤ 0.5
Report
1- what is FFT?
2- what are the applications of FFT?
3- Find f1, f2 and f3 for the example showing above