Hello,
I am acquiring raw data using DCA1000 board with AWR1843BOOST board. I configured the radar to use 3 emitters and 4 receivers with 512 samples per chirp and 96 chirps (32 chirps per antenna). From the document here -> https://www.ti.com/lit/an/swra581b/swra581b.pdf?ts=1685667660596&ref_url=https%253A%252F%252Fwww.google.com%252F (page 10) I see how the data should be structured. Nevertheless, I obtain such data:
[ ...
...
[ 33 118 -1 -1 168 71 -1 -1]
[ 174 65 -1 -1 -52 -200 -1 -1]
[ -69 -136 -1 -1 -211 -140 -1 -1]
[-201 -218 -1 -1 -79 47 -1 -1]
[-138 45 -1 -1 158 188 -1 -1]
[ 145 135 -1 -1 63 -69 -1 -1]
[ 87 -60 -1 -1 -160 -211 -1 -1]
[-177 -199 -1 -1 -140 -6 -1 -1]
[-154 -54 -1 -1 89 129 -1 -1]
[ 45 27 -1 -1 77 12 -1 -1]
[ 38 58 -1 -1 -24 -71 -1 -1]
[ -21 -88 -1 -1 -137 -133 -1 -1]
[-160 -175 -1 -1 -75 12 -1 -1]
[-138 -78 -1 -1 82 144 -1 -1]
[ 49 109 -1 -1 130 -14 -1 -1]
[ 17 -13 -1 -1 -79 -74 -1 -1]
[ -46 -84 -1 -1 -76 -84 -1 -1]
[-139 -137 -1 -1 -33 35 -1 -1]
[-111 -54 -1 -1 81 112 -1 -1]
[ 44 108 -1 -1 119 19 -1 -1]
[ 104 -30 -1 -1 -106 -186 -1 -1]
[-174 -234 -1 -1 -150 7 -1 -1]
[-172 -23 -1 -1 138 137 -1 -1]
[ 29 57 -1 -1 99 19 -1 -1]
[ 22 -11 -1 -1 -22 -56 -1 -1]
[ -60 -111 -1 -1 -81 -43 -1 -1]
[-114 -139 -1 -1 9 77 -1 -1]
[ -41 64 -1 -1 132 81 -1 -1]
[ 37 -27 -1 -1 -30 -34 -1 -1]
[ -35 -21 -1 -1 -5 -8 -1 -1]
[ -39 -87 -1 -1 -47 -10 -1 -1]
[-102 -86 -1 -1 35 51 -1 -1]
[ -95 -33 -1 -1 72 125 -1 -1]
[ 41 127 -1 -1 102 23 -1 -1]
[ 68 -43 -1 -1 -115 -139 -1 -1]
[-151 -226 -1 -1 -99 -20 -1 -1]]
there are 8 columns corresponding to real and imaginary parts of the received data. It seems that 2 antennas are not working properly - giving always -1. Why?
Thank you,
Best,
jan