Click or drag to resize

AnalogFilter Methods

The AnalogFilter type exposes the following members.

Methods
  Name Description
Public method ContinuousToDiscrete Transforms continuous poles and zeros into discrete poles and zeros. this uses the biLinear transformation/ Tustin Approximation If necessary Prewarping is supported via fp.
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public method Filter(Double, Double) applies this filter to an evenly sampled signal f(t).
Public method Filter(Double, Double, FilterState, FilterState) Computes the output of the filter for the given single input and FilterState.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method Static member HPButterworth Generates a High Pass Butterworth Filter.
Public method Static member LPButterworth Generates a Low Pass Butterworth Filter.
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method Scale Scale the AnalogFilter such that Gain at Corner frequency is -3dB.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also