Click or drag to resize
Accord.NET (logo)

CombFilter Constructor

Creates a new Comb filter.

Namespace:  Accord.Audio.ComplexFilters
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public CombFilter(
	int bpm,
	int pulses,
	int length,
	int samplingRate
)
Request Example View Source

Parameters

bpm
Type: SystemInt32
pulses
Type: SystemInt32
length
Type: SystemInt32
samplingRate
Type: SystemInt32
See Also