Click or drag to resize

RelaxISPlugin_TransferFunctionConvertData(Double) Method

Internal method to quickly convert a whole array of impedance values.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public double[][] ConvertData(
	double[][] impedanceData
)

Parameters

impedanceData  Double
The data with (0)=Frequency, (1)=Z' and (2)=Z''

Return Value

Double
The converted data in the same format.
See Also