Audio signal max/average amplitude

4 次查看(过去 30 天)
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 个评论
Walter Roberson
Walter Roberson 2011-11-21
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 2011-11-22
I'm trying to get the max/average amplitude in terms of the voltage that pass by the microphone to the 'line in' connector.

请先登录,再进行评论。

采纳的回答

Rick Rosson
Rick Rosson 2011-11-22
>> doc wavread
>> doc max
>> doc min
>> doc mean
  1 个评论
Walter Roberson
Walter Roberson 2011-11-22
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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by