find_cond_advance

版本 1.0.0.0 (136.2 KB) 作者: Kevin Bartlett
Finds best advance of conductivity relative to temperature in CTD data by minimising salinity spikes
912.0 次下载
更新时间 2008/10/3

查看许可证

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);

引用格式

Kevin Bartlett (2025). find_cond_advance (https://www.mathworks.com/matlabcentral/fileexchange/21660-find_cond_advance), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2008a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Oceanography and Hydrology 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0