Matlab direct access to ADCP data ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ There are two programs for reading ADCP data in Matlab. **read.m**: reading ADCP data directly using matlab: * quick, straightforward * direct access to ENX and LTA data * no editing or processing * requires CODAS matlab code and correct MATLABPATH **get_xfraw.m** read UHDAS single-ping ADCP data with ancillary data attached: * access to many variables (time, position, velocity, amplitude, temperature, heading) * requires CODAS matlab code and correct MATLABPATH Contents: .. toctree:: :maxdepth: 1 read/index get_xfraw/index