implement butterworth filter in objective c
Has anyone implemented the Butter开发者_如何学JAVAworth filter in objective c? I need to implement this filter [b,a]=butter(n,Wn,'ftype');
Any advice or where I should look for more info?
Thanks, Andrey
Use one written in C, see previous Stackoverflow question and here for possibilities.
精彩评论