Hi
I am trying to run a simulation based on the example_us_bmode_linear_transducer code.
If my transducer is about 3 grid points, can I decrease the z axis points to 64 or 32 without damaging the simulation physical reliability?
my simulation Dimensions are:
Nx = 2048/sc - 2*pml_x_size; % [grid points]
Ny = 512/sc - 2*pml_y_size; % [grid points]
Nz = 128/sc - 2*pml_z_size; % [grid points]
note that Nx and Ny where modified to mach the depth, pulse Freq and transducer amount, but Nz number is from the original example.