how can I read signal for a specific time ?

3 views (last 30 days)
arwa
arwa on 5 Jul 2014
Answered: Star Strider on 5 Jul 2014
Hi all ,
I have eeg sensor reads brain signal. This signal read on matlab Without stopping , I want to read the signal for only 8 seconds. what is matlab code can I use to specify this time ?
thank you for help.

Answers (1)

Star Strider
Star Strider on 5 Jul 2014
First, since MATLAB cannot acquire EEG signals on its own (that require specialised instrumentation), consider limiting the recording period with the EEG instrumentation hardware and software.
Otherwise, consider the MATLAB timer class objects.
I have not done that myself, so I can only direct you to the relevant documentation.

Categories

Find more on EEG/MEG/ECoG in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!