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!