Filter Design Basics
Mostra commenti meno recenti
Hello.
I have a simple filter H(z) = 1 - z^-1
I can see my filter by writing:
b = [1 -1];
freqz(b,1);
what I would like to know is how to get this into the format for the filter design toolbox.
eg
d=fdesign.lowpass('N,Fc',80,0.5);
Hd=design(d);
freqz(Hd);
In my case, what would i be passing to fdesign.m, or design.m.
I know they should give the same answer, but with a different plot.
Or is it not possible to get the plotyy output if you know your filter coefficents?
thank you!!
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su 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!