real time audio wave plot
古いコメントを表示
how can i display the real time wave plot on an axes??
i'm using GUI which allows me to record and browse audio.. when i click the play button i want to display the wave plot on the axes.. i have no idea how to do this...
help please :D
5 件のコメント
Walter Roberson
2013 年 3 月 9 日
Display intensity or frequency ?
Unfortunately, synchronizing graphics and audio is difficult in MATLAB, as MATLAB is not designed as a real-time system.
Youssef Khmou
2013 年 3 月 9 日
編集済み: Youssef Khmou
2013 年 3 月 9 日
hi Kathleen,
Real time is possible , like tracking moving objects in real time, i made a code for that so for Audio its also very possible but i have no idea, the only thing i can tell you is that i saw a code that , as long as the audio file is running it displays the signal synchronously but not in real time
Walter Roberson
2013 年 3 月 9 日
How many frames per second did your tracking program handle?
Kathleen Rosales
2013 年 3 月 10 日
編集済み: Walter Roberson
2013 年 3 月 10 日
Kathleen Rosales
2013 年 3 月 10 日
回答 (2 件)
Walter Roberson
2013 年 3 月 10 日
0 投票
This cannot be done in MATLAB.
1 件のコメント
Daniel Shub
2013 年 3 月 10 日
編集済み: Walter Roberson
2013 年 3 月 10 日
The ability to perceive audio-visual asynchrony is a lot slower ( 100 ms or so) compared to the temporal resolution of the auditory system ( http://www.ncbi.nlm.nih.gov/pubmed/12765396 0.02ms). You can probably come pretty close with standard MATLAB and an audioplayer object (or better its ASIO implementation which I haven't tried yet).
Marcus Vollmer
2014 年 6 月 13 日
0 投票
This Application may help you: http://www.mathworks.de/matlabcentral/fileexchange/46950-liverecording
カテゴリ
ヘルプ センター および File Exchange で Using audio files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!