Click or drag to resize

AnalogFilterContinousToDiscrete Method

Transforms Continous Poles and zeros into Discrete poles and zeros. this uses the biLinear transformation/ Tustin Approximation If necessary Prewarping is supported via fp

Namespace:  GSF.NumericalAnalysis
Assembly:  GSF.Core (in GSF.Core.dll) Version: 2.4.101-beta
Syntax
public DigitalFilter ContinousToDiscrete(
	double fs,
	double fp = 0
)
Request Example View Source

Parameters

fs
Type: SystemDouble
Sampling Frequency
fp (Optional)
Type: SystemDouble
pre-warp frequency

Return Value

Type: DigitalFilter
See Also