i want to plot freq response of FIR filter
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Ver también
Categorías
Más información sobre Filter Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!