Encoding the signal with 16 bits
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (1)
Wayne King
am 13 Sep. 2012
Bearbeitet: Wayne King
am 13 Sep. 2012
Have you tried using the 'native' option when you read the data.
[f,Fs] = wavread('wolf.wav','native');
class(f)
7 Kommentare
Siehe auch
Kategorien
Mehr zu Hilbert and Walsh-Hadamard Transforms finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!