Sidelobe suppression using Windowing
显示 更早的评论
I need a MATLAB code for suppressing sidelobes in a signal using any of the windowing technique.Code should generate a random signal and do the windowing of sidelobes to suppress them.
回答(3 个)
Wayne King
2013-4-27
There are many examples of this in the Signal Processing Toolbox documentation.
Just multiply the signal vector by your window of choice and then take the Fourier transform.
Enter
>>wintool
at the command line and you can explore the different sidelobe levels for various windows.
类别
在 帮助中心 和 File Exchange 中查找有关 OFDM 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!