How to change decibel magnitude to linear amlitude?

조회 수: 6 (최근 30일)
Dawid Marcol
Dawid Marcol 2020년 4월 16일
답변: Nikhil Sonavane 2020년 5월 20일
Hello,
I want on "y" axis linear amplitude instead of decibel amplitude. It's a signal analyzer toolbox.
I tried add a custom function "db2mag" in a preprocessing label, but MatLab sent me warning: To many inputs arguments.
Anyone know How to change db to linear magnitude in signal processing toolbox?
  댓글 수: 2
Star Strider
Star Strider 2020년 4월 16일
That does not appear to be an option. The best you can likely do is to export the spectrum and then plot it yourself.
Dawid Marcol
Dawid Marcol 2020년 4월 16일
Yes, its an alternative but I have a lot of data and it is very easy to analize signal in that signal processing toolbox. When I plot it I can't use many options like vertical markers, display peaks etc.

댓글을 달려면 로그인하십시오.

답변 (1개)

Nikhil Sonavane
Nikhil Sonavane 2020년 5월 20일
The Signal Analyser is designed in a way that it gives magnitude in decibel scale. If you wish to get the data in linear magnitude then you will have to export the data and plot it outside Signal Analyser. For more details on Signal Analyser capabilities I suggest you go through its documentation.

카테고리

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

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by