MATLAB: How can i convert a audio file(i.e SONG) into a signal in signal processing ?

audiosignal processing

How can i convert a audio file(i.e SONG) into a analog signal in signal processing ?? I am learning signal processing for my college project.

Best Answer

wavread() the audio file. sound() the contents of it to send the signal to the built-in audio. If there is a speaker or headphones jack on the system, the analog signal can be pulled off of that.
Related Question