i want to plot freq response of FIR filter
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
the filter is :
w = linspace(0,pi);
b0=1
b1=-2
b2=4
b=b0*conv(b1,b2)
freqz(b,w)
it gives me an error
0 Commenti
Risposte (1)
Vedere anche
Categorie
Scopri di più su Digital Filter Design in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!