help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help-octave Digest, Vol 20, Issue 44


From: GINOCORE
Subject: Re: Help-octave Digest, Vol 20, Issue 44
Date: Sun, 18 Nov 2007 16:32:47 -0300

hi my name is gino....
my english is th worse but  i try to help

in yourfunction:
>
>   wavwrite(x,Fs,16,"so.wav");
>
but in help
 help wavwrite
 -- Function File:  wavwrite (FILENAME, Y)
     Write Y to the canonical RIFF/WAVE sound file FILENAME. A sample
     rate of 8000 Hz and 16-bit samples are assumed. Each column of the
     data represents a separate channel.

 -- Function File:  wavwrite (FILENAME, Y, FS)
     Set the sample rate to FS Hz.

 -- Function File:  wavwrite (FILENAME, Y, FS, BITS)
     Set the sample rate to FS Hz and resolution to BITS bits.

     See also: wavread.

then
is bad call to wav write
try   wavwrite("so.wav",x,Fs,16)
but i think the frecuancy and the bytes are wrongs, th8ink this is why
"PUFF" te sound

saludos gino


reply via email to

[Prev in Thread] Current Thread [Next in Thread]