eeg data to move a motor
2 views (last 30 days)
Show older comments
Gabriel Enzo
on 22 Jun 2022
Commented: Gabriel Enzo
on 24 Jun 2022
hello, i want to ask about how to move the motor in wheelchair with eeg data that i processed in matlab, please help because it's quite stuck, maybe i will use arduino or matlab directly
Accepted Answer
Walter Roberson
on 23 Jun 2022
Create a numeric array in which each row is a different (fixed-length) eeg sample, and in which you have another variable which indicates which class number each row is associated with.
Then at the command line command
nprtool
and use the tool to design an ANN for classification purposes.
More Answers (0)
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!