CalToolsComputeFitandMeanZ0andGammaT(Double, Z0_GammaT, Int32) Method
Computes Fit and Mean Z0 and Gamma
Namespace: Metas.Vna.Calibration.ConfigAssembly: Metas.Vna.Calibration.Config (in Metas.Vna.Calibration.Config.dll) Version: 2.8.9053.20302
public static Z0_Gamma<T> ComputeFitandMeanZ0andGamma<T>(
double[] freq,
Z0_Gamma<T>[] data,
int n
)
where T : new(), Object, IRealNumber<T>
Public Shared Function ComputeFitandMeanZ0andGamma(Of T As {New, Object, IRealNumber(Of T)}) (
freq As Double(),
data As Z0_Gamma(Of T)(),
n As Integer
) As Z0_Gamma(Of T)
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static Z0_Gamma<T>^ ComputeFitandMeanZ0andGamma(
array<double>^ freq,
array<Z0_Gamma<T>^>^ data,
int n
)
static member ComputeFitandMeanZ0andGamma :
freq : float[] *
data : Z0_Gamma<'T>[] *
n : int -> Z0_Gamma<'T> when 'T : new() and Object and IRealNumber<'T>
- freq Double
- Frequency List / Hz
- data Z0_GammaT
- Z0 and Gamma
- n Int32
- Polynom Order: 0 to Number of Points - 1
- T
- Real Number Type
Z0_GammaT