Skip to content

Commit

Permalink
add software filters to EEG json example
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Sep 12, 2019
1 parent f0c0862 commit 7356239
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/04-modality-specific-files/03-electroencephalography.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@ Example:
"EEGPlacementScheme":"10 percent system",
"EEGReference":"single electrode placed on FCz",
"EEGGround":"placed on AFz",
"SoftwareFilters":{
"Anti-aliasing filter":{
"half-amplitude cutoff (Hz)": 500,
"Roll-off": "6dB/Octave"
}
},
"HardwareFilters":{
"ADC's decimation filter (hardware bandwidth limit)":{
"-3dB cutoff point (Hz)":480,
Expand Down

0 comments on commit 7356239

Please sign in to comment.