Click or drag to resize

IRelaxISWCFLinkGetKramersKronigTransformation Method

Calculate a Kramers-Kronig transformation of the spectrum.

Namespace: RelaxIS_SDK.RelaxISWCFLink
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
[OperationContractAttribute]
KramersKronigResult GetKramersKronigTransformation(
	ImpedanceSpectrum input,
	KramersKronigSettings settings
)

Parameters

input  ImpedanceSpectrum
The input spectrum.
settings  KramersKronigSettings
The settings to use.

Return Value

KramersKronigResult
The Kramers-Kronig results.
See Also