Click or drag to resize
Accord.NET (logo)

AddFilterNormalize Property

Gets or sets a value indicating whether the resulting signal should be normalized to be between -1 and 1 after the merging has finished. Default is true.

Namespace:  Accord.Audio.Filters
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public bool Normalize { get; set; }
Request Example View Source

Property Value

Type: Boolean
See Also