Data Returned By Audio Read ?

10 Ansichten (letzte 30 Tage)
crixus
crixus am 8 Feb. 2017
Kommentiert: Kayla Magee am 1 Mär. 2018
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 Kommentare
KSSV
KSSV am 8 Feb. 2017
If vibration and temperature are not audio files then using audioread is ruled out.
crixus
crixus am 9 Feb. 2017
i guess you dont understand my question ....

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Jan
Jan am 9 Feb. 2017
Bearbeitet: Jan am 9 Feb. 2017
The wav file contains the audio signal after the AD sampling. Then it means xVolt, where x is an an scaling factor, which depends on different values and does not matter for the processing. The value represents the amplitude of the sound, when recorded by the microphone, therefore it is actually a pressure.
  4 Kommentare
crixus
crixus am 12 Feb. 2017
alright. thanks for your input, appreciate it.
Kayla Magee
Kayla Magee am 1 Mär. 2018
Where the output is xVolt, is the 'voltage' a peak to peak voltage? What is the specific amplitude? i.e. peak to peak, peak, rms, etc. ?? Thanks!

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

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by