Segmenting datasets: Difference between revisions

From Atomix
No edit summary
No edit summary
Line 3: Line 3:
* Split the time series into shorter segments by considering:
* Split the time series into shorter segments by considering:
** time and length scales of turbulence
** time and length scales of turbulence
** stationarity
** [[Stationarity|stationarity]] of the segment
** [[Taylor's frozen turbulence| Taylor's frozen turbulence hypothesis]], etc ...
** [[Taylor's frozen turbulence| Taylor's frozen turbulence hypothesis]], etc ...


* determine how (or if at all) missing samples should be replaced
* Determine how (or if at all) missing samples should be replaced
* Determine the contribution of the [[Reynolds decomposition|mean flow versus turbulence]] to the velocity field
* Rotate the measurements into the frame of reference of the mean flow
* Rotate the measurements into the frame of reference of the mean flow
* Estimate surface wave velocities
* Separate the total velocity records using [[Reynolds decomposition]] to obtain:
* Calculate the mean flow past the sensor
** surface wave velocities
** turbulence velocities
** background mean flow past the sensor





Revision as of 19:16, 29 October 2021

Once the raw data has gone through QA/QC, then you must:

  • Determine how (or if at all) missing samples should be replaced
  • Rotate the measurements into the frame of reference of the mean flow
  • Separate the total velocity records using Reynolds decomposition to obtain:
    • surface wave velocities
    • turbulence velocities
    • background mean flow past the sensor