Designfilt and crossover filters?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Darsana P M
el 16 de Mzo. de 2017
Comentada: Star Strider
el 24 de Mzo. de 2017
Can anybody help me with an alternative function for DesignFilt and crossover filters. These functions work only with matlab 2016. it doesn't work in matlab 2013. What is the alternative function?
0 comentarios
Respuesta aceptada
Star Strider
el 16 de Mzo. de 2017
8 comentarios
Darsana P M
el 17 de Mzo. de 2017
Editada: Star Strider
el 17 de Mzo. de 2017
Star Strider
el 17 de Mzo. de 2017
You will need to change the code to design the filters that meet your requirements. Use your own sampling frequency, and define your filter passband frequencies in a vector and assign them to the ‘pf’ variable. You might be able to use the linspace call with only minor modifications. The rest of my code should work without any need to change it.
I ran that code just now and it ran for me without error (in R2017a, the code was written in R2015a). What error did you see? Please copy the entire red text of the error from the Command Window and paste it to a comment here.
Más respuestas (2)
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!