From 339f1fcae9891fc89f89c5cd21e4229e12a8ef42 Mon Sep 17 00:00:00 2001 From: David Protzman Date: Sun, 28 Aug 2022 01:07:24 -0400 Subject: [PATCH] Setting title of figure 43 --- matlab/updated_scripts/process_file.m | 1 + 1 file changed, 1 insertion(+) diff --git a/matlab/updated_scripts/process_file.m b/matlab/updated_scripts/process_file.m index 8a7fb0c..cc30f26 100644 --- a/matlab/updated_scripts/process_file.m +++ b/matlab/updated_scripts/process_file.m @@ -83,6 +83,7 @@ for burst_idx=1:size(bursts, 1) if (enable_plots) figure(43); plot(10 * log10(abs(burst).^2)); + title('Time domain abs^2 10log10 (original)'); % Plot the FFT, but average it with a single pole IIR filter to make it smoother figure(1000);