Well i guess i have a tricky question. I'd like to open a wav file in matlab, and be able to listen to it and to see the signal on a plot at the same time (just like in a classic audio player). I'm an occasional and it seems i can only find the sound function, which only read the signal.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
As far as playing the sound, I'd look at the wavread help file which has a great example. As far as synchronizing with a signal plot, I've not seen any built-in functions for that, it may be a little challenging to decide how long a pulse to display and then plot using something like:
It's not pretty, and the indexes need some polish but it may be a good start. |
|||
|
|
|
it's not really a complete answer per se as I'm just looking into the same issue myself right now, but maybe, the MATLAB |
|||
|
|