C# Class DSPUtil.HilbertEnvelope

Given a signal input Return the (positive only) magnitude Hilbert envelope
Inheritance: SoundObj
Show file Open project: hughpyle/inguz-DSPUtil Class Usage Examples

Public Methods

Method Description
HilbertEnvelope ( int length ) : System

Constructor

Method Details

HilbertEnvelope() public method

Constructor
public HilbertEnvelope ( int length ) : System
length int Length for Hilbert FIR (preferably odd)
return System