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!