aboutsummaryrefslogtreecommitdiffstats
path: root/simulation
diff options
context:
space:
mode:
authorsara <sara.halter@gmx.ch>2021-11-06 20:11:11 +0100
committersara <sara.halter@gmx.ch>2021-11-06 20:11:11 +0100
commit9194b5e9e4d7b72bf08d01c0fde6ff78be36215e (patch)
tree0e5bcd30ed089c0674166cbcb995ca955e7ee88b /simulation
parentAn scr gearbeitet (diff)
downloadFading-9194b5e9e4d7b72bf08d01c0fde6ff78be36215e.tar.gz
Fading-9194b5e9e4d7b72bf08d01c0fde6ff78be36215e.zip
An graphischer Darstellung weitergearbeitet
Diffstat (limited to 'simulation')
-rw-r--r--simulation/QPSK/qpsk_nogui.pdfbin0 -> 26645 bytes
-rwxr-xr-xsimulation/QPSK/qpsk_nogui.py8
2 files changed, 2 insertions, 6 deletions
diff --git a/simulation/QPSK/qpsk_nogui.pdf b/simulation/QPSK/qpsk_nogui.pdf
new file mode 100644
index 0000000..0b0077e
--- /dev/null
+++ b/simulation/QPSK/qpsk_nogui.pdf
Binary files differ
diff --git a/simulation/QPSK/qpsk_nogui.py b/simulation/QPSK/qpsk_nogui.py
index ab5b361..2b32473 100755
--- a/simulation/QPSK/qpsk_nogui.py
+++ b/simulation/QPSK/qpsk_nogui.py
@@ -76,8 +76,8 @@ class qpsk_nogui(gr.top_block):
self.blocks_null_sink_0 = blocks.null_sink(gr.sizeof_float*1)
self.blocks_char_to_float_0 = blocks.char_to_float(1, 1)
self.analog_random_source_x_0 = blocks.vector_source_b(list(map(int, numpy.random.randint(0, 256, 1000))), True)
- # print(list(map(int, numpy.random.randint(0, 256, 1000))))
-
+
+
##################################################
# Connections
@@ -95,7 +95,6 @@ class qpsk_nogui(gr.top_block):
self.connect((self.digital_map_bb_0, 0), (self.blocks_unpack_k_bits_bb_0, 0))
self.connect((self.digital_pfb_clock_sync_xxx_0, 0), (self.digital_cma_equalizer_cc_0, 0))
- self.test = "1"
def get_sps(self):
return self.sps
@@ -199,8 +198,6 @@ class qpsk_nogui(gr.top_block):
self.chn_taps = chn_taps
self.channels_channel_model_0.set_taps(self.chn_taps)
- def test_2(self,x):
- return "5"
@@ -228,7 +225,6 @@ def main(top_block_cls=qpsk_nogui, options=None):
tb.stop()
tb.wait()
-test = "test variabel"
if __name__ == '__main__':
main()