RSKplotdownsample.m
Arguments
Input
-Required-
RSK
-Optional-
channel
: longName.
Output
handles
This function plots the values in the downsample
Data
field that is read by readdownsample.
It is a downsample of the full range of data, for a quick review of the full dataset. It is a downsample of the original dataset based on "Largest Triangle Three Buckets Algorithm" and contains up to 40960 samples per channel. For details of the algorithm, please refer to Downsampling time series for visual representation, Sveinn Steinarsson, 2013.
Example:
rsk = RSKplotdownsample(rsk,'channel',{'Temperature','Conductivity'})