Simulation with M=20kg
This commit is contained in:
parent
92b66cb8bb
commit
e065ab61e8
@ -52,7 +52,7 @@ hold off;
|
|||||||
|
|
||||||
exportFig('tomo_psd_translations', 'normal-normal')
|
exportFig('tomo_psd_translations', 'normal-normal')
|
||||||
|
|
||||||
%% PSD X-Y-Z
|
%% PSD
|
||||||
han_windows = hanning(ceil(length(Dsample.Time)/10));
|
han_windows = hanning(ceil(length(Dsample.Time)/10));
|
||||||
|
|
||||||
[psd_x, freqs_x] = pwelch(Dsample.Data(:, 4), han_windows, 0, [], 1/Ts);
|
[psd_x, freqs_x] = pwelch(Dsample.Data(:, 4), han_windows, 0, [], 1/Ts);
|
||||||
|
BIN
Assemblage.slx
BIN
Assemblage.slx
Binary file not shown.
@ -6,12 +6,12 @@
|
|||||||
clear; close all; clc;
|
clear; close all; clc;
|
||||||
|
|
||||||
%%
|
%%
|
||||||
initializeSample(struct('mass', 0));
|
initializeSample(struct('mass', 1));
|
||||||
|
|
||||||
G_nass_1 = identifyNass();
|
G_nass_1 = identifyNass();
|
||||||
|
|
||||||
%%
|
%%
|
||||||
initializeSample(struct('mass', 10));
|
initializeSample(struct('mass', 20));
|
||||||
|
|
||||||
G_nass_20 = identifyNass();
|
G_nass_20 = identifyNass();
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ clear; close all; clc;
|
|||||||
|
|
||||||
%% Initialize Inputs
|
%% Initialize Inputs
|
||||||
opts_inputs = struct(...
|
opts_inputs = struct(...
|
||||||
'ground_motion', false...
|
'ground_motion', true ...
|
||||||
);
|
);
|
||||||
|
|
||||||
initializeInputs(opts_inputs);
|
initializeInputs(opts_inputs);
|
||||||
|
BIN
mat/G_f_to_d.mat
BIN
mat/G_f_to_d.mat
Binary file not shown.
BIN
mat/axisc.mat
BIN
mat/axisc.mat
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
mat/granite.mat
BIN
mat/granite.mat
Binary file not shown.
BIN
mat/ground.mat
BIN
mat/ground.mat
Binary file not shown.
BIN
mat/inputs.mat
BIN
mat/inputs.mat
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
mat/ry.mat
BIN
mat/ry.mat
Binary file not shown.
BIN
mat/rz.mat
BIN
mat/rz.mat
Binary file not shown.
BIN
mat/sample.mat
BIN
mat/sample.mat
Binary file not shown.
BIN
mat/smiData.mat
BIN
mat/smiData.mat
Binary file not shown.
BIN
mat/ty.mat
BIN
mat/ty.mat
Binary file not shown.
Loading…
Reference in New Issue
Block a user