C# Class DSPUtil.Hilbert

FIR filter approximating a Hilbert transform; not windowed
Inheritance: SoundObj
Exibir arquivo Open project: hughpyle/inguz-DSPUtil

Public Methods

Method Description
Hilbert ( int length ) : System

Constructor

Method Details

Hilbert() public method

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