OnWaferGoldCompute_sigma_eff_mu_effT(Double, T, T, T, T, Int32) Method

Compute Effective Electrical Conductivity and Effective Relative Permeability

Definition

Namespace: Metas.Vna.Data
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.9.9435.16925
C#
public static void Compute_sigma_eff_mu_eff<T>(
	double f,
	T sigma_bulk,
	T rq,
	out T sigma_eff,
	out T mu_eff,
	int n = 2001
)
where T : new(), Object, IRealNumber<T>

Parameters

f  Double
Frequency / Hz
sigma_bulk  T
Electrical Conductivity / (S/m)
rq  T
Surface Roughness / m
sigma_eff  T
Effective Electrical Conductivity / (S/m)
mu_eff  T
Effective Relative Permeability
n  Int32  (Optional)
Number of Points

Type Parameters

T
Real Number Type

See Also