You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

OV_TACTILE_PANDA.conf 7.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. ########################################################################################################################
  2. # This configuration file contains declarations of variables used by the scenarios of the tactile BCI System #
  3. # #
  4. # Add --config PATH_TO_THIS_FILE when starting the designer from the command line #
  5. # USE --define TOKEN VALUE to assign a different value to a token without changing the default configuration #
  6. # #
  7. # #
  8. # Scenarios requiring this configuration file: p300-tactile-0-signal-monitoring.xml, p300-tactile-1-acquisition.xml, #
  9. # p300-tactile-2-train-xDAWN.xml, p300-tactile-3-train-classifier.xml, #
  10. # p300-tactile-4-online.xml #
  11. # #
  12. # Author : Tobias Baumann #
  13. # Date : 2021-12-27 #
  14. ########################################################################################################################
  15. ########################################################################################################################
  16. # General #
  17. ########################################################################################################################
  18. PATH_CONFIG = ${Player_ScenarioDirectory}/cfg
  19. PATH_SCRIPTS = ${Player_ScenarioDirectory}/scripts
  20. PATH_SIGNALS = ${Player_ScenarioDirectory}/signals
  21. PATH_UI = ${Player_ScenarioDirectory}/ui
  22. ROW_BASE = OVTK_StimulationId_Label_01
  23. N_TACTILOS = 6
  24. FREE_SPELLING = true
  25. ########################################################################################################################
  26. # Acquisition and Signal Processing #
  27. ########################################################################################################################
  28. ACQUISITION_SERVER_HOST_NAME = ${AcquisitionServer_HostName}
  29. ACQUISITION_SERVER_PORT = 1024
  30. SIGNAL_DECIMATION_FACTOR = 2
  31. FILTER_TYPE = Band Pass
  32. FILTER_ORDER = 4
  33. LOW_CUT_FREQUENCY = 1.000000
  34. HIGH_CUT_FREQUENCY = 20.000000
  35. ########################################################################################################################
  36. # Stimulation #
  37. ########################################################################################################################
  38. SCRIPT_TACTILE_STIMULATOR = ${PATH_SCRIPTS}/p300-tactile-stimulator.lua
  39. N_REPETITIONS = 4
  40. N_TRIALS = 4
  41. STIM_DURATION = 0.2
  42. NO_STIM_DURATION = 0.1
  43. INTER_REPETITION_DELAY = 1.0
  44. INTER_TRIAL_DELAY = 3.0
  45. START_STIMULATION = OVTK_StimulationId_Label_00
  46. START_DELAY = 20
  47. ########################################################################################################################
  48. # Tactilo Control #
  49. ########################################################################################################################
  50. SERIAL_PORT = /dev/ttyACM0
  51. ########################################################################################################################
  52. # Target Generation #
  53. ########################################################################################################################
  54. SCRIPT_TARGET_GENERATION = ${PATH_SCRIPTS}/p300-tactile-target.lua
  55. SEND_DELAY = 2
  56. ########################################################################################################################
  57. # FILE I/O #
  58. ########################################################################################################################
  59. OUTPUT_FILE_NAME = ${PATH_SIGNALS}/p300-tactile-session.ov
  60. INPUT_FILE_NAME = ${PATH_SIGNALS}/p300-tactile-session.ov
  61. ########################################################################################################################
  62. # xDAWN Spatial Filter #
  63. ########################################################################################################################
  64. SPATIAL_TRAIN_TRIGGER = OVTK_StimulationId_ExperimentStop
  65. SPATIAL_FILTER_CONFIG = ${PATH_CONFIG}/p300-spatial-filter.cfg
  66. FILTER_DIMENSION = 2
  67. ########################################################################################################################
  68. # P300 Classifier #
  69. ########################################################################################################################
  70. CLASSIFIER_TRAIN_TRIGGER = OVTK_StimulationId_ExperimentStop
  71. CLASSIFIER_CONFIG = ${PATH_CONFIG}/p300-classifier.cfg
  72. MULTICLASS_STRATEGY = Native
  73. CLASS_1 = OVTK_StimulationId_Target
  74. CLASS_2 = OVTK_StimulationId_NonTarget
  75. ALGORITHM = Linear Discrimimant Analysis (LDA)
  76. USE_SHRINKAGE = false
  77. SHRINKAGE_COEFFICIENT = -1.000000
  78. SHRINKAGE_FORCE_DIAGONAL_COV = false
  79. N_PARTITIONS = 5
  80. CLASS_BALANCE = false
  81. ########################################################################################################################
  82. # P300 ACCUMULATOR #
  83. ########################################################################################################################
  84. SCRIPT_P300_ACCUMULATOR = ${PATH_SCRIPTS}/p300-tactile-accumulator.lua
  85. ########################################################################################################################
  86. # Tactile Visualization #
  87. ########################################################################################################################
  88. TACTILE_UI = ${PATH_UI}/p300-tactile-6.ui
  89. FLASH_BG = 5,5,5
  90. FLASH_FG = 100,100,100
  91. FLASH_FONT_SIZE = 50
  92. NO_FLASH_BG = 0,0,0
  93. NO_FLASH_FG = 25,25,25
  94. NO_FLASH_FONT_SIZE = 50
  95. TARGET_BG = 20,20,70
  96. TARGET_FG = 10,10,30
  97. TARGET_FONT_SIZE = 50
  98. SELECTED_BG = 10,40,10
  99. SELECTED_FG = 60,100,60
  100. SELECTED_FONT_SIZE = 50