A MATLAB program for EEG data visualization, including basic filters and a rectangular window.
Now, this program is only tested in MATLAB R2015b. You are welcome to test it in other MATLAB versions.
It is only suitable for Windows. For other systems, the GUI may not be able to display correctly. But the main functions may still be workable.
- Download all files from https://github.com/pikipity/EEGViewer/archive/master.zip;
- Unzip the downloaded file;
- In MATLAB, run
Install_EEGViewer.m
file.
After the installation, run EEGViewer
in MATLAB.
You can use example.mat
to test this program.
- Data is stored in MATLAB file (
.mat
file). - In the
.mat
file, data is stored in a matrix calledy
. - In the matrix, the first row is the time sequence. The other rows are for different channels.
- The data length is at least 20.