i follow the guide
and i use matalb code to read adc_data.bin
why the size of adcData become 4*262144 ?
i know the ''4''meaning ,they have four Rx
and i get chirp ADC_sample is 256
so 262144/256 =1024 ,this might be the number of chirp i think
is my idea right?
if yes,where to set the number of chirp in mmwave studio?
and if i get the first 256 samples >>>> like this adcData (1:4,1:256)
%%
i know the chirp is emanated by Tx0 and Tx1
tx1 phase difference in Rx is like [0w 1w 2w 3w]
tx2 phase difference in Rx is like [4w 5w 6w 7w]
if i want the angle of target ,how to use
Φ = 2π/λ ΔR = 2π/λ dsinθ
i mean that if i take tx0 and tx1
Φ will be 1w-0w or 5w-4w or 5w -0w or 1w-4w ,and the answer will be different .
How to fix it?