Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: FuncDouble, Double
See Also