Tool/software:
I have collected data activating all 12 Tx and 16 Rx. I read all the bin files (master and slaves) using fread(fid, 'int16'). Total number of samples are correct as per the set parameters.
Total number of sample = 2 X No of sample per chirp X (No of chirps per loop X No of Tx) X No of Rx X No of frame
I want to arrange all this samples in a 192 virtual arrays, so its size should be (256 X 128 X 192 X 20). Where 256 is no of sample per chirp, 128 is no of chirps per loop, 192 is the total virtual arrays and 20 is the no of frames.
Is there any stand alone code to get that?