task-ActiveFixed_eeg.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "TaskName": "ActiveFixed",
  3. "Manufacturer": "Brain Products",
  4. "PowerLineFrequency": 50,
  5. "SamplingFrequency": 1000.0,
  6. "SoftwareFilters": {
  7. "Lowpass causal Butterworth filter": {
  8. "Description": "For anti-aliasing prior to downsampling from the default 5000Hz to 1000Hz, because in the case of this dataset, a sampling frequency of 1000Hz was selected in user settings.",
  9. "CutoffFrequency": "450Hz",
  10. "RollOffSlopeAtCutoffFrequency": "24db/Oct"
  11. }
  12. },
  13. "RecordingDuration": 4224.999,
  14. "RecordingType": "continuous",
  15. "EEGReference": "For all EEG channels: FCz, for other channels, see channels.tsv",
  16. "EEGGround": "For all EEG channels: Fpz, for all other channels: ca. 10cm above navel on right side of belly.",
  17. "EEGPlacementScheme": "based on the extended 10/20 system",
  18. "EEGChannelCount": 64,
  19. "EOGChannelCount": 2,
  20. "ECGChannelCount": 1,
  21. "InstitutionName": "Max Plack Institute for Human Development",
  22. "InstitutionAddress": "Lentzeallee 94, 14195 Berlin, Germany",
  23. "ManufacturersModelName": "BrainAmp DC and BrainAmp ExG",
  24. "SoftwareVersions": "BrainVision Recorder Professional - V. 1.21.0303",
  25. "CapManufacturer": "EasyCap",
  26. "CapManufacturersModelName": "actiCAP 64 Ch Standard-2",
  27. "Instructions": "Instructions can be found in the experiment code, here: https://doi.org/10.5281/zenodo.3354368",
  28. "HardwareFilters": {
  29. "Highpass causal RC-filter": {
  30. "Description": "To prevent signals drifts. This filter is specified with a time constant of 10 seconds, which translates to a cutoff frequency of approximately 0.0159Hz.",
  31. "TimeConstant": "10s",
  32. "CutoffFrequency": "0.0159Hz",
  33. "RollOffSlopeAtCutoffFrequency": "6db/Oct"
  34. },
  35. "Lowpass causal Butterworth filter": {
  36. "Description": "For anti-aliasing, because the BrainAmp DC always records at 5000Hz sampling frequency, and this sampling frequency then gets downsampled (or not) depending on user settings.",
  37. "CutoffFrequency": "1000Hz",
  38. "RollOffSlopeAtCutoffFrequency": "30db/Oct"
  39. }
  40. }
  41. }