De-spiking parameters: Difference between revisions

From Atomix
No edit summary
Marcus (talk | contribs)
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The shear probe will collide with plankton and other particulates in the water, and it will occasionally hit jellyfish and even some fish that do not get out of its path. These collisions cause a very large and transient signal from the shear probe. These anomalies typically last for ~50ms, but can be longer in the case of jellyfish. They do not represent shear and bias high the variance of shear and the rate of dissipation. These anomalies should be replaced with data of constant value and the data so modified must be tracked because it is a quality control metric.
The shear probe will collide with plankton and other particulates in the water, and it will occasionally hit jellyfish and even some fish that do not get out of its path. These collisions cause a very large and transient signal from the shear probe. These anomalies typically last for ~50ms, but can be longer in the case of jellyfish. They do not represent shear and bias high the variance of shear and the rate of dissipation. These anomalies should be replaced with data of constant value and the data so modified must be tracked because it is a quality control metric.
If more than a few percent of the data used for a particular estimate of <math>\varepsilon</math> have been modified by the de-spiking algorithm than such estimates are suspect.
A widely used algorithm, [[De-spike the shear-probe data]], identifies shear-probe signal anomalies by comparing the absolute shear against a smoothed version of the absolute shear.
It requires a threshold and smoothing parameter and the number of points to be replaced around a spike.
You may use other de-spiking algorithms but it important to keep track of the fraction of the data that has been modified.


----------------------------
----------------------------
return to [[Flow chart for shear probes]]
return to [[Flow chart for shear probes]]
[[Category:Shear probes]]

Latest revision as of 19:26, 7 June 2024

The shear probe will collide with plankton and other particulates in the water, and it will occasionally hit jellyfish and even some fish that do not get out of its path. These collisions cause a very large and transient signal from the shear probe. These anomalies typically last for ~50ms, but can be longer in the case of jellyfish. They do not represent shear and bias high the variance of shear and the rate of dissipation. These anomalies should be replaced with data of constant value and the data so modified must be tracked because it is a quality control metric. If more than a few percent of the data used for a particular estimate of [math]\displaystyle{ \varepsilon }[/math] have been modified by the de-spiking algorithm than such estimates are suspect.

A widely used algorithm, De-spike the shear-probe data, identifies shear-probe signal anomalies by comparing the absolute shear against a smoothed version of the absolute shear. It requires a threshold and smoothing parameter and the number of points to be replaced around a spike. You may use other de-spiking algorithms but it important to keep track of the fraction of the data that has been modified.


return to Flow chart for shear probes