OnWaferGoldComputeRoughness(Double, Double, Double, Double, Double, Double, Int32, Double, ComplexNumber) Method
Compute Roughness
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.9.9435.16925
public static Complex<Number>[] ComputeRoughness(
double f,
double mu0,
double sigma_bulk,
double rq,
double x_start,
double x_stop,
int n,
out double[] x_grid,
out Complex<Number>[] db_dx
)
Public Shared Function ComputeRoughness (
f As Double,
mu0 As Double,
sigma_bulk As Double,
rq As Double,
x_start As Double,
x_stop As Double,
n As Integer,
<OutAttribute> ByRef x_grid As Double(),
<OutAttribute> ByRef db_dx As Complex(Of Number)()
) As Complex(Of Number)()
public:
static array<Complex<Number>>^ ComputeRoughness(
double f,
double mu0,
double sigma_bulk,
double rq,
double x_start,
double x_stop,
int n,
[OutAttribute] array<double>^% x_grid,
[OutAttribute] array<Complex<Number>>^% db_dx
)
static member ComputeRoughness :
f : float *
mu0 : float *
sigma_bulk : float *
rq : float *
x_start : float *
x_stop : float *
n : int *
x_grid : float[] byref *
db_dx : Complex<Number>[] byref -> Complex<Number>[]
- f Double
- Frequency / Hz
- mu0 Double
- Vacuum Magnetic Permeability / (Vs/Am)
- sigma_bulk Double
- Electrical Conductivity / (S/m)
- rq Double
- Surface Roughness / 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 ComplexNumber
- Derivate of the Normalized Magnetic Field / (Vs/m^3)
ComplexNumberNormalized Magnetic Field / (Vs/m^2)