Click or drag to resize
Accord.NET (logo)

ExtensionsSplit Method (Signal, IWindow, Int32)

Splits a signal using a window

Namespace:  Accord.Audio.Windows
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public static Signal[] Split(
	this Signal signal,
	IWindow window,
	int step
)
Request Example View Source

Parameters

signal
Type: Accord.AudioSignal
window
Type: Accord.Audio.WindowsIWindow
step
Type: SystemInt32

Return Value

Type: Signal

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Signal. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also