In
the size of the radar data cube is calculated at page 16 as:
number of samples * number of chirps * number of Rx * bytes per sample
"The requirements for memory are exactly the same as the 16-bit processing chain, since only the 16-bit range-FFT output is stored. Hence for a frame with 128 chirps (N chirp = 128), with each chirp having 256 samples (N adc = 256) and with 4 RX antennas, the radar-cube memory requirements is 256 samples x 128 chirps x 4 antennas x 4 bytes/sample= 512KB"
Is Rx the number of real or virtual antennas? I assume virtual. Does not number of Tx come into the equation?
How come, the size of each sample is 4 bytes? Is that possible? In the chirp configuration
adcCfg only allows 16 bits per sample.
Has it something to do with the second argument of adcCfg, <adcOutputFmt>?