can anyone help me in writing code for FFT of audio signal in real time and plot it's graph ?
4 次查看(过去 30 天)
显示 更早的评论
I want to perform the audio signal acquisition and plot it's graph simultaneously, so please help me with the full code
1 个评论
Geoff Hayes
2014-11-1
How are you expecting to acquire the sound? Using the audiorecorder, DSP audiorecorder, or the Data Acquisition Toolbox?
回答(1 个)
Theodoros Giannakopoulos
2014-11-2
编辑:Theodoros Giannakopoulos
2014-11-2
You can either use the Data Acquisition Toolbox or the audiorecorder function. Check the examples in script3.m and script4.m of my audio analysis library, part of the book Introduction to audio analysis .
Both examples demonstrate how to use acquisition + processing of the recorded data.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!