So, I'm using MATLAB FIR filter with AR coefficients to filter a raw EMG signal. The AR coefficients are obtained from ARYULE in the raw signal. You can see the raw signal in the first dataset and the filtered signal in the second dataset.
What happened is there seems to be a shift in its center value to zero and it seems to fill in the data which seems to be empty before. I wonder how can I explain this in a scientific writing because I don't think I found an article explaining about designing and using FIR filter this way. I read several articles that AR and MA are reversible and wonder if this is just a weighted moving average but I don't see any article with the same result as I have in the images (which is a shift in the signal's center value). Maybe someone could enlighten me if they know anything about this as I'm still learning. Thank you!