|
ComplexSignal Constructor (Int32, Int32, Int32)
|
Constructs a new Complex Signal
Namespace:
Accord.Audio
Assembly:
Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax public ComplexSignal(
int channels,
int length,
int sampleRate
)
Public Sub New (
channels As Integer,
length As Integer,
sampleRate As Integer
)
Request Example
View SourceParameters
- channels
- Type: SystemInt32
- length
- Type: SystemInt32
- sampleRate
- Type: SystemInt32
See Also