diff --git a/libraries/dsp/correlator/tb/python/tc_correlator.py b/libraries/dsp/correlator/tb/python/tc_correlator.py index f70e611f9465c101e60b59c55a41fce894a12537..b9e41ef33c5d9450a544d89124a973721d616e2e 100644 --- a/libraries/dsp/correlator/tb/python/tc_correlator.py +++ b/libraries/dsp/correlator/tb/python/tc_correlator.py @@ -76,6 +76,5 @@ for word in channel_data: # Re-shape the flat list into a matrix and plot the matrix ################################################################################ mat = unique_vis_to_full_matrix(phases) -print 'AMPLITUDES', amplitudes plot_matrix_color([[mat]])