IIR滤波器 Resources

Showing items tagged with "IIR滤波器"

This project involves recording a 15-30 second voice sample, processing it through MATLAB using functions like wavread and sound, and conducting comprehensive signal analysis including time-domain waveform plotting, power spectrum calculation at 1-second intervals, FIR/IIR filter design with frequency response visualization, signal filtering implementation, and time-frequency analysis with 0.05-second resolution.

MATLAB 247 views Tagged

MATLAB Digital Signal Processing Implementation Routines: FFT-based Signal Spectrum Analysis, FIR Filter Design Using Window Functions, IIR Filter Implementation, and Other Practical Examples

MATLAB 189 views Tagged

The Goertzel algorithm is the cornerstone of DTMF signal detection, employing a two-pole IIR filter to compute discrete Fourier transform values and efficiently extract spectral information from input signals. The implementation typically involves iterative feedback operations for rapid frequency component analysis.

MATLAB 233 views Tagged