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!