Matlab

Moderators: None (Apply to moderate this forum)
Number of threads: 1495
Number of posts: 2175

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
3d graph Posted by HelenPapa on 2 Jan 2013 at 10:50 AM
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



 

Recent Jobs