Page 1 of 1

Error when using PeakDetector

Posted: 13 Mar 2010, 14:18
by majeed88
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:-

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.
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 ?

Posted: 18 Mar 2010, 10:00
by mellinger
Unfortunately, the PeakDetector signal processing module does not work with current application modules.

Maybe we can assist you better when you describe what kind of signal processing you are trying to do?