Error when using PeakDetector
Posted: 13 Mar 2010, 14:18
Hello,
I want to Implement an SSVEP-based BCI Application.
I tried to use the PeakDetector class which is located at "src\contrib\SignalProcessing\PeakDetector".
after compiling the source using Borland I got "PeakDetectSignalProcessing.exe".
then, I loaded it using the BCI2000 launcher and I used the feedbackdemo.exe as the application module and the signalgenerator.exe as the source module but when I tried to run the application I got these errors:-
I was able to fix the first 8 errors by changing the according parameters. But could not fix the last 2 errors.
How can I fix them ?
I want to Implement an SSVEP-based BCI Application.
I tried to use the PeakDetector class which is located at "src\contrib\SignalProcessing\PeakDetector".
after compiling the source using Borland I got "PeakDetectSignalProcessing.exe".
then, I loaded it using the BCI2000 launcher and I used the feedbackdemo.exe as the application module and the signalgenerator.exe as the source module but when I tried to run the application I got these errors:-
Code: Select all
3/13/2010 10:06:06 PM - Parameter "Statistics->BaselineCfg": Value at index (1, 2) is 1, exceeds high range (0).
3/13/2010 10:06:06 PM - Parameter "Statistics->BaselineCfg": Value at index (2, 2) is 2, exceeds high range (0).
3/13/2010 10:06:06 PM - Parameter "Statistics->BaselineHits": Value at index (1, 1) is 1, exceeds high range (0).
3/13/2010 10:06:06 PM - Parameter "Statistics->BaselineHits": Value at index (1, 2) is 0.5, exceeds high range (0).
3/13/2010 10:06:06 PM - Parameter "Statistics->BaselineHits": Value at index (2, 1) is 2, exceeds high range (0).
3/13/2010 10:06:06 PM - Parameter "Statistics->BaselineHits": Value at index (2, 2) is 0.5, exceeds high range (0).
3/13/2010 10:06:06 PM - Parameter "Filtering->MUD": Value at index (1, 5) is -1, exceeds lower range (0).
3/13/2010 10:06:06 PM - Parameter "Filtering->MUD": Value at index (2, 5) is -1, exceeds lower range (0).
3/13/2010 10:06:06 PM - PeakDetector::Preflight: Parameter "SpatialFilteredChannels" does not exist.
3/13/2010 10:06:06 PM - StatFilter::Preflight: State "IntertrialInterval" is inaccessible.How can I fix them ?