RelaxISPlugin_WeightModeCalculateWeightsArray Method |
Calculate the weights for an array of impedance data.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public double[][] CalculateWeightsArray(
double[][] data
)
Public Function CalculateWeightsArray (
data As Double()()
) As Double()()
Dim instance As RelaxISPlugin_WeightMode
Dim data As Double()()
Dim returnValue As Double()()
returnValue = instance.CalculateWeightsArray(data)
Parameters
- data Double
- The data, where data(0) is frequency, data(1) is real part and data(2) is imaginary part.
Return Value
DoubleThe weights where res(0) are the weights for the real parts and res(1) are the weights for the imaginary parts.
Exceptions Remarks This is mainly used as an internal interface function.
See Also