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..
조회 수: 2 (최근 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..
댓글 수: 0
채택된 답변
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
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 Center 및 File 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!