TIDUF89 September 2024
The hardware accelerator on the IWRL6432AOP enables ultra-efficient computation of the most important operations needed for radar signal processing, which include windowing, FFT, Log-Mag and CFAR vector operations. Using the HWA decreases computation time significantly, allowing the radar sensor to spend more time in the deep sleep mode and less time in computation. Because the HWA uses streaming input and output, the number of cycles required for a sequence of FFTs is (1+NumFFT) * FFTSize, which is much faster than a typical O(NlogN) implementation. To illustrate some typical computation times for the IWRL6432AOP, Radar Hardware Accelerator, user's guide (Table 5) has been modified for the 80MHz HWA clock as shown in Table 2-3.
| Example | FFT Size | Number of Back-to-Back Iterations | Number of Clock Cycles (Initial Latency + Computation) | Total Duration (assuming 80MHz clock) |
|---|---|---|---|---|
| 1 | 256 | 4 | 256+ (256 × 4) | 16 μsec |
| 2 | 128 | 4 | 128 + (128 × 4) | 8 μsec |
| 3 | 8 | 64 | 8 + (8 × 64) | 6.5 μsec |