Appendix D: MATLAB Data Processing
82
LISST-
200X User’s Manual
Appendix D: MATLAB Data Processing
Two Matlab functions for processing data are provided on the instrument USB card. They
are also available from the ‘Software and Downloads’ tab on the LISST-200X webpage. The
processing is split into two steps: (1) reading in and applying corrections to raw data files
(.RBN) and (2) inverting the corrected scattering to a particle size distribution.
The same results can be achieved by processing data files using the LISST-200X software.
However, the following functions allow Matlab users to write their own processing and
plotting code.
The first function is used to read in raw data from an RBN file. The function will import the
data, apply the necessary corrections, and return the corrected data in a structure. The
syntax is as follows:
‘Datafile’
is the path to a binary .RBN file downloaded from a LISST-200X.
Optionally, you may specify a different clean water background file (.BGT) as a second
argument. The data will then be corrected using the specified background file instead of the
background contained in the RBN file.
‘RBNdata’
is a structure with the following fields:
Field
Description
cscat
Corrected scattering
date
Timestamp in Matlab datenum
transmission
Optical transmission
depth
Depth in meters
temperature
Temperature in degrees Celsius
estMeanDiameter
Estimated Sauter mean diameter (µm)
estTotalConc
Estimated total concentration (µL/L)
Lp
Transmitted laser power (mW)
Lref
Laser power reference (mW)
analog1
Analog input 1 (V)
analog2
Analog input 2 (V)
analog3
Analog input 3 (V)
RBNdata = getscat_L200X(datafile)
RBNdata = getscat_L200X(datafile,backgroundFile)
Содержание LISST-200X
Страница 2: ...Intentionally blank...
Страница 3: ...LISST 200X User s Manual Page iii This document is copyrighted by Sequoia Scientific Inc...
Страница 4: ...Intentionally blank...
Страница 6: ...Intentionally blank...
Страница 8: ...Page viii LISST 200X User s Manual Intentionally blank...
Страница 85: ...LISST 200X User s Manual 77 Appendix A Technical Specifications...