mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
The max FFT size was 4096, but we don't currently have any devices that can do that without modification. This is because, currently, the FFT size must be the same as the packet size, and the largest packet size supported by most devices is about 8000 bytes, or 2000 sc16 samples. Therefore, the largest FFT size supported without modifying other code is 1024 samples. This change frees up about 21% of the LUTs and 36% of the BRAM used by axi_fft and makes the software block controller and the IP agree on the maximum FFT size. |
||
|---|---|---|
| .. | ||
| axi_fft | ||
| axi_hb31 | ||
| axi_hb47 | ||
| complex_multiplier | ||
| complex_multiplier_dds | ||
| complex_to_magphase | ||
| complex_to_magphase_int16_int24 | ||
| complex_to_magphase_int32 | ||
| cordic_rotate_int24 | ||
| cordic_rotate_int24_int16 | ||
| cordic_rotator | ||
| cordic_rotator24 | ||
| dds | ||
| dds_sin_cos_lut_only | ||
| divide_int16 | ||
| divide_int16_int32 | ||
| divide_int24 | ||
| divide_int32 | ||
| divide_uint32 | ||
| Makefile.inc | ||