1. Design an FIR digital low-pass filter meeting analog filter specifications using triangular, Hamming, Blackman, and Kaiser windows; compare design performance across different windows. Requires plotting impulse responses, window functions, and magnitude/phase frequency response curves.
2. Apply designed filters to process given signal sets.
3. Design digital high-pass, band-pass, and band-stop filters with corresponding impulse responses and frequency response plots.
Implementation involves using MATLAB's filter design functions (fir1, window functions) and frequency analysis tools (freqz, impz).
MATLAB
236 views
Tagged