TransformsComputeGatingT(Double, ComplexT, Mode, Double, Double, Double, GateType, Guid, Boolean) Method
Computes Gating
Namespace: Metas.Vna.Data.SignalProcessingAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
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>
Public Shared Function ComputeGating(Of T As {New, Object, IRealNumber(Of T)}) (
freq As Double(),
data As Complex(Of T)(),
mode As Mode,
center As Double,
span As Double,
delta As Double,
gateType As GateType,
id As Guid,
withoutUnc As Boolean
) As Complex(Of T)()
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static array<Complex<T>>^ ComputeGating(
array<double>^ freq,
array<Complex<T>>^ data,
Mode mode,
double center,
double span,
double delta,
GateType gateType,
Guid id,
bool withoutUnc
)
static member ComputeGating :
freq : float[] *
data : Complex<'T>[] *
mode : Mode *
center : float *
span : float *
delta : float *
gateType : GateType *
id : Guid *
withoutUnc : bool -> Complex<'T>[] when 'T : new() and Object and IRealNumber<'T>
- 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
- T
- Real Number Type
ComplexTGated Data (Frequency Domain)