Jump to content

Contributions:HilbertSignalProcessing

From BCI2000 Wiki
Revision as of 02:38, 27 March 2012 by Jhill (talk | contribs) (Source Code Revisions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Synopsis

Apply a bandpass filter (FIR and/or IIR). Then use HilbertFilter to compute either the Hilbert envelope or the instantaneous Hilbert phase. Finally, if desired, take the unwrapped derivative of the phase to obtain 2π× instantaneous frequency.

Location

http://www.bci2000.org/svn/trunk/src/contrib/SignalProcessing/HilbertSignalProcessing

Versioning

Authors

Cristhian Potes, Jeremy Hill

Source Code Revisions

  • Initial development: 3896
  • Tested under: --
  • Known to compile under: 3896
  • Broken since: --

Description

See the documentation for the individual filters in the chain:

See also

User Reference:Filters, Contributions:SignalProcessing