Search code examples
objective-cimage-processingimagefilter

implement butterworth filter in objective c


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


Solution

  • Use one written in C, see previous Stackoverflow question and here for possibilities.