Reply by koen...@gmail.com January 6, 20082008-01-06
Hi all,

I've some MSK-modulated data in a .wav file I would like to decode with Matlab. My idea was to use the wavread() function to load data from the file, and then use mskdemod() from the Communications Toolbox for decoding. That didn't work however, because mskdemod() only accepts a complex waveform array, while wavread() gives me just a vector of real values. Is there any simple solution to this?

Thanks very much!

Best regards,

ae85