Sidelobe suppression using Windowing
Mostra commenti meno recenti
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.
Risposte (3)
Wayne King
il 27 Apr 2013
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.
anuj
il 30 Apr 2013
0 voti
Venkata Saikumar Allamsetty
il 28 Dic 2018
0 voti
Categorie
Scopri di più su OFDM in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!