Simulation with M=20kg

This commit is contained in:
Thomas Dehaeze 2018-06-17 11:27:25 +02:00
parent 92b66cb8bb
commit e065ab61e8
19 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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();

View File

@ -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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.