|
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
)
Public Function GetChannel (
channel As Integer
) As Complex()
Request Example
View SourceParameters
- channel
- Type: SystemInt32
Return Value
Type:
ComplexSee Also