I am trying to remove a noise which was generated as a random noise added with multitone cosine signals so that this noise will contain white gaussian noise with multiple
1 次查看(过去 30 天)
显示 更早的评论
I am trying to remove a noise which was generated as a random noise added with multitone cosine signals so that this noise will contain white gaussian noise with multiple frequencies. Now I will add this noise to a sine wave of 3Volts amplitude and 35Hz frequency. The frequencies in the noise signal are 5Hz, 10Hz, 50Hz and 100Hz respectively. How should I design the adaptive noise canceler of LMS algorithm to remove the noise from the sine wave. Also how can I prepare the noise signal , so that the ANC can properly adapt?
0 个评论
回答(1 个)
Image Analyst
2025-4-24
It's not really white (flat spectrum), is it, if it occurs at specific and known frequencies? Why don't you just FFT the signal and zero out the signal at the known frequencies, then inverse FFT? So either zero out the values corresponding to 5, 10, 50, and 100 Hz, or equivalently, zero out everything except for the 35 Hz carrier frequency that you want to keep.
If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Digital Filtering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!