Pārlūkot izejas kodu

Added Graph Plotting functions

an 4 gadi atpakaļ
vecāks
revīzija
972c87daa7
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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, noisy)
     modulation_scheme.plot(input, demodulate)
     modulation_scheme.plot(input, demodulate)
 
 
-    #ber.append(modulation_scheme.demodulate(validation, outputs))
 def plot_fibre_length_vs_ber():
 def plot_fibre_length_vs_ber():
     lengths = np.linspace(5, 70, 1000)
     lengths = np.linspace(5, 70, 1000)
     ber =[]
     ber =[]