is there any way to simultaneously display an audio input onto a graph as the sound is being detected?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
I'm doing a project where i need to a sound to be detected and displayed asap onto a graph, any help with this would be appreciated.
Answers (1)
Sean de Wolski
on 27 Jan 2014
0 votes
I would use the DSP System Toolbox for this. It provides tools that allow for streaming audio. To get you started:
After each step() you can do whatever you want with the data, plot it, save it etc.
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!