Filter löschen
Filter löschen

how to get the number of bits from a .wav file?

12 Ansichten (letzte 30 Tage)
saf asalah
saf asalah am 21 Dez. 2016
Kommentiert: KSSV am 21 Dez. 2016
is there a way to calculate the number of bits from the sample of the audio wav file?

Antworten (1)

KSSV
KSSV am 21 Dez. 2016
Read about whos. This function will give your required information.
  2 Kommentare
saf asalah
saf asalah am 21 Dez. 2016
this is what i got throw whos [x,fs] = audioread('brian.wav'); whos x Name Size Bytes Class Attributes
x 434288x2 6948608 double
but the file size is 1.65 MB (1,737,196 bytes)
KSSV
KSSV am 21 Dez. 2016
YOu can convert bytes into bits.....1 byte = 8 bits.

Melden Sie sich an, um zu kommentieren.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by