CoreImplementations<T>.SignalProcessing Property

Gets or sets the current implementation of signal processing operations.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
public static SignalOperations<T> SignalProcessing { get; set; }

Property Value

SignalOperations<T>
A class that inherits from SignalOperations<T>.

Remarks

Default implementations are automatically loaded for double precision numbers. For other element types, you need to reference the implementation assembly and call any the applicable registration methods on the Providers property.

See Also