Extract a Bode Plot from a filter
Ältere Kommentare anzeigen
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 Kommentare
Geoff Hayes
am 28 Mai 2018
Karl - please clarify what you mean by freqz function isn't working. Are there errors or something else?
Karl Rueth
am 28 Mai 2018
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Digital Filter Analysis finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!