Click or drag to resize
Accord.NET (logo)

ComplexSignalGetChannel Method

Extracts a channel from the signal.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public Complex[] GetChannel(
	int channel
)
Request Example View Source

Parameters

channel
Type: SystemInt32

Return Value

Type: Complex
See Also