Parallel Computing

1 次查看(过去 30 天)
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 中查找有关 Multirate Signal Processing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by