Contributions:HilbertFilter: Difference between revisions
Appearance
No edit summary |
|||
| Line 16: | Line 16: | ||
==Parameters== | ==Parameters== | ||
=== | ===OutputSignal=== | ||
This parameter may be one of | This parameter may be one of | ||
;0 - Copy input signal | ;0 - Copy input signal | ||
| Line 28: | Line 28: | ||
;4 - Imaginary part | ;4 - Imaginary part | ||
:original signal filtered with an FIR-Hilbert transformer. | :original signal filtered with an FIR-Hilbert transformer. | ||
===Delay=== | ===Delay=== | ||
Revision as of 23:24, 16 March 2012
Synopsis
Location
Not yet released: will be released at http://www.bci2000.org/svn/trunk/src/contrib/SignalProcessing/HilbertSignalProcessing/HilbertFilter.cpp
Versioning
Authors
Cristhian Potes, Jeremy Hill
Source Code Revisions
- Initial development:
- Tested under:
- Known to compile under:
- Broken since:
Parameters
OutputSignal
This parameter may be one of
- 0 - Copy input signal
- no processing,
- 1 - Magnitude
- Hilbert envelope amplitude,
- 2 - Phase
- Hilbert phase,
- 3 - Real part
- original input signal, but with a delay to match its timing to the imaginary part.
- 4 - Imaginary part
- original signal filtered with an FIR-Hilbert transformer.
Delay
States
None.
See also
User Reference:Filters, Contributions:SignalProcessing, Contributions:HilbertSignalProcessing