I am using in my signal processing code (for EMG signal), the function 'butter' to specify IIR filter of a specific order, n. Then to nullify the effect of non-linear phase shift, I am using 'filtfilt' function. Does the final output I get is an output coming from a filter of order n multiplied by 2? If I need to use a specific order of the filter for my signal processing shall I have to specify inside the butter function in a way that it acts as n/2 nd order filter?
How should I report in research paper about the filter order then?