Other Parts Discussed in Thread: IWR1642
The DCA1000EVM is used to acquire the ADC data of the IWR1642. Using the matlab to obtain the data of the four receiving antennas through the readDCA1000() function, it is a 4*262144 matrix, 4 represents 4 receiving antennas, and 262144 represents 262144 points. So how does this 262144 get? My settings are shown below.
The Ramp End Time is 60us and the ADC Start Time is 6us. The ADC Sampling Time should be 54us. The Sampling Rate is 10000ksps and the ADC Samples is 256. Does it mean that my data should be 54*10^-6*10000*10^3*256=138240? But the final number of data points is 262,144 data. Where is my fault?