Click or drag to resize
Accord.NET (logo)

ImpulseGenerator Constructor (Int32, Int32, Int32, SampleFormat)

Creates a new Impulse Signal Generator.

Namespace:  Accord.Audio.Generators
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public ImpulseGenerator(
	int bpm,
	int pulses,
	int sampleRate,
	SampleFormat format
)
Request Example View Source

Parameters

bpm
Type: SystemInt32
pulses
Type: SystemInt32
sampleRate
Type: SystemInt32
format
Type: Accord.AudioSampleFormat
See Also