Forums - Using fastCV FFT on Hexagon

2 posts / 0 new
Last post
Using fastCV FFT on Hexagon
Kazem
Join Date: 28 Jul 14
Location: Montreal
Posts: 10
Posted: Thu, 2014-08-28 09:21

Hello,

I could use FastCV library on Hexagon SDK 1.1 without any problem. Because I wanted to use FFT, I installed SDK 1.2. First, I could not run the cornerApp. However, after using "libdspCV_skel.so" from the SDK 1.1, I could run cornerApp example as well as FFT function.

My problem is that, I cannot run FFT/IFFT for the data size more 1K in 1D or more than 32x32 in 2D. I modified the cornerApp to run FFT/IFFT function.

I appreciate if anyone could help me.

Kazem

  • Up0
  • Down0
c_zhet
Join Date: 31 Jul 17
Posts: 23
Posted: Mon, 2017-11-20 18:23

in 1D, the data size must be a power of 2.

Array should be 128-bit aligned.

You can see the parameters in fastcv.h.

And there is no limitation of size.

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.