Click or drag to resize
Accord.NET (logo)

ComplexSignal Constructor (Byte, Int32, Int32, Int32, ComplexSignalStatus)

Constructs a new Complex Signal

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public ComplexSignal(
	byte[] data,
	int channels,
	int length,
	int sampleRate,
	ComplexSignalStatus status
)
Request Example View Source

Parameters

data
Type: SystemByte
channels
Type: SystemInt32
length
Type: SystemInt32
sampleRate
Type: SystemInt32
status
Type: Accord.AudioComplexSignalStatus
See Also