필터 지우기
필터 지우기

How can I change magnitude in "step" function to decibels?

조회 수: 1 (최근 30일)
Harry
Harry 2016년 4월 25일
답변: Chandresh Vora 2016년 6월 6일
Hello, I'm trying to simulate a rician multipath fading channel, so I followed a tutorial in the link: http://www.mathworks.com/help/comm/ref/comm.ricianchannel-class.html
However, actual measurement results often have the magnitude in dB while the matlab plot for impulse response (y axis) is in linear scale. So, I'd like to know if I can have magnitude in decibels. I see the frequency response have in dB(W) scale so it's no problem.
Thank you for your input in advance!

채택된 답변

Chandresh Vora
Chandresh Vora 2016년 6월 6일
Displaying the impulse response magnitude in dB is currently not supported. However, you can set the "PathGainsOutputPort" property of the System object to true and get the actual path gains. Then plot them the way you desire.
Hope this helps, Chandresh

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by