% PARAMETERS - Belongs to MAELAB.M % MatLab template file for specifying 2DOF model parameters m1=1e-6; % Mass/inertia m1 d1=4e-6; % Damping that connects m1 to ground k1=4e-4; % Spring that connect m1 to ground m2=1e-6; % Mass/inertia m2 d2=1e-6; % Damping that connects m2 to ground k2=1e-4; % Spring that connects m1 and m2 % NOTES: % - Choose k2=0 to simulate a 1DOF system with parametyers (m1,k1,d1) % - When setting k2=0, do not set m2=0, otherwise model becomes ill % conditioned.