Quantcast
Channel: Programmers Heaven Forums RSS Feed
Viewing all articles
Browse latest Browse all 2703

3d graph

$
0
0
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

Viewing all articles
Browse latest Browse all 2703

Trending Articles