今日はTuomasが実験ということで不在なので,部屋には一人.
自分の実験について説明用のスライドが完成したので関係者に送付しました.
いくつかアドバイスをもらいました.
メトロノームを作るためにPresentationというソフトを急きょインストールしました.
文法は比較的楽だったので,夜中には目的のパラダイムを作れそうです.
これを使うとTMSとEEGのトリガがサブミリで出力できるらしい.
おまけに音声や画像の出力もできる.とっても便利.
scenario = "Simple TMS trigger series";
scenario_type = trials;
no_logfile = true;
pulse_width = 15;
write_codes = true;
begin;
sound { wavefile { filename = "sound1.wav"; }; default_code = "sound1"; } sound1;
sound { wavefile { filename = "sound2.wav"; }; default_code = "sound2"; } sound2;
trial {
LOOP $j 3;
sound sound2;
deltat = 4000;
nothing {};
deltat = 5000;
code = "TMS";
#port_code = 16; #output 5
sound sound1;
deltat = 2000;
ENDLOOP;
};
自分の実験について説明用のスライドが完成したので関係者に送付しました.
いくつかアドバイスをもらいました.
メトロノームを作るためにPresentationというソフトを急きょインストールしました.
文法は比較的楽だったので,夜中には目的のパラダイムを作れそうです.
これを使うとTMSとEEGのトリガがサブミリで出力できるらしい.
おまけに音声や画像の出力もできる.とっても便利.
scenario = "Simple TMS trigger series";
scenario_type = trials;
no_logfile = true;
pulse_width = 15;
write_codes = true;
begin;
sound { wavefile { filename = "sound1.wav"; }; default_code = "sound1"; } sound1;
sound { wavefile { filename = "sound2.wav"; }; default_code = "sound2"; } sound2;
trial {
LOOP $j 3;
sound sound2;
deltat = 4000;
nothing {};
deltat = 5000;
code = "TMS";
#port_code = 16; #output 5
sound sound1;
deltat = 2000;
ENDLOOP;
};