Design of bandpass filter with Yulewalk
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
George Lazaridis
el 28 de Mzo. de 2014
Respondida: George Lazaridis
el 28 de Mzo. de 2014
Hello, i am trying to implement the filter attached in the picture but i cannot get the correct result (as seen in the other picture) as the Yulewalk function does not accept negative magnitudes. Can someone please help me?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/159626/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/159629/image.png)
0 comentarios
Respuesta aceptada
Wayne King
el 28 de Mzo. de 2014
yulewalk() accepts magnitudes so you cannot use negative values. However, it looks like you have specifications in dB so small positive values (magnitudes) end up as negative values. You just need to convert the dB values to magnitudes.
Use db2mag() to convert your dB values to magnitudes and then use those as input to yulewalk()
0 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Digital Filter Design 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!