Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fahsuanlin authored Feb 9, 2023
1 parent 4f67b0c commit 68d1e11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Ballistocardiogram (BCG) is the induced electric potentials caused by heartbeats

This project aims at using machine learning approaches to suppress BCG artifacts. We will use Unet as the artificual neural network structure to tackle this challenge.

![](https://github.com/fahsuanlin/BCGunet/blob/master/images/alpha_obs.png)
![](https://github.com/fahsuanlin/BCGunet/blob/master/images/alpha_unet.png)

## Data

Data were EEG time series collected inside a 3T MRI scanner (Skyra, Siemens). EEG were sampled by a 32-channel systemm (Brain Products) with electrodes arranged by the international 10-20 standard. EEG were sampled at 5,000 Hz.
Expand All @@ -24,7 +27,7 @@ During the recording, the MRI scanner did not collect any images. No so-called "
sfreq=5000;
mean(abs(inverse_waveletcoef(10,double(EEG),sfreq,5)),2);
```
[A sample script]() of calculating alpha-band oscillations across subjects and between conditions.
[A sample script](https://github.com/fahsuanlin/BCGunet/blob/main/matlab/calc_alpha_unet.m) of calculating alpha-band oscillations across subjects and between conditions.


- Rendering (Matlab): tools to render EEG data over a scalp.
Expand Down

0 comments on commit 68d1e11

Please sign in to comment.