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')
%% PSD X-Y-Z
%% PSD
han_windows = hanning(ceil(length(Dsample.Time)/10));
[psd_x, freqs_x] = pwelch(Dsample.Data(:, 4), han_windows, 0, [], 1/Ts);