sub-20220101A_ephys.json 464 B

12345678910111213141516171819
  1. {
  2. "InstitutionName": "Institute XY",
  3. "Location": "Somewhere on the globe",
  4. "PowerLineFrequency": 50,
  5. "SamplingFrequency": 30000,
  6. "SamplingFrequencyUnit": "Hz",
  7. "Maintainer": "Charly C",
  8. "SoftwareFilters": {
  9. "LP_filter_1":{
  10. "Half amplitude wutoff(Hz)": 0.0159,
  11. "Roll-off":"6dB/Octave"
  12. },
  13. "LP_filter_2":{
  14. "Half amplitude wutoff(Hz)": 0.1159,
  15. "Roll-off":"9 dB/Octave"
  16. }
  17. }
  18. }
  19. }