EEG data recorded in arduino filtering in matlab
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 EEG/MEG/ECoG 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!