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 Ansicht (letzte 30 Tage)
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..

Akzeptierte Antwort

Weird Rando
Weird Rando am 8 Mai 2016
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 Kommentare
Star Strider
Star Strider am 8 Mai 2016
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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Audio I/O and Waveform Generation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by