Has anyone implemented the Butterworth 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.