Part Number: TDA3XEVM
Hi Team,
I have some questions about the EVE FFT. Please help me to figure them out.
1. How to calculate the number of stages of the FFT? There are 5 scaling factors and the maximum number of stages is 5. But how can we know the actual number of stages for different sizes of FFTs in EVE? Is it radix-2, radix-4 or mixed?
2. How to assign the scaling factor if there are 3 stages? {1,1,1,0,0} or {0,0,1,1,1}?
3. What are the valid number of bits for each stage? What is the max/min value for each stage? I learnt the precision of each stages can be 32 bits or 16 bits. However, the maxNumBits = 15 and saturationLimit = 16384U in FFT_TI_kernelControl and FFT32O_TI_kernelControl functions. Does the 32 bits precision represent a number with a binary point after 15 MSB?
Best,
Frank