From 9b42aa27102a90050bb48bfe27c6479ccc34baf1 Mon Sep 17 00:00:00 2001 From: sara Date: Tue, 7 Dec 2021 19:07:40 +0100 Subject: FIR Filter Statistical model weiter implementiert --- .../QAM_Fading/qam_fading_V2_eigerner_block.grc | 41 ++-------------------- 1 file changed, 3 insertions(+), 38 deletions(-) (limited to 'simulation/QAM_Fading/qam_fading_V2_eigerner_block.grc') diff --git a/simulation/QAM_Fading/qam_fading_V2_eigerner_block.grc b/simulation/QAM_Fading/qam_fading_V2_eigerner_block.grc index 42a922b..3010c58 100644 --- a/simulation/QAM_Fading/qam_fading_V2_eigerner_block.grc +++ b/simulation/QAM_Fading/qam_fading_V2_eigerner_block.grc @@ -96,7 +96,7 @@ blocks: rot_sym: '4' soft_dec_lut: None sym_map: '[0, 1, 3, 2]' - type: 16qam + type: calcdist states: bus_sink: false bus_source: false @@ -768,49 +768,14 @@ blocks: coordinate: [1016, 1204.0] rotation: 0 state: true -- name: epy_block_1 - id: epy_block - parameters: - _source_code: "\"\"\"\nEmbedded Python Blocks:\n\nEach time this file is saved,\ - \ GRC will instantiate the first class it finds\nto get ports and parameters\ - \ of your block. The arguments to __init__ will\nbe the parameters. All of\ - \ them are required to have default values!\n\"\"\"\n\nimport numpy as np\n\ - from gnuradio import gr\n\n\nclass blk(gr.sync_block): # other base classes\ - \ are basic_block, decim_block, interp_block\n \"\"\"Embedded Python Block\ - \ example - a simple multiply const\"\"\"\n\n def __init__(self, example_param=1.0):\ - \ # only default arguments here\n \"\"\"arguments to this function show\ - \ up as parameters in GRC\"\"\"\n gr.sync_block.__init__(\n \ - \ self,\n name='Embedded Python Block', # will show up in GRC\n\ - \ in_sig=[np.complex64],\n out_sig=[np.complex64]\n \ - \ )\n # if an attribute with the same name as a parameter is found,\n\ - \ # a callback is registered (properties work, too).\n self.example_param\ - \ = example_param\n\n def work(self, input_items, output_items):\n \ - \ \"\"\"example: multiply with constant\"\"\"\n output_items[0][:] =\ - \ input_items[0] * self.example_param\n return len(output_items[0])\n" - affinity: '' - alias: '' - comment: '' - example_param: '' - maxoutbuf: '0' - minoutbuf: '0' - states: - _io_cache: ('Embedded Python Block', 'blk', [('example_param', '1.0')], [('0', - 'complex', 1)], [('0', 'complex', 1)], 'Embedded Python Block example - a simple - multiply const', ['example_param']) - bus_sink: false - bus_source: false - bus_structure: null - coordinate: [984, 284.0] - rotation: 0 - state: disabled - name: fadingui_multipath_fading_0 id: fadingui_multipath_fading parameters: affinity: '' alias: '' - amplitudes: '[amp_1]' + amplitudes: '[0.2]' comment: '' - delays: '[fading_1]' + delays: '[4]' los: 'True' maxoutbuf: '0' minoutbuf: '0' -- cgit v1.2.1