It would be super helpful to have the option to use a depth varying high frequency cutoff when obtaining wave stats for a vector.
We have this in our current matlab wave stat routine as shown below:
uht = elevation of velocity data, sv
ff = a fudge factor to allow us to account for things like platform sinking and any other reason we might not be able to measure the theoretically highest frequency possible waves, this should be an optional input variable
depf = burst_mean_depth - uht+ ff;
hf_cut = (9.81/(4pidepf))^0.5;