Is there a way to show gain has been added to a signal?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Moasis3141
am 27 Jan. 2018
Kommentiert: Star Strider
am 28 Jan. 2018
I have an audio file that produces a 13230080x2 matrix. The first column represents the raw data, the second column represents the same data with 6dB of gain. Am I able to graphically show that gain has been added to that signal?
0 Kommentare
Akzeptierte Antwort
Star Strider
am 27 Jan. 2018
I would take the fft (link) of both, express them both as decibels (using 20*log10(abs(x)) where ‘x’ is each signal) and then plot them together (using the hold function).
You should be able to see the gain.
4 Kommentare
Star Strider
am 28 Jan. 2018
My guess is that your signals are simply very noisy, and the noise is obscuring the details. If you take the mean of your ‘diff’ variable, you will quite likely see the difference, because ‘diff’ does not appear to be symmetric about 0, instead having a positive bias.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Audio Processing Algorithm Design finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!