CalToolsComputeNoiseErrorCorrectionT(FileNoiseErrorCorrectionConfig, String, BackgroundWorker, DoWorkEventArgs, Boolean) Method
Compute Noise Error Correction
Namespace: Metas.Vna.Calibration.ConfigAssembly: Metas.Vna.Calibration.Config (in Metas.Vna.Calibration.Config.dll) Version: 3.0.9519.15394
public static void ComputeNoiseErrorCorrection<T>(
FileNoiseErrorCorrectionConfig config,
string rootPathDb,
BackgroundWorker worker,
DoWorkEventArgs e,
bool removeSmallUncInfluences = true
)
where T : new(), Object, IRealNumber<T>
Public Shared Sub ComputeNoiseErrorCorrection(Of T As {New, Object, IRealNumber(Of T)}) (
config As FileNoiseErrorCorrectionConfig,
rootPathDb As String,
worker As BackgroundWorker,
e As DoWorkEventArgs,
Optional removeSmallUncInfluences As Boolean = true
)
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static void ComputeNoiseErrorCorrection(
FileNoiseErrorCorrectionConfig^ config,
String^ rootPathDb,
BackgroundWorker^ worker,
DoWorkEventArgs^ e,
bool removeSmallUncInfluences = true
)
static member ComputeNoiseErrorCorrection :
config : FileNoiseErrorCorrectionConfig *
rootPathDb : string *
worker : BackgroundWorker *
e : DoWorkEventArgs *
?removeSmallUncInfluences : bool
(* Defaults:
let _removeSmallUncInfluences = defaultArg removeSmallUncInfluences true
*)
-> unit when 'T : new() and Object and IRealNumber<'T>
- config FileNoiseErrorCorrectionConfig
- Noise Error Correction Configuration
- rootPathDb String
- Root Path Database
- worker BackgroundWorker
- Background Worker
- e DoWorkEventArgs
- Do Work Event Arguments
- removeSmallUncInfluences Boolean (Optional)
- Remove Small Unc Influences
- T
- Real Number Type