Does anybody get any error for these two filtering functions if the filter order, N is not passed as an argument?
Apparently "if exist('N') || isempty(N)" this line throws an error for the 2nd argument
and the error is "Not enough input arguments"
So for those two functions, even if its empty, N needs to be passed on.
I don't remember having this error before!