wavesp |
|
wavesp(data,0.5,4) | simple use, with sensor 0.5 m above bed and sampling frequency 4 Hz |
wavesp(data,0.5,4,[0.05 0.45]) | with pressure correction over the frequency range 0.05-0.45 Hz |
wavesp(data,0.5,4,'az') | returning all spectral parameters and the zero-crossing parameters |
wavesp(data,0.5,4,[],2) |
divide data in segments of 1/2 instead of 1/4 |
[parameters,names]=cal_settling(...) | returning parameters (row array) and their names |
[parameters,names,spectrum]=cal_settling(...) | returning also the wave spectrum |
pr_corr |
|
surface=pr_corr(data,2.6,4,0.5) | simple use, with mean water depth 2.6 m, sampling frequency 4 Hz and sensor 0.5 above bed |
surface=pr_corr(data,[],4,0.5) | with
undetrended data (sea-surface above bottom) |
surface=pr_corr(data,2.6,4,0.5,[],[0.05
0.45]) |
with pressure correction over the frequency range 0.05-0.45 Hz |
correction=pr_corr([],2.6,4,0.5) | return the correction factor used to compensate the depth attenuation. |
Wave
parameters computed by wavesp and zero_crossing
spectral wave-parameters
|
||
m0 | Total variance Wave energy = water-density · g · m0 |
|
Hm0 | significant wave height by spectral method | |
Tp | Peak period | |
|
|
|
T01 | average period m0/m1 | |
T02 | average period (m0/m2)^0.5 | |
Tpc | calculated peak period | |
EPS2 | spectral width parameter | |
EPS4 | spectral width parameter | |
zero-crossing wave-parameters |
||
Hs | Significant wave height | |
Hmean | mean wave height | |
H1/10 | height of highest 10% | |
Hmax | maximum wave height | |
Tmean | mean wave period | |
Tsignificant | mean period of highest 33% |