소스 검색

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 =[]