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!