Parallel Computing

조회 수: 11 (최근 30일)
Bharath M S Urs
Bharath M S Urs 2011년 2월 21일
Hi, i need to record the speech signal and in parallel to that i have to use the pre-recorded interval for further processing(i.e recognition of the digit) but still the recording has to go on in the background.. So can anyone please help me out in this...

채택된 답변

Sarah Wait Zaranek
Sarah Wait Zaranek 2011년 2월 22일
Hello.
I would suggest doing the recording in the background using a single MATLAB worker with a single task. You can set up a timer within that task if you want to do this recording at a consistant interval (i.e. record and save every 30 seconds). This way you can use the client MATLAB to do your interactive data processing.
At some point you need to end your task, you can set a total time at which you want the task to stop using something like a while statement.
These documentation links may be able to help you:
Hope this helps.
Cheers,
Sarah

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by