Ver código fonte

Added Graph Plotting functions

an 4 anos atrás
pai
commit
972c87daa7
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      models/modulation_schemes.py

+ 0 - 1
models/modulation_schemes.py

@@ -358,7 +358,6 @@ def plot_output_graphs():
     modulation_scheme.plot(input, noisy)
     modulation_scheme.plot(input, demodulate)
 
-    #ber.append(modulation_scheme.demodulate(validation, outputs))
 def plot_fibre_length_vs_ber():
     lengths = np.linspace(5, 70, 1000)
     ber =[]