diff options
author | andreas128 <Andreas> | 2017-09-28 12:13:42 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-09-28 12:13:42 +0200 |
commit | 41a2f79220132a49b1ecaf710b494c278fc8d0d6 (patch) | |
tree | abd21bad2a8a87a29fc48285c78e5fec1773f666 /dpd/src/Test_data.py | |
parent | df943d798ffb16214fcf714d1b308a366e1566d1 (diff) | |
download | dabmod-41a2f79220132a49b1ecaf710b494c278fc8d0d6.tar.gz dabmod-41a2f79220132a49b1ecaf710b494c278fc8d0d6.tar.bz2 dabmod-41a2f79220132a49b1ecaf710b494c278fc8d0d6.zip |
Change default for plots
Diffstat (limited to 'dpd/src/Test_data.py')
-rw-r--r-- | dpd/src/Test_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/src/Test_data.py b/dpd/src/Test_data.py index 67f4dff..bbef282 100644 --- a/dpd/src/Test_data.py +++ b/dpd/src/Test_data.py @@ -40,7 +40,7 @@ class Test_data: plt.plot(np.angle(np.fft.fftshift(np.fft.fft(tx_orig))), 'p') """ - self.c = src.Const.Const(sample_rate) + self.c = src.Const.Const(sample_rate,, False self.du = src.Dab_Util.Dab_Util(sample_rate) self.file_paths = { |