problem about filter order in design tool
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
this is the filter i designed
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/149841/image.png)
the specify order is 101 , and in current filter information the order is 100 , is there any problem about the order , i have no idea .
0 comentarios
Respuestas (2)
Star Strider
el 6 de Mayo de 2015
There is no problem. The filter order the MATLAB routines design is determined by the filter requirements you set, according to some fairly standard algorithms that are probably in most signal processing textbooks.
I would also experiment with the ‘Minimum Order’ option to see if you can get the same passband and stability with a shorter filter.
0 comentarios
Honglei Chen
el 7 de Mayo de 2015
The reason for this discrepancy is because Hann window has a trailing zero at the end. And I believe in the info window, it didn't count that zero since you don't really need it.
Ver también
Categorías
Más información sobre 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!