Passing raw data through the filter chain (e.g. FIRProcessin
Posted: 31 Oct 2012, 04:43
I'd like to pass two channels through the FIRProcessing chain untouched.
(I'm not providing feedback on these channels, but my task progression relies on the raw trigger channel and the application then stores the trigger-locked ERP to a database for a separate process).
It seems like the only modules in the chain that can't be avoided for a specific set of channels are FIRFilter and LPFilter. I'm thinking of making the parameters mFIRIntegration (for FIRFilter) and mDecayFactor (for LPFilter) be per-channel. Does that seem reasonable to you? Am I missing something simple?
I'm new to C++ so I'd like some feedback that what I'm doing makes sense before I spend a lot of time figuring out how to do this.
(I'm not providing feedback on these channels, but my task progression relies on the raw trigger channel and the application then stores the trigger-locked ERP to a database for a separate process).
It seems like the only modules in the chain that can't be avoided for a specific set of channels are FIRFilter and LPFilter. I'm thinking of making the parameters mFIRIntegration (for FIRFilter) and mDecayFactor (for LPFilter) be per-channel. Does that seem reasonable to you? Am I missing something simple?
I'm new to C++ so I'd like some feedback that what I'm doing makes sense before I spend a lot of time figuring out how to do this.