-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path2.4Ghz_ssbTXhilbert_v13_working_raspberryTxRX_QT.grc
1583 lines (1566 loc) · 30.8 KB
/
2.4Ghz_ssbTXhilbert_v13_working_raspberryTxRX_QT.grc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
options:
parameters:
author: Anton Janovsky (ZR6AIC)
category: Custom
cmake_opt: ''
comment: ''
copyright: ''
description: This is a working QO-100 Transmitter
gen_cmake: 'On'
gen_linking: dynamic
generate_options: qt_gui
hier_block_src_path: '.:'
id: QO_100_Raspberry_Pi_TX
max_nouts: '0'
output_language: python
placement: (0,0)
qt_qss_theme: ''
realtime_scheduling: ''
run: 'True'
run_command: '{python} -u {filename}'
run_options: prompt
sizing_mode: fixed
thread_safe_setters: ''
title: QO-100-Raspberry-Pi
window_size: ''
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [8, 8]
rotation: 0
state: enabled
blocks:
- name: Audio_freq
id: variable_qtgui_range
parameters:
comment: ''
gui_hint: ''
label: Audio Oselator Freq
min_len: '200'
orient: Qt.Horizontal
rangeType: float
start: '10'
step: '1'
stop: '5000'
value: '1000'
widget: counter_slider
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [344, 4]
rotation: 0
state: enabled
- name: Audio_sel_1
id: variable_qtgui_chooser
parameters:
comment: ''
gui_hint: ''
label: Audio input
label0: Echolink
label1: 1Khz
label2: Play Audio File
label3: ''
label4: ''
labels: '[]'
num_opts: '3'
option1: '1'
option2: '2'
option3: '3'
option4: '4'
options: '[0, 1, 2]'
orient: Qt.QVBoxLayout
type: int
value: '0'
widget: radio_buttons
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [64, 500]
rotation: 0
state: enabled
- name: Tx_freq_0
id: variable
parameters:
comment: ''
value: variable_slider_0
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [8, 436]
rotation: 0
state: enabled
- name: base_freq
id: variable
parameters:
comment: ''
value: 739.200e6
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [936, 12]
rotation: 0
state: enabled
- name: bb_gain
id: variable_qtgui_range
parameters:
comment: ''
gui_hint: ''
label: bb Gain Hackrf
min_len: '200'
orient: Qt.Horizontal
rangeType: float
start: '1'
step: '0.1'
stop: '59'
value: '59'
widget: counter_slider
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [232, 276]
rotation: 0
state: enabled
- name: if_gain
id: variable_qtgui_range
parameters:
comment: ''
gui_hint: ''
label: if Gain hackrf
min_len: '200'
orient: Qt.Horizontal
rangeType: float
start: '1'
step: '0.1'
stop: '100'
value: '100'
widget: counter_slider
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [256, 532]
rotation: 0
state: enabled
- name: mixer_level
id: variable_qtgui_range
parameters:
comment: ''
gui_hint: ''
label: Cosinde Mixer Level
min_len: '200'
orient: Qt.Horizontal
rangeType: float
start: '0.1'
step: '0.1'
stop: '5'
value: '1'
widget: counter_slider
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [1032, 12]
rotation: 0
state: enabled
- name: modelation_amp
id: variable_qtgui_range
parameters:
comment: ''
gui_hint: ''
label: RF output to hackrf
min_len: '200'
orient: Qt.Horizontal
rangeType: float
start: '0'
step: '0.1'
stop: '10'
value: '1'
widget: counter_slider
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [640, 4]
rotation: 0
state: enabled
- name: rf_gain
id: variable_qtgui_range
parameters:
comment: ''
gui_hint: ''
label: ''
min_len: '200'
orient: Qt.Horizontal
rangeType: float
start: '1'
step: '.1'
stop: '100'
value: '100'
widget: counter_slider
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [1136, 140]
rotation: 0
state: enabled
- name: rx_tx_sel
id: variable_qtgui_chooser
parameters:
comment: ''
gui_hint: ''
label: PTT
label0: TX
label1: RX
label2: ''
label3: ''
label4: ''
labels: '[]'
num_opts: '2'
option1: '1'
option2: '2'
option3: '3'
option4: '4'
options: '[0, 1, 2]'
orient: Qt.QVBoxLayout
type: int
value: '0'
widget: radio_buttons
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [896, 316]
rotation: 0
state: enabled
- name: samp_rate
id: variable
parameters:
comment: ''
value: 1e6
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [8, 116]
rotation: 0
state: enabled
- name: variable_qtgui_push_button_0
id: variable_qtgui_push_button
parameters:
comment: ''
gui_hint: ''
label: ''
pressed: '1'
released: '0'
type: int
value: '0'
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [632, 512]
rotation: 0
state: disabled
- name: variable_slider_0
id: variable_qtgui_range
parameters:
comment: ''
gui_hint: ''
label: TX Frequency
min_len: '200'
orient: Qt.Horizontal
rangeType: float
start: 2.4e9
step: '100'
stop: 2.40060e9
value: 2.40029e9
widget: counter_slider
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [496, 4]
rotation: 0
state: enabled
- name: variable_slider_Audio_level
id: variable_qtgui_range
parameters:
comment: ''
gui_hint: ''
label: 1Khz Audio Level
min_len: '200'
orient: Qt.Horizontal
rangeType: float
start: '0'
step: '0.1'
stop: '2'
value: '1'
widget: counter_slider
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [224, 412]
rotation: 0
state: enabled
- name: variable_slider_Audio_level_0
id: variable_qtgui_range
parameters:
comment: ''
gui_hint: ''
label: Modelation audio input
min_len: '200'
orient: Qt.Horizontal
rangeType: float
start: '0'
step: '0.05'
stop: '2'
value: '0.6'
widget: counter_slider
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [184, 4]
rotation: 0
state: enabled
- name: Mic_1khz_selector_0
id: blks2_selector
parameters:
affinity: ''
alias: ''
comment: ''
input_index: Audio_sel_1
maxoutbuf: '0'
minoutbuf: '0'
num_inputs: '3'
num_outputs: '1'
output_index: '0'
type: float
vlen: '1'
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [224, 160]
rotation: 0
state: disabled
- name: analog_sig_source_x_0
id: analog_sig_source_x
parameters:
affinity: ''
alias: ''
amp: mixer_level
comment: ''
freq: 50e3
maxoutbuf: '0'
minoutbuf: '0'
offset: '0'
phase: '0'
samp_rate: 192e3
type: complex
waveform: analog.GR_COS_WAVE
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [816, 48]
rotation: 0
state: enabled
- name: analog_sig_source_x_1
id: analog_sig_source_x
parameters:
affinity: ''
alias: ''
amp: variable_slider_Audio_level
comment: ''
freq: Audio_freq
maxoutbuf: '0'
minoutbuf: '0'
offset: '0'
phase: '0'
samp_rate: '48000'
type: float
waveform: analog.GR_SIN_WAVE
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [8, 244]
rotation: 0
state: enabled
- name: audio_source_0
id: audio_source
parameters:
affinity: ''
alias: ''
comment: ''
device_name: hw:0,1
maxoutbuf: '0'
minoutbuf: '0'
num_outputs: '1'
ok_to_block: 'True'
samp_rate: '48000'
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [0, 180]
rotation: 0
state: disabled
- name: blks2_selector_0
id: blks2_selector
parameters:
affinity: ''
alias: ''
comment: ''
input_index: rx_tx_sel
maxoutbuf: '0'
minoutbuf: '0'
num_inputs: '2'
num_outputs: '1'
output_index: '0'
type: complex
vlen: '1'
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [664, 216]
rotation: 0
state: disabled
- name: blks2_selector_1
id: blks2_selector
parameters:
affinity: ''
alias: ''
comment: ''
input_index: rx_tx_sel[0]
maxoutbuf: '0'
minoutbuf: '0'
num_inputs: '2'
num_outputs: '1'
output_index: '0'
type: complex
vlen: '1'
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [696, 416]
rotation: 0
state: disabled
- name: blocks_multiply_const_vxx_0
id: blocks_multiply_const_vxx
parameters:
affinity: ''
alias: ''
comment: ''
const: variable_slider_Audio_level_0
maxoutbuf: '0'
minoutbuf: '0'
type: float
vlen: '1'
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [456, 148]
rotation: 0
state: enabled
- name: blocks_multiply_const_vxx_0_0
id: blocks_multiply_const_vxx
parameters:
affinity: ''
alias: ''
comment: ''
const: variable_slider_Audio_level_0
maxoutbuf: '0'
minoutbuf: '0'
type: complex
vlen: modelation_amp
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [1144, 380]
rotation: 0
state: enabled
- name: blocks_multiply_xx_0_0
id: blocks_multiply_xx
parameters:
affinity: ''
alias: ''
comment: ''
maxoutbuf: '0'
minoutbuf: '0'
num_inputs: '2'
type: complex
vlen: '1'
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [1032, 176]
rotation: 0
state: enabled
- name: blocks_null_sink_0
id: blocks_null_sink
parameters:
affinity: ''
alias: ''
bus_structure_sink: '[[0,],]'
comment: ''
num_inputs: '1'
type: complex
vlen: '1'
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [904, 384]
rotation: 0
state: disabled
- name: blocks_null_source_0
id: blocks_null_source
parameters:
affinity: ''
alias: ''
bus_structure_source: '[[0,],]'
comment: ''
maxoutbuf: '0'
minoutbuf: '0'
num_outputs: '1'
type: complex
vlen: '1'
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [336, 504]
rotation: 0
state: disabled
- name: blocks_null_source_1
id: blocks_null_source
parameters:
affinity: ''
alias: ''
bus_structure_source: '[[0,],]'
comment: ''
maxoutbuf: '0'
minoutbuf: '0'
num_outputs: '1'
type: complex
vlen: '1'
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [704, 320]
rotation: 0
state: disabled
- name: blocks_throttle_0
id: blocks_throttle
parameters:
affinity: ''
alias: ''
comment: ''
ignoretag: 'True'
maxoutbuf: '0'
minoutbuf: '0'
samples_per_second: 48e3
type: float
vlen: '1'
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [456, 204]
rotation: 0
state: disabled
- name: blocks_throttle_0_0
id: blocks_throttle
parameters:
affinity: ''
alias: ''
comment: ''
ignoretag: 'True'
maxoutbuf: '0'
minoutbuf: '0'
samples_per_second: 2.4e6
type: complex
vlen: '1'
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [496, 444]
rotation: 0
state: disabled
- name: blocks_wavfile_source_0
id: blocks_wavfile_source
parameters:
affinity: ''
alias: ''
comment: ''
file: /home/pi/gnuradio-grc-examples/test_audio.wav
maxoutbuf: '0'
minoutbuf: '0'
nchan: '1'
repeat: 'True'
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [0, 364]
rotation: 0
state: disabled
- name: hilbert_fc_0
id: hilbert_fc
parameters:
affinity: ''
alias: ''
beta: '6.76'
comment: ''
maxoutbuf: '10'
minoutbuf: '10'
num_taps: '128'
win: firdes.WIN_HAMMING
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [664, 148]
rotation: 0
state: enabled
- name: low_pass_filter_0
id: low_pass_filter
parameters:
affinity: ''
alias: ''
beta: '6.76'
comment: ''
cutoff_freq: '4500'
decim: '1'
gain: '1'
interp: '1'
maxoutbuf: '0'
minoutbuf: '0'
samp_rate: '192000'
type: fir_filter_ccf
width: '1004'
win: firdes.WIN_HAMMING
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [824, 160]
rotation: 0
state: enabled
- name: osmosdr_sink_0
id: osmosdr_sink
parameters:
affinity: ''
alias: ''
ant0: ''
ant1: ''
ant10: ''
ant11: ''
ant12: ''
ant13: ''
ant14: ''
ant15: ''
ant16: ''
ant17: ''
ant18: ''
ant19: ''
ant2: ''
ant20: ''
ant21: ''
ant22: ''
ant23: ''
ant24: ''
ant25: ''
ant26: ''
ant27: ''
ant28: ''
ant29: ''
ant3: ''
ant30: ''
ant31: ''
ant4: ''
ant5: ''
ant6: ''
ant7: ''
ant8: ''
ant9: ''
args: hackrf
bb_gain0: '40'
bb_gain1: '20'
bb_gain10: '20'
bb_gain11: '20'
bb_gain12: '20'
bb_gain13: '20'
bb_gain14: '20'
bb_gain15: '20'
bb_gain16: '20'
bb_gain17: '20'
bb_gain18: '20'
bb_gain19: '20'
bb_gain2: '20'
bb_gain20: '20'
bb_gain21: '20'
bb_gain22: '20'
bb_gain23: '20'
bb_gain24: '20'
bb_gain25: '20'
bb_gain26: '20'
bb_gain27: '20'
bb_gain28: '20'
bb_gain29: '20'
bb_gain3: '20'
bb_gain30: '20'
bb_gain31: '20'
bb_gain4: '20'
bb_gain5: '20'
bb_gain6: '20'
bb_gain7: '20'
bb_gain8: '20'
bb_gain9: '20'
bw0: '0'
bw1: '0'
bw10: '0'
bw11: '0'
bw12: '0'
bw13: '0'
bw14: '0'
bw15: '0'
bw16: '0'
bw17: '0'
bw18: '0'
bw19: '0'
bw2: '0'
bw20: '0'
bw21: '0'
bw22: '0'
bw23: '0'
bw24: '0'
bw25: '0'
bw26: '0'
bw27: '0'
bw28: '0'
bw29: '0'
bw3: '0'
bw30: '0'
bw31: '0'
bw4: '0'
bw5: '0'
bw6: '0'
bw7: '0'
bw8: '0'
bw9: '0'
clock_source0: ''
clock_source1: ''
clock_source2: ''
clock_source3: ''
clock_source4: ''
clock_source5: ''
clock_source6: ''
clock_source7: ''
comment: 'At TX
RF gain may be 0 or 14dB
IF gain may be from 0 to 47 dB in 1dB steps
There is no BB amplifier
You cant transmit without a correctly adapted antenna (for instance
without antenna) because impedance disadaptation may produce reflection
(without antenna 100% reflection) wich will create an overshoot and can
destroy the RF amplifier.
Max TX power depends on TX frequency
10 MHz to 2150 MHz: 5 dBm to 15 dBm, generally increasing as frequency
decreases
2150 MHz to 2750 MHz: 13 dBm to 15 dBm
2750 MHz to 4000 MHz: 0 dBm to 5 dBm, increasing as frequency decreases
4000 MHz to 6000 MHz: -10 dBm to 0 dBm, generally increasing as
frequency decrease'
corr0: '0'
corr1: '0'
corr10: '0'
corr11: '0'
corr12: '0'
corr13: '0'
corr14: '0'
corr15: '0'
corr16: '0'
corr17: '0'
corr18: '0'
corr19: '0'
corr2: '0'
corr20: '0'
corr21: '0'
corr22: '0'
corr23: '0'
corr24: '0'
corr25: '0'
corr26: '0'
corr27: '0'
corr28: '0'
corr29: '0'
corr3: '0'
corr30: '0'
corr31: '0'
corr4: '0'
corr5: '0'
corr6: '0'
corr7: '0'
corr8: '0'
corr9: '0'
freq0: 435.1e6
freq1: 100e6
freq10: 100e6
freq11: 100e6
freq12: 100e6
freq13: 100e6
freq14: 100e6
freq15: 100e6
freq16: 100e6
freq17: 100e6
freq18: 100e6
freq19: 100e6
freq2: 100e6
freq20: 100e6
freq21: 100e6
freq22: 100e6
freq23: 100e6
freq24: 100e6
freq25: 100e6
freq26: 100e6
freq27: 100e6
freq28: 100e6
freq29: 100e6
freq3: 100e6
freq30: 100e6
freq31: 100e6
freq4: 100e6
freq5: 100e6
freq6: 100e6
freq7: 100e6
freq8: 100e6
freq9: 100e6
gain0: rf_gain
gain1: '10'
gain10: '10'
gain11: '10'
gain12: '10'
gain13: '10'
gain14: '10'
gain15: '10'
gain16: '10'
gain17: '10'
gain18: '10'
gain19: '10'
gain2: '10'
gain20: '10'
gain21: '10'
gain22: '10'
gain23: '10'
gain24: '10'
gain25: '10'
gain26: '10'
gain27: '10'
gain28: '10'
gain29: '10'
gain3: '10'
gain30: '10'
gain31: '10'
gain4: '10'
gain5: '10'
gain6: '10'
gain7: '10'
gain8: '10'
gain9: '10'
if_gain0: if_gain
if_gain1: '20'
if_gain10: '20'
if_gain11: '20'
if_gain12: '20'
if_gain13: '20'
if_gain14: '20'
if_gain15: '20'
if_gain16: '20'
if_gain17: '20'
if_gain18: '20'
if_gain19: '20'
if_gain2: '20'
if_gain20: '20'
if_gain21: '20'
if_gain22: '20'
if_gain23: '20'
if_gain24: '20'
if_gain25: '20'
if_gain26: '20'
if_gain27: '20'
if_gain28: '20'
if_gain29: '20'
if_gain3: '20'
if_gain30: '20'
if_gain31: '20'
if_gain4: '20'
if_gain5: '20'
if_gain6: '20'
if_gain7: '20'
if_gain8: '20'
if_gain9: '20'
maxoutbuf: '0'
minoutbuf: '0'
nchan: '1'
num_mboards: '1'
sample_rate: '1000000'
sync: sync
time_source0: ''
time_source1: ''
time_source2: ''
time_source3: ''
time_source4: ''
time_source5: ''
time_source6: ''
time_source7: ''
type: fc32
states:
bus_sink: false
bus_source: false
bus_structure: null
coordinate: [1224, 428.0]
rotation: 0
state: enabled
- name: qtgui_freq_sink_x_0
id: qtgui_freq_sink_x
parameters:
affinity: ''
alias: ''
alpha1: '1.0'
alpha10: '1.0'
alpha2: '1.0'
alpha3: '1.0'
alpha4: '1.0'
alpha5: '1.0'
alpha6: '1.0'
alpha7: '1.0'
alpha8: '1.0'
alpha9: '1.0'
autoscale: 'False'
average: '1.0'
axislabels: 'True'
bw: samp_rate
color1: '"blue"'
color10: '"dark blue"'
color2: '"red"'
color3: '"green"'
color4: '"black"'
color5: '"cyan"'
color6: '"magenta"'
color7: '"yellow"'
color8: '"dark red"'
color9: '"dark green"'
comment: ''
ctrlpanel: 'False'
fc: '0'
fftsize: '1024'
freqhalf: 'True'
grid: 'False'
gui_hint: ''
label: Relative Gain
label1: ''
label10: ''
label2: ''
label3: ''
label4: ''
label5: ''
label6: ''