Spatial filter mistake
Posted: 23 Jul 2012, 19:37
hi,
I want to use SpatialFilter to do small lapalacian filtering, so I use sparse matrix. The matrix is set as follows
In Out Wt
1 C3 C3 1
2 FC3 C3 -.25
3 C5 C3 -.25
4 C1 C3 -.25
5 CP3 C3 -.25
6 C4 C4 1
7 FC4 C4 -.25
8 C2 C4 -.25
9 C6 C4 -.25
10 CP4 C4 -.25
and in TransmitChlist, I set: 17 21 25 26 27 29 30 31 36 40 which correspond to FC3 FC4 C5 C3 C1 C2 C4 C6 CP3 CP4. Because I use Neuroscan of which input channel number is 68.
I press the "Setconfig", get the following mistake. I don't know why.
SpatialFilter::Preflight: SpatialFilter output is empty. Set SpatialFilterMissingChannels to report invalid input channels.
LinearClassifier::Preflight: Channel specification in
Classifier(1,input channel)=C3 is invalid.
LinearClassifier::Preflight: Channel specification in
Classifier(2,input channel)=C4 is invalid.
I want to use SpatialFilter to do small lapalacian filtering, so I use sparse matrix. The matrix is set as follows
In Out Wt
1 C3 C3 1
2 FC3 C3 -.25
3 C5 C3 -.25
4 C1 C3 -.25
5 CP3 C3 -.25
6 C4 C4 1
7 FC4 C4 -.25
8 C2 C4 -.25
9 C6 C4 -.25
10 CP4 C4 -.25
and in TransmitChlist, I set: 17 21 25 26 27 29 30 31 36 40 which correspond to FC3 FC4 C5 C3 C1 C2 C4 C6 CP3 CP4. Because I use Neuroscan of which input channel number is 68.
I press the "Setconfig", get the following mistake. I don't know why.
SpatialFilter::Preflight: SpatialFilter output is empty. Set SpatialFilterMissingChannels to report invalid input channels.
LinearClassifier::Preflight: Channel specification in
Classifier(1,input channel)=C3 is invalid.
LinearClassifier::Preflight: Channel specification in
Classifier(2,input channel)=C4 is invalid.