You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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);
Cite As
Kevin Bartlett (2026). find_cond_advance (https://uk.mathworks.com/matlabcentral/fileexchange/21660-find_cond_advance), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (136 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
