|
SignalGeneratorFunction Property
|
Gets or sets the windowing function to be
applied to each element in the window.
Namespace:
Accord.Audio.Generators
Assembly:
Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax public Func<double, double> Function { get; set; }
Public Property Function As Func(Of Double, Double)
Get
Set
Request Example
View SourceProperty Value
Type:
FuncDouble,
DoubleSee Also