channels.yaml 462 B

12345678910111213141516171819202122
  1. daq:
  2. normalization:
  3. channels:
  4. - {id: 20, bottom: 5.10, top: 10.0, invert: true}
  5. # - {id: 99, bottom: 25.40, top: 29.7, invert: false}
  6. data_source: spike_rates #band_power
  7. spike_band_power:
  8. loop_interval: 50 # ms
  9. integrated_samples: 1500
  10. plot:
  11. channels: [20, 24, 99]
  12. feedback:
  13. hold_iterations: 2
  14. paradigms:
  15. feedback:
  16. states:
  17. #baseline: [0.5, 0.4, 0.6]
  18. up: [1.0, 0.7, 1.0]
  19. down: [0.0, 0.0, 0.3]