Change frequency level after filter

2 views (last 30 days)
First grahp í the source data. After I filter it, I got the grahp 2. But as you can see, in the second grahp, the yelow line(I don't know how to call it) is not the same with the 0-0 line(blue). So I want to change the frequency level from 0,5 to 0. How can I do it.
Thanks in advance

Accepted Answer

Star Strider
Star Strider on 14 May 2015
You seem to be using a low-pass filter. Use a bandpass filter instead, with a low-frequency cutoff that will eliminate the D-C offset (value at 0 Hz), and with the high-frequency cutoff you used in your original low-pass filter.
  8 Comments
vu ngothanh
vu ngothanh on 15 May 2015
Thank you very much. I has just fix it as you say. it work. Thank you one more time

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!