TransformsComputeTimeDomainT Method
Computes Time Domain
Namespace: Metas.Vna.Data.SignalProcessingAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
public static T[] ComputeTimeDomain<T>(
double[] freq,
Complex<T>[] data,
Mode mode,
Window window,
out double[] time,
bool withoutUnc
)
where T : new(), Object, IRealNumber<T>
Public Shared Function ComputeTimeDomain(Of T As {New, Object, IRealNumber(Of T)}) (
freq As Double(),
data As Complex(Of T)(),
mode As Mode,
window As Window,
<OutAttribute> ByRef time As Double(),
withoutUnc As Boolean
) As T()
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static array<T>^ ComputeTimeDomain(
array<double>^ freq,
array<Complex<T>>^ data,
Mode mode,
Window^ window,
[OutAttribute] array<double>^% time,
bool withoutUnc
)
static member ComputeTimeDomain :
freq : float[] *
data : Complex<'T>[] *
mode : Mode *
window : Window *
time : float[] byref *
withoutUnc : bool -> 'T[] when 'T : new() and Object and IRealNumber<'T>
- freq Double
- Frequency List / Hz
- data ComplexT
- Data (Frequency Domain)
- mode Mode
- Mode
- window Window
- Window
- time Double
- Time List / s
- withoutUnc Boolean
- Without Uncertainties
- T
- Real Number Type
TData (Time Domain)