Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

AWR2944: AWR2944's Advanced 2DFFT execution time

Part Number: AWR2944

Tool/software:

Hi Ti's experts,

I would like to check if I want to enable the advanced 2DFFT to calculate 64 by 16 input for 500 times, which the following calculation for the execution cycle is correct:

1. 501(B+1)*[64(initial cycle)+64(FFT execution cycle)]*[16(initial cycle)+16(FFT execution cycle)]

2. 501(B+1)*64(FFT execution cycle)*16(FFT execution cycle)

3. 501(B+1)*[64(initial cycle)+64*16(FFT execution cycle*back-to-back iteration)]*[16(initial cycle)+16*64(FFT execution cycle*back-to-back iteration)]

Thanks

BRs,

Dennis

  • Hi Dennis,

    I would like to check if I want to enable the advanced 2DFFT to calculate 64 by 16 input for 500 times,

    It should be the second option as per the TRM.

    In the first option, initial cycle which is meant to be added once for all the iterations, is added for all iterations(it's multiplied by 501). And the meaning of the last option is not clear. I am not sure about what you meant by initial cycle, back-to-back iteration.

    Regards,

    Samhitha