Filter_Signal

Design FIR lowpass/bandpass/highpass filter and filter speech signal.
697 téléchargements
Mise à jour 11 sept. 2015

Afficher la licence

A standard operation when processing signals is to lowpass/bandpass/highpass filter a speech signal in order to eliminate extraneous low and high frequency components, such as DC offset, hum, and noise which are often created during the recording process. This exercise describes a MATLAB exercise for designing an appropriate FIR filter (based on user specifications) and then filtering the speech signal using the designed filter. The file '1.8 Filter Signal.pdf' provides a User's Guide for this exercise.

Citation pour cette source

Lawrence Rabiner (2026). Filter_Signal (https://fr.mathworks.com/matlabcentral/fileexchange/52104-filter_signal), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2015a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Remerciements

A inspiré : fft plotting

Communautés
Version Publié le Notes de version
1.0.0.0

works on both R2015a and windows 10
added name of User's Guide for this exercise
rev1