How can I filter out noise from a signal from representative noise samples?
38 次查看(过去 30 天)
显示 更早的评论
Hi there!
I am looking to denoise the frequency spectrum of a noisy signal. Because of the nature of the data, I have two sets: one where the only thing measured is assumed to be the background noise (there's actually a few representative ones), and another where I have a signal recorded over that noise.
I was wondering if anyone knew any good ways to remove that background noise from the signal given that I have a sample of it. I have already tried filtering in just the frequency domain, but the signal is still noisy around the frequencies I am trying to keep.
0 个评论
回答(1 个)
Abderrahim. B
2022-8-26
Hi!
Since you have the noise known and the measured signal to filter, I suggest to use adaptive filtering. DSP System Toolbox comes with different types of these filters such as LMS, RLS, NLMS, ....
Hope this helps.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Adaptive Filters 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!