Jump to content

Contributions:HilbertSignalProcessing: Difference between revisions

From BCI2000 Wiki
Jhill (talk | contribs)
No edit summary
Jhill (talk | contribs)
mNo edit summary
Line 19: Line 19:
==Description==
==Description==


Filters
See the documentation for the individual filters in the chain:
 
* [[User_Reference:SpatialFilter|SpatialFilter]]
* [[User_Reference:SpatialFilter|SpatialFilter]]
* [[Contributions:CustomIIRFilter|CustomIIRFilter]]
* [[Contributions:CustomIIRFilter|CustomIIRFilter]]

Revision as of 02:30, 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:
  • Tested under:
  • Known to compile under:
  • Broken since:

Description

See the documentation for the individual filters in the chain:

See also

User Reference:Filters, Contributions:SignalProcessing