Clear Filters
Clear Filters

Parallel Computing

1 view (last 30 days)
Bharath M S Urs
Bharath M S Urs on 21 Feb 2011
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...

Accepted Answer

Sarah Wait Zaranek
Sarah Wait Zaranek on 22 Feb 2011
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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!