Example of Crest Factor Reduction by peak windowing
33 次查看(过去 30 天)
显示 更早的评论
Hello,
I would like to make a question about crest factor reduction by the peak windowing technique. During the last days I was trying to implement a simple script but I seem to be stuck into some confusing facts about the algorithm itself.
To better understand, I am referring to the technique contained inside the book "Behavioral Modeling and Linearization of RF Power Amplifiers" at page 4807. There a technique is described which allows to reduce the PAPR of a signal by windowing the signal and obtaining the scaling terms in order to reduce peaks, and get a trade off on the spectrale leakage by adjusting the window used for the scaling.
I think I got the main idea but I still have some troubles in developing this algorithm in MATLAB. I was wandering if somebody knows about a code source to have a look at to get an idea about the implementation. At least on basic level.
Greetings, Giovanni
0 个评论
回答(1 个)
S.M.
2018-9-24
Hi there, First you should look at the signal in time domain. Plot it, the peaks are visible. If you divide the signal in portions and then write a code in a look for checking each sample with a threshold, you have detected the peaks, the next step is to reduce the peak. I can tell you more if you would. I wonder if you are doing it for paper or for company. Good luck.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spectral Measurements 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!