Wednesday, June 08, 2005

Convert Text to Morse Code Wav File!

I just got my function (morse) published on MathWorks File Exchange page. If you are a MATLAB user, you can download the zipped file and run the following example in order to convert text to Morse Code wav file: morse('My Name is Fahad','fahad.wav') Or if you want to simply play it without creating a wav file, then just write: morse('My Name is Fahad')