|
ComplexSignalFromArray Method (Single, Int32)
|
Create multichannel complex signal from floating-point matrix.
Namespace:
Accord.Audio
Assembly:
Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax public static ComplexSignal FromArray(
float[,] array,
int sampleRate
)
Public Shared Function FromArray (
array As Single(,),
sampleRate As Integer
) As ComplexSignal
Request Example
View SourceParameters
- array
- Type: SystemSingle
Source multichannel float array (matrix). - sampleRate
- Type: SystemInt32
Sampling rate for the signal.
Return Value
Type:
ComplexSignalReturns an instance of complex signal.
See Also