Compare commits

..

No commits in common. "b75f5cbfbdc52f7f060bc3911524c53a862c5250" and "b7b73bf928467456bb32b1c2f3970f6e24a6ce1e" have entirely different histories.

44 changed files with 16058 additions and 1 deletions

16058
backup.org Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -3028,7 +3028,6 @@ plot(f, rga_m0, 'DisplayName', '$m = 0$ kg')
plot(f, rga_m1, 'DisplayName', '$m = 13$ kg')
plot(f, rga_m2, 'DisplayName', '$m = 26$ kg')
plot(f, rga_m3, 'DisplayName', '$m = 39$ kg')
hold off;
xlabel('Frequency [Hz]'); ylabel('RGA number');
set(gca, 'XScale', 'log'); set(gca, 'YScale', 'lin');
xlim([1, 1e2]); ylim([0, 10]);