OnWaferGoldComputeSmoothT(Double, T, T, Double, Double, Int32, Double, ComplexT) Method

Compute Smooth

Definition

Namespace: Metas.Vna.Data
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.9.9435.16925
C#
public static Complex<T>[] ComputeSmooth<T>(
	double f,
	T mu0,
	T sigma_bulk,
	double x_start,
	double x_stop,
	int n,
	out double[] x_grid,
	out Complex<T>[] db_dx
)
where T : new(), Object, IRealNumber<T>

Parameters

f  Double
Frequency / Hz
mu0  T
Vacuum Magnetic Permeability / (Vs/Am)
sigma_bulk  T
Electrical Conductivity / (S/m)
x_start  Double
X Start / m
x_stop  Double
X Stop / m
n  Int32
Number of Points
x_grid  Double
X Grid / m
db_dx  ComplexT
Derivate of the Normalized Magnetic Field / (Vs/m^3)

Type Parameters

T
Real Number Type

Return Value

ComplexT
Normalized Magnetic Field / (Vs/m^2)

See Also