BurgAlgorithmComplexExecute(IROComplexDoubleVector, IComplexDoubleVector, IComplexDoubleVector) Method |
Uses the signal in x to build a model with as many parameters as there is space in coefficients.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void Execute(
IROComplexDoubleVector x,
IComplexDoubleVector coefficients,
IComplexDoubleVector reflectionCoefficients
)
Parameters
- x IROComplexDoubleVector
- Signal for building the model.
- coefficients IComplexDoubleVector
- Vector to be filled with the coefficients of the model.
- reflectionCoefficients IComplexDoubleVector
- Vector to be filled with the reflection coefficients.
See Also