Add new minimal example (+ a ton of other, not so important, changes)

This commit is contained in:
Silas Oettinghaus
2025-12-15 15:04:15 +01:00
parent 75dddca1f2
commit 569e72a1fe
43 changed files with 3594 additions and 674 deletions

View File

@@ -22,7 +22,6 @@ end
% Ensure the figure is ready before calling spectrum
eq_noise.spectrum("displayname", options.displayname, "fignum", fig.Number, "normalizeTo0dB", 1,"color",options.color);
title('EEN')
if ~isnan(options.postfilter_taps)
% Hold on to the figure for further plotting

View File

@@ -52,6 +52,8 @@ end
legend
grid on
% view([90 -90]);
end