Data Returned By Audio Read ?
Afficher commentaires plus anciens
Hello all, I have a question in regards to audioread function in matlab (might be easy to some of you). Audioread('wave.wav') will return a normalized data of -1 to 1. So what exactly is this data type ? example if you measure vibration through use of vibration sensor, the data you can be be m/s (speed of vibration) etc or if you measure temperature using temperature sensor, you will get degree cel etc so if you use audioread on a wav file what is the data type (units) ?? It is sound pressure ?
4 commentaires
KSSV
le 8 Fév 2017
audioread reads the .wav / sound file and returns sampled data, y, and a sample rate for that data, Fs. How you can have a sound/ audio file from vibration sensor and temperature sensor?
crixus
le 8 Fév 2017
KSSV
le 8 Fév 2017
If vibration and temperature are not audio files then using audioread is ruled out.
crixus
le 9 Fév 2017
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Audio I/O and Waveform Generation dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!