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!