EEG data recorded in arduino filtering in matlab

조회 수: 2 (최근 30일)
Yash Mehta
Yash Mehta 2019년 4월 23일
답변: Koundinya 2019년 5월 3일
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.

답변 (1개)

Koundinya
Koundinya 2019년 5월 3일
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.

카테고리

Help CenterFile Exchange에서 EEG/MEG/ECoG에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by