Click or drag to resize

ImpedanceConversionToElastance Method

Converts the impedance to the respective elastance value

Namespace: RelaxIS_SDK.libMath
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static Complex ToElastance(
	double Frequency,
	Complex Impedance
)

Parameters

Frequency  Double
The frequency of the datapoint
Impedance  Complex
The impedance, where Item1 is the real part and Item2 is the imaginary part

Return Value

Complex
A tuple of (E', E'')
See Also