From 72611ba0a159f49e74b54f237b281b6c0360efb3 Mon Sep 17 00:00:00 2001 From: Vinay Jayaram Date: Wed, 16 May 2018 18:27:54 +0200 Subject: [PATCH] Added context used in publication --- context.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 context.yml diff --git a/context.yml b/context.yml new file mode 100644 index 000000000..09bb3f999 --- /dev/null +++ b/context.yml @@ -0,0 +1,35 @@ +MotorImagery: + n_classes: 2 + events: + - feet + - left_hand + - right_hand + - hands + - tongue + fmin: 8 + fmax: 35 + resample: 128 + + +FilterBankMotorImagery: + n_classes: 2 + events: + - feet + - left_hand + - right_hand + - hands + - tongue + filters: + - - 8 + - 12 + - - 12 + - 16 + - - 16 + - 20 + - - 20 + - 24 + - - 24 + - 28 + - - 28 + - 35 + resample: 128 \ No newline at end of file