Click or drag to resize

DynamicParameterEstimationCombXYGetTransferFunction Method

Gets the impulse response to a pulse at t=0, i.e. to x[0]==1, x[1]...x[n]==0. The background component is not taken into account.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void GetTransferFunction(
	double yValueBeforePulse,
	IVector<double> output
)

Parameters

yValueBeforePulse  Double
This is the y-value (not x!) before the pulse. If the NumberOfY is set to zero, this parameter is ignored, since no information about y for t<0 is neccessary.
output  IVectorDouble
Used to store the output result. Can be of arbitrary size.
See Also