Encoding the signal with 16 bits

조회 수: 2 (최근 30일)
Pat
Pat 2012년 9월 13일
I have a sound wave
I have a code
[f,Fs] = wavread('wolf.wav');
sound(f, Fs);
please tell how to encode the soundwave by 16 bits

답변 (1개)

Wayne King
Wayne King 2012년 9월 13일
편집: Wayne King 2012년 9월 13일
Have you tried using the 'native' option when you read the data.
[f,Fs] = wavread('wolf.wav','native');
class(f)
  댓글 수: 7
Walter Roberson
Walter Roberson 2012년 9월 14일
I am not familiar with the wavelet functions.
Pat
Pat 2012년 9월 15일
ok walter Thanks

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

카테고리

Help CenterFile Exchange에서 Hilbert and Walsh-Hadamard Transforms에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by