Segmenting datasets: Difference between revisions

From Atomix
mNo edit summary
No edit summary
Line 1: Line 1:
{{ADV processing
{{ADV processing
|instrument_type=ADV
|instrument_type=ADV
|level=level 1 raw
|level=level 1 raw, level 2 segmented and quality controlled
}}
}}
Once the raw observations have been [[Data processing of raw measurements|quality-controlled]], then you must split the time series into shorter segments by considering:
Once the raw observations have been [[Data processing of raw measurements|quality-controlled]], then you must split the time series into shorter segments by considering:
* [[Time and length scales of turbulence]]
* [[Time and length scales of turbulence]]

Revision as of 01:59, 5 July 2022


Once the raw observations have been quality-controlled, then you must split the time series into shorter segments by considering:

Considérations

Measurements are typically collected in the following two ways:

  • continuously, or in such long bursts that they can be considered continuous
  • short bursts that are typically at most 2-3x the expected largest turbulence time scales (e.g., 10 min in ocean environments)

This segmenting step dictates the minimum burst duration when setting up your equipment. The act of chopping a time series into smaller subsets, i.e., segments, is effectively a form of low-pass (box-car) filtering. How to segment the time series is usually a more important consideration than detrending the time series since estimating [math]\displaystyle{ \varepsilon }[/math] relies on resolving the inertial subrange in the final spectra computed over each segment.

  • 512 s segment of the measured velocities after applying different detrending methods
  • Example velocity spectra of the short 512 s of records before and after different detrending techniques applied to the original 6h time series. The impact of the detrending method can be seen at the lowest frequencies only

Trade-offs

The shorter the segment, the higher the temporal resolution of the final [math]\displaystyle{ \varepsilon }[/math] time series and the more likely the segment will be stationary. However, the spectrum's lowest resolved frequency and frequency resolution depends on the duration of the signal used to construct the spectrum. Therefore, the segment must remain sufficiently long such that the lowest wavenumber (frequencies) of the inertial subrange are resolved by the spectra. This is particularly important when measurement noise drowns the highest wavenumber (frequencies) of the inertial subrange. Thus, using too short segments may inadvertently render the resulting spectra unusable for deriving [math]\displaystyle{ \varepsilon }[/math] from the inertial subrange by virtue of no longer resolving this subrange.

Rules of thumb

A good rule of thumb for tidally-influenced environments is 5 to 15 min segments. include example data in plot highlighting low and high epsilon, and different speeds leading to much shorter and longer segmenting periods

Example theoretical velocity spectra for different [math]\displaystyle{ \varepsilon }[/math]. The inertial subrange extends to a smaller wavenumber as [math]\displaystyle{ \varepsilon }[/math] increases. The lowest frequency resolved by a spectra depends on the fft-segment length used when computing the spectra

Notes