TransformsComputeGatingT(Double, ComplexT, Mode, Double, Double, Double, GateType, Guid, Boolean) Method

Computes Gating

Definition

Namespace: Metas.Vna.Data.SignalProcessing
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
C#
public static Complex<T>[] ComputeGating<T>(
	double[] freq,
	Complex<T>[] data,
	Mode mode,
	double center,
	double span,
	double delta,
	GateType gateType,
	Guid id,
	bool withoutUnc
)
where T : new(), Object, IRealNumber<T>

Parameters

freq  Double
Frequency List / Hz
data  ComplexT
Data (Frequency Domain)
mode  Mode
Mode
center  Double
Center Time / s
span  Double
Time Span / s from 0.5 to 0.5
delta  Double
Delta Time / s from 0.0 to 0.5 or from 0.5 to 1.0
gateType  GateType
Gate Type
id  Guid
Uncertainty GUID for Unknown Frequency Points
withoutUnc  Boolean
Without Uncertainties

Type Parameters

T
Real Number Type

Return Value

ComplexT
Gated Data (Frequency Domain)

See Also