How frequency response can be calculated from set of filter coefficients ????
Mostrar comentarios más antiguos
How frequency response can be calculated from set of filter coefficients ????
Respuestas (1)
Honglei Chen
el 6 de Jul. de 2016
Say if you have coefficients in a vector a, e.g.,
c = [1 1 1]
Just do
freqz(c)
HTH
Categorías
Más información sobre Digital Filter Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!