You are here: Symbol Reference > Dew.Signal Namespace > IIRFilters Class > IIRFilters Methods > ExactIirZeros Method
Dew DSP for .NET
Contents
PreviousUpNext
IIRFilters.ExactIirZeros Method

Compute exact zeroes of Butterworth and Cheybshev type I filter.

C#
public ExactIirZeros(int Order, double Wc, TFilterType FilterType, bool Analog, TVec z);

The order defies the Order of the filter, WC is the bilinear warped center frequency of the stopband of a bandstop filter. FilterType defines, if the filter is lowpass, highpass, bandpass or bandstop, Analog specifies, if the filter is designed for the s-domain or for the z-domain. The result is placed in z.

What do you think about this topic? Send feedback!
Copyright (c) 1999-2010 by Dew Research. All rights reserved.