MHKiT-Software / MHKiT-Python

MHKiT-Python provides the marine renewable energy (MRE) community tools for data processing, visualization, quality control, resource assessment, and device performance.
https://mhkit-software.github.io/MHKiT/
BSD 3-Clause "New" or "Revised" License
47 stars 45 forks source link

Turbulence intensity and instrument noise #293

Closed jmcvey3 closed 3 months ago

jmcvey3 commented 3 months ago

Adds a function so that instrument noise can be subtracted from turbulence intensity estimation. This function also uses RMS to calculate TI, and it's output differs by about 1% from the pre-existing "I" property, which uses standard deviation.

Fixed a bug where a given noise value was not being subtracted from the power spectra, and noise was added as an input to dissipation rate calculations.

jmcvey3 commented 3 months ago

@ssolson This covers what I mentioned earlier