You are on page 1of 1

function conv = pix2met(depth,freq,arr)

spd = 154000; %in cm


per = 1/freq; %freq in Hz
depth_cm = depth*spd*freq;
conv = depth_cm/depth;

You might also like