|
ComplexSignalToArray Method (Int32)
|
Converts the complex signal to a complex array.
Namespace:
Accord.Audio
Assembly:
Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax public Complex[] ToArray(
int channel
)
Public Function ToArray (
channel As Integer
) As Complex()
Request Example
View SourceParameters
- channel
- Type: SystemInt32
Return Value
Type:
ComplexSee Also