aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsara <sara.halter@gmx.ch>2021-10-19 17:18:54 +0200
committersara <sara.halter@gmx.ch>2021-10-19 17:18:54 +0200
commit7d6fd8bebc494d02d9ab3963626cfd421f4acc63 (patch)
tree956f216653c9963d30ce1b88a60311fc0ca549e8 /tests
parentAdd decoder to QPKS simulation (diff)
downloadFading-7d6fd8bebc494d02d9ab3963626cfd421f4acc63.tar.gz
Fading-7d6fd8bebc494d02d9ab3963626cfd421f4acc63.zip
Theory mit PSK und QPSK angefangen.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/AM&DSB_SC/Simulation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/AM&DSB_SC/Simulation.py b/tests/AM&DSB_SC/Simulation.py
index 86fa17d..bb90fcd 100755
--- a/tests/AM&DSB_SC/Simulation.py
+++ b/tests/AM&DSB_SC/Simulation.py
@@ -350,9 +350,9 @@ class Simulation(gr.top_block, Qt.QWidget):
self.samp_rate = samp_rate
self.set_decim(self.samp_rate/self.audio_rate)
self.analog_sig_source_x_0.set_sampling_freq(self.samp_rate)
+ self.fosphor_glfw_sink_c_0.set_frequency_range(0, self.samp_rate)
self.freq_xlating_fir_filter_xxx_0.set_taps(firdes.low_pass(1.0,self.samp_rate,3000,100))
self.qtgui_freq_sink_x_0.set_frequency_range(0, self.samp_rate)
- self.fosphor_glfw_sink_c_0.set_frequency_range(0, self.samp_rate)
def get_audio_rate(self):
return self.audio_rate