Click or drag to resize
Accord.NET (logo)

HighPassFilter Constructor (Single)

Constructs a new High-Pass filter using the given alpha.

Namespace:  Accord.Audio.Filters
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public HighPassFilter(
	float alpha
)
Request Example View Source

Parameters

alpha
Type: SystemSingle
Band pass alpha.
See Also