Click or drag to resize

FFTConfigurationSignalStride Property

Gets or sets the stride of signals in an array of multiple signals.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int SignalStride { get; set; }

Property Value

Int32
Remarks
Typically the input signals are packed, so SignalStride would be equal to the length of each signal.
See Also