Navigation

This Page

Matlab access to CODAS data

getmat: getting all bins and all profiles from a CODAS database; follow this link

  • simple to set up: extract with one executable, load with one matlab file
  • extract every bin and every profile
  • access to many variables (time, position, velocity, amplitude, temperature, heading)

adcpsect: getting velocities from a codas database; follow this link

  • provides more control over extraction parameters;
  • allows averaging over time (or space) and vertical
  • requires only executable program “adcpsect”;
  • only provides time, position, and velocity

Matlab access to UHDAS single-ping data

get_xfraw.m read UHDAS single-ping ADCP data with ancillary data attached; follow this link

  • access to many variables (time, position, velocity, amplitude, temperature, heading)
  • must install UH Currents group matlab code and fix MATLABPATH

Matlab access to VmDAS (including single-ping data)

read.m: reading ADCP data directly using matlab: follow this link

  • quick, straightforward
  • direct access to ENX and LTA data
  • no editing or processing