필터 지우기
필터 지우기

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

조회 수: 12 (최근 30일)
saf asalah
saf asalah 2016년 12월 21일
댓글: KSSV 2016년 12월 21일
is there a way to calculate the number of bits from the sample of the audio wav file?

답변 (1개)

KSSV
KSSV 2016년 12월 21일
Read about whos. This function will give your required information.
  댓글 수: 2
saf asalah
saf asalah 2016년 12월 21일
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 2016년 12월 21일
YOu can convert bytes into bits.....1 byte = 8 bits.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by