EEG data recorded in arduino filtering in matlab
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have recorded EEG data in arduino now I want to apply notch filter to the data in matlab. I want to know how to interface matlab with arduino such that I can read serail monitor data in matlab.
0 Kommentare
Antworten (1)
Koundinya
am 3 Mai 2019
Interfacing MATLAB and arduino through a serial link is straightforward. You can create a serial port object and use fscanf and fprintf functions to read/write data. This documentation link should help you get started.
0 Kommentare
Siehe auch
Kategorien
Mehr zu EEG/MEG/ECoG finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!