Oct 7, 2003 #1 vicknesh Electrical Joined Oct 7, 2003 Messages 1 Location MY Hi, I'm new to MATLAB. I was just wondering, how can I convert a *.wav to *.dat using MATLAB. Appreciate if anyone can post a sample code. Thanks. rgds, vicknesh
Hi, I'm new to MATLAB. I was just wondering, how can I convert a *.wav to *.dat using MATLAB. Appreciate if anyone can post a sample code. Thanks. rgds, vicknesh
Oct 7, 2003 #2 MikeyP Aerospace Joined Mar 5, 2002 Messages 940 Location GB I don't know what a .dat format is, but you can use the "wavread" function to get the .wav file into a vector in matlab. M Upvote 0 Downvote
I don't know what a .dat format is, but you can use the "wavread" function to get the .wav file into a vector in matlab. M