Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
balamma committed Apr 25, 2021
2 parents 17ddb69 + a6b11fd commit d48c2d1
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 2 deletions.
47 changes: 46 additions & 1 deletion experiment/posttest.json
Original file line number Diff line number Diff line change
@@ -1 +1,46 @@
[{"question":"1. Algorithm used for converting time series EEG data to power spectral density:","answers":{"a":"ICA","b":"Bandpass filter","c":"IR filter","d":"FFT"},"correctAnswer":"d"},{"question":"2. Power spectrum density indicates:","answers":{"a":"Power distribution of EEG data series in time domain","b":"Power distribution of EEG series in the frequency domain","c":"Coherence of EEG series","d":"None of the above"},"correctAnswer":"b"},{"question":"3. Unit for PSD measurement in EEG data:","answers":{"a":"µVolts square per dB","b":" µVolts sqaure per Hz","c":"Volts sqaure per sec","d":"µVolts"},"correctAnswer":"b"},{"question":"4. Which of the following is a real function of frequency ?","answers":{"a":"PSD","b":"FFT","c":"PCA","d":"None of the above"},"correctAnswer":"a"},{"question":"5. Power spectrum density method used for feature extraction of raw EEG signal","answers":{"a":"Welch’s Method","b":"K-nearest neighbors classifier","c":"Bartlett method","d":"None of the above"},"correctAnswer":"a"}]
[{
"question": "1. Algorithm used for converting time series EEG data to power spectral density:",
"answers": {
"a": "ICA",
"b": "Bandpass filter",
"c": "IR filter",
"d": "FFT"
},
"correctAnswer": "d"
}, {
"question": "2. Power spectrum density indicates:",
"answers": {
"a": "Power distribution of EEG data series in time domain",
"b": "Power distribution of EEG series in the frequency domain",
"c": "Coherence of EEG series",
"d": "None of the above"
},
"correctAnswer": "b"
}, {
"question": "3. Unit for PSD measurement in EEG data:",
"answers": {
"a": "µVolts square per dB",
"b": " µVolts sqaure per Hz",
"c": "Volts sqaure per sec",
"d": "µVolts"
},
"correctAnswer": "b"
}, {
"question": "4. Which of the following is a real function of frequency ?",
"answers": {
"a": "PSD",
"b": "FFT",
"c": "PCA",
"d": "None of the above"
},
"correctAnswer": "a"
}, {
"question": "5. Power spectrum density method used for feature extraction of raw EEG signal",
"answers": {
"a": "Welch’s Method",
"b": "K-nearest neighbors classifier",
"c": "Bartlett method",
"d": "None of the above"
},
"correctAnswer": "a"
}]
38 changes: 37 additions & 1 deletion experiment/pretest.json
Original file line number Diff line number Diff line change
@@ -1 +1,37 @@
[{"question":"1. The brain electrical activity is represented as:","answers":{"a":"ECG Signals","b":"EMG Signals","c":"EEG Signals","d":"EOG Signals"},"correctAnswer":"c"},{"question":"2. The unwanted signals present in EEG signals is known as:","answers":{"a":"Signals","b":"Noise","c":"PSD","d":"None of the above"},"correctAnswer":"b"},{"question":"3. The EEG signal processing involves:","answers":{"a":"Data Acquisition","b":"Preprocessing","c":"Feature extraction","d":"All the above"},"correctAnswer":"d"},{"question":"4. EEG signals were measured in:","answers":{"a":"Volts","b":"Microvolts","c":"Hertz","d":"Millivolts"},"correctAnswer":"b"}]
[{
"question": "1. The brain electrical activity is represented as:",
"answers": {
"a": "ECG Signals",
"b": "EMG Signals",
"c": "EEG Signals",
"d": "EOG Signals"
},
"correctAnswer": "c"
}, {
"question": "2. The unwanted signals present in EEG signals is known as:",
"answers": {
"a": "Signals",
"b": "Noise",
"c": "PSD",
"d": "None of the above"
},
"correctAnswer": "b"
}, {
"question": "3. The EEG signal processing involves:",
"answers": {
"a": "Data Acquisition",
"b": "Preprocessing",
"c": "Feature extraction",
"d": "All the above"
},
"correctAnswer": "d"
}, {
"question": "4. EEG signals were measured in:",
"answers": {
"a": "Volts",
"b": "Microvolts",
"c": "Hertz",
"d": "Millivolts"
},
"correctAnswer": "b"
}]

0 comments on commit d48c2d1

Please sign in to comment.