Extract a Bode Plot from a filter
Mostra commenti meno recenti
I have this low pass filter and need to extract the bode plot of it.
[b,a]=butter(3,50/1000,'low');
freqz function isn't working, possibly because it's not a digital filter. Could someone guide me on how I can do it.
2 Commenti
Geoff Hayes
il 28 Mag 2018
Karl - please clarify what you mean by freqz function isn't working. Are there errors or something else?
Karl Rueth
il 28 Mag 2018
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Digital Filter Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!