Samraksh eMote .NOW
IFFT(Byte[],Byte[],UInt16) Method



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