May i ask what is mean by length of audio? is that same with number of sample in audio? can give me some example to explain..

조회 수: 1 (최근 30일)
May i ask what is mean by length of audio? is that same with number of sample in audio? can give me some example to explain..

채택된 답변

Weird Rando
Weird Rando 2016년 5월 8일
Length of the audio can be expressed in time. Example,this audio is 30 second long.
It can also be express as the number of sample. Example the audio has 14000 samples
  댓글 수: 3
Star Strider
Star Strider 2016년 5월 8일
Yes.
The sampling frequency, ‘Fs’ is in units of samples/second, so use that to convert them:
Number of samples = Fs * time
Time = number of samples / Fs

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by