Contributions:FIRFilter: Difference between revisions
Appearance
| Line 11: | Line 11: | ||
===Source Code Revisions=== | ===Source Code Revisions=== | ||
*Initial development: 31 | *Initial development: 31 | ||
*Tested under: | *Tested under: 2196 | ||
*Known to compile under: | *Known to compile under: 2196 | ||
*Broken since: -- | *Broken since: -- | ||
Revision as of 13:30, 17 November 2008
Synopsis
A finite impulse response (FIR) filter for temporal filtering.
Location
http://www.bci2000.org/svn/trunk/src/contrib/SignalProcessing/FIR
Versioning
Author
Dennis McFarland
Source Code Revisions
- Initial development: 31
- Tested under: 2196
- Known to compile under: 2196
- Broken since: --
Parameters
FIRWindows
Number of input blocks.
FIRDetrend
Detrend data? 0=no 1=mean 2= linear.
Integration
FIR Integration 0 = none, 1= mean 2 = rms 3 = max.
FIRFilteredChannels
Number of FIR Filtered Filtered Channels.
FIRFilterKernal
Fir Filter Kernal Weights.
VisualizeTemporalFiltering
Visualize Temporal filtered signals (0=no 1=yes).
States
None.