How can I obtain peak power in dBm of a train IF pulse wave in simulink?
11 次查看(过去 30 天)
显示 更早的评论
How can I obtain peak power in dBm of a train IF pulse wave in simulink?
2 个评论
madhan ravi
2023-11-18
编辑:madhan ravi
2023-11-18
More context needed. Are both related? https://de.mathworks.com/matlabcentral/answers/2048532-how-to-find-time-of-rising-and-falling-edges
回答(1 个)
Yash
2023-11-22
Hi Jose,
I understand that you are interested in calculating the peak power of a pulse train in dBm.
The power of any signal is defined by the square of the rms of the signal. To obtain this, you need to follow the below steps:
- Connect the signal to a "RMS" block.
- Connect the output of the "RMS" block to a "Math Function" block and select the "square" function.
- The output of the "Math Function" block is the instantaneous power of the signal. If you want to find the peak power, then use the "MinMax Running Resettable" block to obtain the maximum power. The documentation for the "MinMax Running Resettable" block is available at the following link: https://www.mathworks.com/help/simulink/slref/minmaxrunningresettable.html
- You can further get the power in dBm using the log function of the "Math Function" block.
Hope this helps!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Transmitters and Receivers 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!