hi;
i have around 34,000 readings of wave surface elevations at every
0.5 second. using a pressure transducer under the water, the height
variation of the water surface was taken.when i plot these data; y
axis= height above sealevel, x axis=time, i get a sinusoidal wave
graph. now i need to calculate the amplitude of each sine shaped wave.
how can i do this MATLAB?...how can i compute the amplitudes (which is
the dist from the peak or trough to the zero line)...
i need to find all the amplitudes since its amplitude varies in the sea, how can i make MATLAB see the amplitudes which can only be seen once the data has been plotted.
thank you.