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.
Venkata Saikumar Allamsetty
2018 年 12 月 28 日
0 投票
カテゴリ
ヘルプ センター および File Exchange で OFDM についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!