Delay when using lowpass(), medfilt1() and filter()
Show older comments
Hello,
I'm trying to filter a data signal and I'm using y = lowpass(x,fpass,fs), medfilt(x),filter(b,a,x) for this.
I'm not sure if these functions in matlab introduce a delay to the signal or if they compensate themselves for this delay.
If they are how can I compensate for this delay?
Accepted Answer
More Answers (0)
Categories
Find more on Digital Filtering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!