Samraksh eMote .NOW
FFT(Int16[],Int16[],UInt16) Method



Input array
Output array
Size of the transform
Calculate the Fast Fourier Transform
Syntax
'Declaration
 
Public Overloads Function FFT( _
   ByVal input() As Short, _
   ByVal output() As Short, _
   ByVal transformSize As UShort _
) As Boolean
'Usage
 
Dim instance As Transforms
Dim input() As Short
Dim output() As Short
Dim transformSize As UShort
Dim value As Boolean
 
value = instance.FFT(input, output, transformSize)

Parameters

input
Input array
output
Output array
transformSize
Size of the transform

Return Value

Transform array of size transformSize
Requirements

Target Platforms: eMote .NOW

See Also

Reference

Transforms Class
Transforms Members
Overload List

Send Feedback