Separating the channels of a .wav sound file

14 views (last 30 days)
Hi, I need some help with an encripted stereo audio file.
How do I get the frequency of the left channel and the right channel as two arrays of points??
IE frequency_left_channel = array of x coordinates frequency_right_channel = array of y coordinates
Thanks for your help :D

Accepted Answer

Jiro Doke
Jiro Doke on 18 Feb 2012
If the .wav file is a stereo audio file, then wavread can read them in as separate channels.
  1 Comment
Daniel Shub
Daniel Shub on 19 Feb 2012
I think this is a really nicely written "doc wavread" answer.

Sign in to comment.

More Answers (0)

Categories

Find more on Audio I/O and Waveform Generation in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!