Forward-difference: Difference between revisions
From Atomix
No edit summary |
mNo edit summary |
||
| Line 8: | Line 8: | ||
See [[Example forward-difference | example forward-difference calculation]] for more detail regarding the calculation | See [[Example forward-difference | example forward-difference calculation]] for more detail regarding the calculation | ||
---- | |||
Return to [[Processing your ADCP data using structure function techniques | Compute structure functions and dissipation estimates]] | |||
[[Category:Velocity profilers]] | |||
Revision as of 16:02, 23 November 2021
For the forward-difference scheme
- start with being the lowest number bin of the range over which the structure function is to be evaluated (number of bins in range should equal or exceed ) + 1
- start with
- compute the second order forward-difference structure function as the segment mean of the square of the velocity difference between the bin and bin :
where the angled brackets indicate the mean across all for the data segment yielding a velocity difference after the application of the Level 1 QC criteria - increment and repeat steps until or exceeds the last bin of the range over which the structure function is to be evaluated
- increment and repeat steps until is the last bin of the range over which the structure function is to be evaluated
See example forward-difference calculation for more detail regarding the calculation
Return to Compute structure functions and dissipation estimates
