hello...
I have this code an I am trying to make the 3d graph.. could you help me??
thank you in advanced!!
>>[wave,fs]=wavread('your_file_name.wav'); /* read file into memory */
>>sound(wave,fs); /* see what it sounds like */
>>t=0:1/fs:(length(wave)-1)/fs; /* and get sampling frequency */\
>>plot(t,wave); /* graph it
I have this code an I am trying to make the 3d graph.. could you help me??
thank you in advanced!!
>>[wave,fs]=wavread('your_file_name.wav'); /* read file into memory */
>>sound(wave,fs); /* see what it sounds like */
>>t=0:1/fs:(length(wave)-1)/fs; /* and get sampling frequency */\
>>plot(t,wave); /* graph it