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



Input array
Output array
Size of the transform
Calculate the Fast Fourier Transform
Syntax
'Declaration
 
Public Overloads Function FFT( _
   ByVal input() As UInteger, _
   ByVal output() As UInteger, _
   ByVal transformSize As UShort _
) As Boolean
'Usage
 
Dim instance As Transforms
Dim input() As UInteger
Dim output() As UInteger
Dim transformSize As UShort
Dim value As Boolean
 
value = instance.FFT(input, output, transformSize)
public bool FFT( 
   uint[] input,
   uint[] output,
   ushort 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