DynamicParameterEstimationVariableXGetTransferFunction 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.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic override void GetTransferFunction(
double yValueBeforePulse,
IVector<double> output
)
Parameters
- yValueBeforePulse Double
-
This is the y-value (not x) before the pulse.
If the number of y parameters is set to zero, this parameter is ignored, since no information about y for t<0 is necessary.
- output IVectorDouble
- Used to store the output result. Can be of arbitrary size.
See Also