find_cond_advance

Finds best advance of conductivity relative to temperature in CTD data by minimising salinity spikes
911 download
Aggiornato 3 ott 2008

Visualizza la licenza

Salinity spiking in CTD data is caused by non-simultaneous sampling of conductivity and temperature.

find_cond_advance.m finds the best advance of conductivity relative to temperature to compensate for non-simultaneous sampling and thus minimise salinity spiking. The salinity calculated using this best advance value is also returned.

A .mat file of sample data is included in the package.

Example:
load('fca_demodata.mat');
[bestAdv,bestSal,advances,goodness,binIndex] = find_cond_advance(t,c,p,-4,4);

Cita come

Kevin Bartlett (2024). find_cond_advance (https://www.mathworks.com/matlabcentral/fileexchange/21660-find_cond_advance), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2008a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Oceanography and Hydrology in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0