Plot magnitude response of an FIR filter to MATLAB GUI
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have an FIR filter and I would to plot it like what we have when we filter design tool (fvtool).
*My sample reference is Fs=44100 (audio signal). How can I plot my FIR response to handles.axes1 and get the same graphic presentation as shown in attached picture? I tried fft, it get the shape but that's it.
plot(handles.axes1,abs(fft(h));
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/146923/image.png)
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Filter Design dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!