C# Class DSPUtil.Dirac

FIR filter with a Dirac pulse at its center
Inheritance: SoundObj
Show file Open project: hughpyle/inguz-DSPUtil

Public Methods

Method Description
Dirac ( int length ) : System

Constructor

Method Details

Dirac() public method

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