Problem with maximum number of channels
Posted: 26 Sep 2007, 08:02
Hello,
currently, we're playing around with BCI2000 and a 275channel-MEG. But we only get it running with a channel subset of at most 128 channels. It's the same problem using Neuroscan and RandomNumber as Source-Module. For SignalProcessing we use the MatlabSignalProcessing...
If I set TransmitCh to 275 i have to adjust SpatialFilteredChannels and the SpatialFilterMatrix accordingly!? Problem is with matrix. The Gui allows only a maximum of 256 columns. But if there are more than 128, i get following error :
Did i miss any options or is there another way to get 275 channels working ?
thanks in advance
currently, we're playing around with BCI2000 and a 275channel-MEG. But we only get it running with a channel subset of at most 128 channels. It's the same problem using Neuroscan and RandomNumber as Source-Module. For SignalProcessing we use the MatlabSignalProcessing...
If I set TransmitCh to 275 i have to adjust SpatialFilteredChannels and the SpatialFilterMatrix accordingly!? Problem is with matrix. The Gui allows only a maximum of 256 columns. But if there are more than 128, i get following error :
Code: Select all
26.09.2007 13:57:33 - SpatialFilter: A necessary condition is violated. Please make sure that the following is true: Parameter( "SpatialFilterKernal" )->GetNumValuesDimension1() <= MAX_M.
26.09.2007 13:57:33 - SpatialFilter: A necessary condition is violated. Please make sure that the following is true: Parameter( "SpatialFilterKernal" )->GetNumValuesDimension2() <= MAX_N.thanks in advance