Re: Acquiring GSR signal in BCI2000
Posted: 10 Jan 2012, 12:51
Hi mellinger and thank you for the reply,
I took a look at the IIRFilterBase code and also the wiki for more information, and the Process() you are referring to,
has no loop over channels, unless you were talking about a different .cpp file
I took a look at the IIRFilterBase code and also the wiki for more information, and the Process() you are referring to,
has no loop over channels, unless you were talking about a different .cpp file
Code: Select all
IIRFilterBase::Process( const GenericSignal& Input, GenericSignal& Output )
{
mFilter.Process( Input, Output );
}