How to change decibel magnitude to linear amlitude?

6 次查看(过去 30 天)
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