필터 지우기
필터 지우기

is it possible to perform real time processing on matlab..i mean can processing on speech signal be done while i am recording my speech signal?

조회 수: 1 (최근 30일)
I want to perform real time operation on speech signal...i want to apply fft on my speech signal but in real time...suppose i want to record speech for 10 sec..and i have completed recording for 2 sec...so while i am recording the remaining part of my speech signal can i get the fft of the signal that is been recorded for 2 sec? if yes, please guide me...thanks

답변 (1개)

Ryan G
Ryan G 2012년 7월 25일
This can be done in a couple different ways depending on your application.
If you want to be able to actively perform this process while recording you may want to utilize Simulink with data acquisition
If you are simply interested in the results you can record the signal and then feed it into the FFT function in MATLAB.

카테고리

Help CenterFile Exchange에서 Signal Import and Export에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by