---------------------------------------------------------------------------------------------- # Raw experimental data - Raw data corresponding to the pork tissue experiment: "1_PorkChop_on_Phantom.mat" [Fig. 1, 2, 3 and Supplementary Fig. S3, S4, S5] - Raw data corresponding to the head phantom experiment: "2_HeadPhantom_position1.mat" [Fig. 4 & 5, Supplementary Fig. S6, S7] and "2_HeadPhantom_position2.mat" [Fig. 6] - Raw data corresponding to the tissue mimicking phantom without aberrations: "4_Phantom_withtout_aberrations.mat" [supplementary Fig. S8] ## Declared variables in each case: - "rfr" contains the raw ultrasound data; - "p" is a structure containing all parameters used in the acquisition. ---------------------------------------------------------------------------------------------- # Focused reflection matrix in the pork tissue experiment (after beamforming): - "1bis_PorkChop_on_Phantom_Focused_Reflection_Matrix_Rdrr.mat" for use with a private GITHUB repository. Post-processing codes are only available upon request. ## Declared variables: - "R" is the focused reflection matrix expressed in a de-scan representation R(dx,dy,dz,xout,yout,zout), where dx=xin-xout, dy=yin-yout, dz=zin-zout. - "param" is a structure containing the parameters used for beamforming [ R(i_in,u_out,t) = > R(dx,dy,dz,xout,yout,zout) ]. - "acquisition" is a structure that contains the parameters used for the acquisition of the raw data. ----------------------------------------------------------------------------------------------