Jump to content

Contributions:HilbertSignalProcessing: Difference between revisions

From BCI2000 Wiki
Jhill (talk | contribs)
Jhill (talk | contribs)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Synopsis==
==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 <math>2\pi \times</math> instantaneous frequency.


==Location==
==Location==


Under Construction: will be released at:
http://{{SERVERNAME}}/svn/trunk/src/contrib/SignalProcessing/HilbertSignalProcessing
http://{{SERVERNAME}}/svn/trunk/src/contrib/SignalProcessing/HilbertSignalProcessing


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==


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

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