You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > IIRFilters Class > IIRFilters Methods > IIRFilters.ExactIirZeros Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
IIRFilters.ExactIirZeros Method

Compute exact zeroes of Butterworth and Cheybshev type I filter.

Syntax
C#
Visual Basic
public static void ExactIirZeros(int Order, double wc, TFilterType FilterType, bool Analog, [In] 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.

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