Click or drag to resize
Accord.NET (logo)

IWindowApply Method (Double, Int32)

Splits a signal using the current window.

Namespace:  Accord.Audio.Windows
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
double[] Apply(
	double[] signal,
	int sampleIndex
)
Request Example View Source

Parameters

signal
Type: SystemDouble
sampleIndex
Type: SystemInt32

Return Value

Type: Double
See Also