Jump to content

Contributions:HilbertSignalProcessing: Difference between revisions

From BCI2000 Wiki
Jhill (talk | contribs)
mNo edit summary
Jhill (talk | contribs)
 
Line 12: Line 12:


===Source Code Revisions===
===Source Code Revisions===
*Initial development:
*Initial development: 3896
*Tested under:  
*Tested under: --
*Known to compile under:
*Known to compile under: 3896
*Broken since:  
*Broken since: --


==Description==
==Description==

Latest revision as of 02:38, 27 March 2012

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