![]() | Float |
Name | Description | |
---|---|---|
![]() | FFT(FloatComplex) | Computes foward FFT of vin. |
![]() | FFT(FloatComplexVector) | Computes the foward FFT of vin. |
![]() | FFT(FloatComplex, FloatComplex) | Computes foward FFT of vin and places the result in vout |
![]() | FFT(FloatComplexVector, FloatComplexVector) | Computes the foward FFT of vin and places the result in vout |
![]() | FFT(FloatComplex, Int32, FloatComplex, Int32) | Computes the forward FFT of vin and places the result in vout, where vin and vout contain offset signal data, vinoffset, voutoffset, respectively, from the [0] element. |