瀏覽代碼

Added Graph Plotting functions

an 4 年之前
父節點
當前提交
972c87daa7
共有 1 個文件被更改,包括 0 次插入1 次删除
  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 =[]