How to change decibel magnitude to linear amlitude?
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Star Strider
el 16 de Abr. de 2020
That does not appear to be an option. The best you can likely do is to export the spectrum and then plot it yourself.
Respuestas (1)
Nikhil Sonavane
el 20 de Mayo de 2020
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.
0 comentarios
Ver también
Categorías
Más información sobre Digital Filter Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!