From 650c7935ebb1da7224b1a479430187eaca50b031 Mon Sep 17 00:00:00 2001 From: David Protzman Date: Thu, 14 Apr 2022 20:58:13 -0400 Subject: [PATCH] Moved files to a new directory Gathering the actually useful scripts into one folder --- matlab/{ => updated_scripts}/create_zc.m | 0 matlab/{ => updated_scripts}/generate_scrambler_seq.m | 0 matlab/{ => updated_scripts}/plot_fft.m | 0 matlab/{ => updated_scripts}/read_complex_floats.m | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename matlab/{ => updated_scripts}/create_zc.m (100%) rename matlab/{ => updated_scripts}/generate_scrambler_seq.m (100%) rename matlab/{ => updated_scripts}/plot_fft.m (100%) rename matlab/{ => updated_scripts}/read_complex_floats.m (100%) diff --git a/matlab/create_zc.m b/matlab/updated_scripts/create_zc.m similarity index 100% rename from matlab/create_zc.m rename to matlab/updated_scripts/create_zc.m diff --git a/matlab/generate_scrambler_seq.m b/matlab/updated_scripts/generate_scrambler_seq.m similarity index 100% rename from matlab/generate_scrambler_seq.m rename to matlab/updated_scripts/generate_scrambler_seq.m diff --git a/matlab/plot_fft.m b/matlab/updated_scripts/plot_fft.m similarity index 100% rename from matlab/plot_fft.m rename to matlab/updated_scripts/plot_fft.m diff --git a/matlab/read_complex_floats.m b/matlab/updated_scripts/read_complex_floats.m similarity index 100% rename from matlab/read_complex_floats.m rename to matlab/updated_scripts/read_complex_floats.m