Filtering a signal only around 0

3 次查看(过去 30 天)
Corinne Gard
Corinne Gard 2019-12-16
评论: dpb 2019-12-16
I'm new to signal filtering and I'm not sure how to perform the following.
I have a signal that I want to remove noise from, as seen by the unfiltered signal here
example filter.jpg
The filter used to produce the orange signal is a butterworth filter. What I really want to do is only filter out high frequencies occuring around the y = 0 point (the inflection in the wave) in order to smooth it while not interfering with the morphology of the rest of the signal.
Your help is appreciated!
  1 个评论
dpb
dpb 2019-12-16
You can try multiplying by a gain factor near unity at whatever you think is "near" 0 that scales rapidly to small values for range of input signal, filter, then inverse gain the result. That should leave more or less continuous.
Or, you can just try it and see if can live with discontinutiy by just selecting y(y<thresh) and operating on it.
I don't know of any specific work of the type but there well may be if look for it in literature.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Digital Filter Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by