EEG data recorded in arduino filtering in matlab

5 visualizzazioni (ultimi 30 giorni)
Yash Mehta
Yash Mehta il 23 Apr 2019
Risposto: Koundinya il 3 Mag 2019
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.

Risposte (1)

Koundinya
Koundinya il 3 Mag 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.

Categorie

Scopri di più su EEG/MEG/ECoG in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by