C# Class DSPUtil.HilbertEnvelope

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

Méthodes publiques

Méthode Description
HilbertEnvelope ( int length ) : System

Constructor

Method Details

HilbertEnvelope() public méthode

Constructor
public HilbertEnvelope ( int length ) : System
length int Length for Hilbert FIR (preferably odd)
Résultat System