Simulation with M=20kg
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
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();
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -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);
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user