Compute the spectra
To compute the spectrum of the turbulent velocity fluctuations, you need to:
- Determine appropriate fft-length and spectral averaging for each data segment
- Compute the spectrum
- Convert the spectrum from the time domain to the space domain using the mean speed past the sensor only for steady flows, not required for surface wave analysis
- Compute degrees of freedom (dof) and confidence/significance levels of the final spectra.
Spectral averaging techniques
The spectrum's lowest resolved frequency and final resolution are the inverses of the fft-length (unless the spectra are band-avg). Each segment is often subdivided into smaller fft-length long chunks, which are then windowed before estimating numerous spectra (FFT) that are block-averaged for increased statistical significance. Another averaging strategy is band-averaging spectra in the frequency domain, which allows the segment length to be the same as the fft-length. A combination of both strategies is also possible. The final strategy depends on whether you need increased statistical significance for correcting motion-contaminated spectra using methods based on squared coherency, and the lowest frequencies (wavenumbers) you want to resolve. The fft-length dictates the lowest frequencies resolved by the spectra, while the Nyquist frequency (half the sampling rate) dictates the largest frequency of the spectra. Whether these large frequencies are used to estimate [math]\displaystyle{ \varepsilon }[/math] depends on the measurement quality.
Remove redundant info from Segmenting datasets, and add references to figure summary page
References
- Section 5.6.7 in Emery & Thomson has a reference for band vs block averaging (2nd ed, p450).
- Confidence levels on p. 453 5.6.8
- Summary of spectral estimates on p.461