Introduction - If you have any usage issues, please Google them yourself
folder = 'C:\Users\erinb\Documents\NTNU\Teaching\EWEM_H14\ProjectDescription\xxSRA_models\OC4semi\Decay6'; % folder
% where the analysis was carried out
bodyNum = 1; % body number
motion = 6; %1 for surge, 3 for heave, 5 for pitch, 6 for yaw
FFT_tmax = 1000; % maximum time for the FFT plot
%(reduce if motions have already died out)
endRamp = 360; % start time for decay test
matfileName = 'm001.m';
wnForDampCoeff = 2*pi/80.4; % natural frequency in rad/s for damping coefficient
% calculation. The damping coefficient calculation will not run for
% wnForDampCoeff=0. This should be updated.