inadaze
Jul 7 2004, 11:57
Hi,
I have been recording sounds in Matlab and ploting them to see the shape of the envelope. I understand that the signal is displayed over time and has a general amplitude(from 1 to -1).
My question is how can I convert this general amplitude into something useful like values in dB or voltage. Does anyone know?
Thanks
Jay
Pio2001
Jul 8 2004, 16:48
L being the level displayed, the formula for the voltage is trivial :
V = Vmax x L
In db, it is
20 x log10 (L)
I never used mathlab, so I can't help you to use these formulae.
merbanan
Jul 9 2004, 03:40
10*log10(sample_vector)
try that in matlabcode.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.