필터 지우기
필터 지우기

Audio signal max/average amplitude

조회 수: 4 (최근 30일)
Azimah
Azimah 2011년 11월 21일
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