Play audio --> wait a while --> record audio
Mostra commenti meno recenti
I'm trying to use a soundcard to oscillate a cantilever at different frequencies, and then record the signal. Since the cantilever needs some time (100 ms) to stabilize its oscillation, I won't sweep the frequency but use distinct sine waves.
How can I make matlab wait a short time after I start playing the signal using the play function? I don't want to use playblocking, since I want to start the recorder after 100 ms, I can't use pause since that will pause the player... I'm really at loss here, there's probably a really easy answer...
Risposta accettata
Più risposte (1)
Daniel Shub
il 9 Giu 2011
0 voti
You could also start the recording at about the same time as the playback and then disregard the first 100 ms of the recording.
1 Commento
Jan
il 9 Giu 2011
Categorie
Scopri di più su Audio I/O and Waveform Generation in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!