필터 지우기
필터 지우기

How can I obtain peak power in dBm of a train IF pulse wave in simulink?

조회 수: 7 (최근 30일)
Jose Montano Vazquez
Jose Montano Vazquez 2023년 11월 13일
답변: Yash 2023년 11월 22일
How can I obtain peak power in dBm of a train IF pulse wave in simulink?

답변 (1개)

Yash
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:
  1. Connect the signal to a "RMS" block.
  2. Connect the output of the "RMS" block to a "Math Function" block and select the "square" function.
  3. 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
  4. You can further get the power in dBm using the log function of the "Math Function" block.
Hope this helps!

카테고리

Help CenterFile Exchange에서 Transforms에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by