Azzera filtri
Azzera filtri

Audio signal max/average amplitude

4 visualizzazioni (ultimi 30 giorni)
Azimah
Azimah il 21 Nov 2011
Hello, I suppose this is an easy question for some. Can anyone provide me with matlab coding on finding max amplitude/max samples/average amplitudes/amplitude range from a .wav audio signal?
Thank you in advance
  4 Commenti
Walter Roberson
Walter Roberson il 21 Nov 2011
First you have to define what you mean by "amplitude". See another related question from earlier today: http://www.mathworks.com/matlabcentral/answers/21825-what-is-amplitudes-of-a-wav-signal
Azimah
Azimah il 22 Nov 2011
I'm trying to get the max/average amplitude in terms of the voltage that pass by the microphone to the 'line in' connector.

Accedi per commentare.

Risposta accettata

Rick Rosson
Rick Rosson il 22 Nov 2011
>> doc wavread
>> doc max
>> doc min
>> doc mean
  1 Commento
Walter Roberson
Walter Roberson il 22 Nov 2011
The 'native' option of wavread() will likely be desired.
Voltage calculation would be assisted by reference to http://en.wikipedia.org/wiki/Line_level#Nominal_levels

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by