├── LICENSE ├── README.md ├── df-mic-demo.grc └── df-sim.grc /LICENSE: -------------------------------------------------------------------------------- 1 | BSD 3-Clause License 2 | 3 | Copyright (c) 2018, Michael Ossmann 4 | All rights reserved. 5 | 6 | Redistribution and use in source and binary forms, with or without 7 | modification, are permitted provided that the following conditions are met: 8 | 9 | * Redistributions of source code must retain the above copyright notice, this 10 | list of conditions and the following disclaimer. 11 | 12 | * Redistributions in binary form must reproduce the above copyright notice, 13 | this list of conditions and the following disclaimer in the documentation 14 | and/or other materials provided with the distribution. 15 | 16 | * Neither the name of the copyright holder nor the names of its 17 | contributors may be used to endorse or promote products derived from 18 | this software without specific prior written permission. 19 | 20 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 21 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 23 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 24 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 25 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 26 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 27 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 28 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 29 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # pseudo-doppler 2 | experiments in SDR-based pseudo-doppler direction finding 3 | -------------------------------------------------------------------------------- /df-mic-demo.grc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Thu Jan 4 17:24:55 2018 5 | 6 | options 7 | 8 | author 9 | 10 | 11 | 12 | window_size 13 | (2400,1024) 14 | 15 | 16 | category 17 | [GRC Hier Blocks] 18 | 19 | 20 | comment 21 | 22 | 23 | 24 | description 25 | 26 | 27 | 28 | _enabled 29 | True 30 | 31 | 32 | _coordinate 33 | (8, 8) 34 | 35 | 36 | _rotation 37 | 0 38 | 39 | 40 | generate_options 41 | qt_gui 42 | 43 | 44 | hier_block_src_path 45 | .: 46 | 47 | 48 | id 49 | top_block 50 | 51 | 52 | max_nouts 53 | 0 54 | 55 | 56 | qt_qss_theme 57 | 58 | 59 | 60 | realtime_scheduling 61 | 62 | 63 | 64 | run_command 65 | {python} -u {filename} 66 | 67 | 68 | run_options 69 | prompt 70 | 71 | 72 | run 73 | True 74 | 75 | 76 | thread_safe_setters 77 | 78 | 79 | 80 | title 81 | 82 | 83 | 84 | 85 | variable 86 | 87 | comment 88 | 89 | 90 | 91 | _enabled 92 | 1 93 | 94 | 95 | _coordinate 96 | (8, 676) 97 | 98 | 99 | _rotation 100 | 0 101 | 102 | 103 | id 104 | antenna_position 105 | 106 | 107 | value 108 | (1, 0+1j, -1, 0-1j) 109 | 110 | 111 | 112 | variable 113 | 114 | comment 115 | 116 | 117 | 118 | _enabled 119 | 1 120 | 121 | 122 | _coordinate 123 | (8, 284) 124 | 125 | 126 | _rotation 127 | 0 128 | 129 | 130 | id 131 | antennas 132 | 133 | 134 | value 135 | 4 136 | 137 | 138 | 139 | variable 140 | 141 | comment 142 | 143 | 144 | 145 | _enabled 146 | 1 147 | 148 | 149 | _coordinate 150 | (304, 948) 151 | 152 | 153 | _rotation 154 | 0 155 | 156 | 157 | id 158 | c 159 | 160 | 161 | value 162 | 299792458 163 | 164 | 165 | 166 | variable 167 | 168 | comment 169 | 170 | 171 | 172 | _enabled 173 | 1 174 | 175 | 176 | _coordinate 177 | (8, 548) 178 | 179 | 180 | _rotation 181 | 0 182 | 183 | 184 | id 185 | carrier_freq 186 | 187 | 188 | value 189 | 504.725e6 190 | 191 | 192 | 193 | variable 194 | 195 | comment 196 | 197 | 198 | 199 | _enabled 200 | True 201 | 202 | 203 | _coordinate 204 | (1640, 692) 205 | 206 | 207 | _rotation 208 | 0 209 | 210 | 211 | id 212 | decimation 213 | 214 | 215 | value 216 | 4 217 | 218 | 219 | 220 | variable 221 | 222 | comment 223 | 224 | 225 | 226 | _enabled 227 | 1 228 | 229 | 230 | _coordinate 231 | (112, 948) 232 | 233 | 234 | _rotation 235 | 0 236 | 237 | 238 | id 239 | e 240 | 241 | 242 | value 243 | math.e 244 | 245 | 246 | 247 | variable 248 | 249 | comment 250 | 251 | 252 | 253 | _enabled 254 | 1 255 | 256 | 257 | _coordinate 258 | (8, 740) 259 | 260 | 261 | _rotation 262 | 0 263 | 264 | 265 | id 266 | radius 267 | 268 | 269 | value 270 | 0.05 271 | 272 | 273 | 274 | variable 275 | 276 | comment 277 | 278 | 279 | 280 | _enabled 281 | True 282 | 283 | 284 | _coordinate 285 | (1536, 692) 286 | 287 | 288 | _rotation 289 | 0 290 | 291 | 292 | id 293 | rotation_rate 294 | 295 | 296 | value 297 | samp_rate/(samples_per_rotation+0.5) 298 | 299 | 300 | 301 | variable 302 | 303 | comment 304 | 305 | 306 | 307 | _enabled 308 | True 309 | 310 | 311 | _coordinate 312 | (8, 160) 313 | 314 | 315 | _rotation 316 | 0 317 | 318 | 319 | id 320 | samp_rate 321 | 322 | 323 | value 324 | 10e6 325 | 326 | 327 | 328 | variable 329 | 330 | comment 331 | 332 | 333 | 334 | _enabled 335 | 1 336 | 337 | 338 | _coordinate 339 | (8, 220) 340 | 341 | 342 | _rotation 343 | 0 344 | 345 | 346 | id 347 | samples_per_antenna 348 | 349 | 350 | value 351 | 4 352 | 353 | 354 | 355 | variable 356 | 357 | comment 358 | 359 | 360 | 361 | _enabled 362 | 1 363 | 364 | 365 | _coordinate 366 | (8, 348) 367 | 368 | 369 | _rotation 370 | 0 371 | 372 | 373 | id 374 | samples_per_rotation 375 | 376 | 377 | value 378 | samples_per_antenna * antennas 379 | 380 | 381 | 382 | variable_low_pass_filter_taps 383 | 384 | beta 385 | 6.76 386 | 387 | 388 | comment 389 | 390 | 391 | 392 | cutoff_freq 393 | samp_rate/(decimation*2) 394 | 395 | 396 | _enabled 397 | True 398 | 399 | 400 | _coordinate 401 | (1552, 540) 402 | 403 | 404 | _rotation 405 | 0 406 | 407 | 408 | gain 409 | 1.0 410 | 411 | 412 | id 413 | taps 414 | 415 | 416 | samp_rate 417 | samp_rate 418 | 419 | 420 | width 421 | samp_rate/(decimation*2) 422 | 423 | 424 | win 425 | firdes.WIN_HAMMING 426 | 427 | 428 | 429 | variable 430 | 431 | comment 432 | 433 | 434 | 435 | _enabled 436 | 1 437 | 438 | 439 | _coordinate 440 | (208, 948) 441 | 442 | 443 | _rotation 444 | 0 445 | 446 | 447 | id 448 | tau 449 | 450 | 451 | value 452 | 2*math.pi 453 | 454 | 455 | 456 | variable_qtgui_range 457 | 458 | comment 459 | 460 | 461 | 462 | value 463 | 500 464 | 465 | 466 | _enabled 467 | 1 468 | 469 | 470 | _coordinate 471 | (976, 28) 472 | 473 | 474 | gui_hint 475 | 476 | 477 | 478 | _rotation 479 | 0 480 | 481 | 482 | id 483 | threshold 484 | 485 | 486 | label 487 | 488 | 489 | 490 | min_len 491 | 200 492 | 493 | 494 | orient 495 | Qt.Horizontal 496 | 497 | 498 | start 499 | 0 500 | 501 | 502 | step 503 | 1 504 | 505 | 506 | stop 507 | 1000 508 | 509 | 510 | rangeType 511 | float 512 | 513 | 514 | widget 515 | counter_slider 516 | 517 | 518 | 519 | variable 520 | 521 | comment 522 | 523 | 524 | 525 | _enabled 526 | 1 527 | 528 | 529 | _coordinate 530 | (8, 484) 531 | 532 | 533 | _rotation 534 | 0 535 | 536 | 537 | id 538 | tuning_freq 539 | 540 | 541 | value 542 | 503e6 543 | 544 | 545 | 546 | variable 547 | 548 | comment 549 | 550 | 551 | 552 | _enabled 553 | 1 554 | 555 | 556 | _coordinate 557 | (8, 612) 558 | 559 | 560 | _rotation 561 | 0 562 | 563 | 564 | id 565 | wavelength 566 | 567 | 568 | value 569 | c/carrier_freq 570 | 571 | 572 | 573 | analog_quadrature_demod_cf 574 | 575 | alias 576 | 577 | 578 | 579 | comment 580 | 581 | 582 | 583 | affinity 584 | 585 | 586 | 587 | _enabled 588 | 1 589 | 590 | 591 | _coordinate 592 | (752, 516) 593 | 594 | 595 | _rotation 596 | 0 597 | 598 | 599 | gain 600 | 0.2 601 | 602 | 603 | id 604 | analog_quadrature_demod_cf_0 605 | 606 | 607 | maxoutbuf 608 | 0 609 | 610 | 611 | minoutbuf 612 | 0 613 | 614 | 615 | 616 | analog_sig_source_x 617 | 618 | amp 619 | 1 620 | 621 | 622 | alias 623 | 624 | 625 | 626 | comment 627 | 628 | 629 | 630 | affinity 631 | 632 | 633 | 634 | _enabled 635 | 1 636 | 637 | 638 | freq 639 | -rotation_rate 640 | 641 | 642 | _coordinate 643 | (416, 820) 644 | 645 | 646 | _rotation 647 | 0 648 | 649 | 650 | id 651 | analog_sig_source_x_0_0 652 | 653 | 654 | maxoutbuf 655 | 0 656 | 657 | 658 | minoutbuf 659 | 0 660 | 661 | 662 | offset 663 | 0 664 | 665 | 666 | type 667 | complex 668 | 669 | 670 | samp_rate 671 | samp_rate/decimation 672 | 673 | 674 | waveform 675 | analog.GR_COS_WAVE 676 | 677 | 678 | 679 | band_pass_filter 680 | 681 | beta 682 | 6.76 683 | 684 | 685 | alias 686 | 687 | 688 | 689 | comment 690 | 691 | 692 | 693 | affinity 694 | 695 | 696 | 697 | decim 698 | 1 699 | 700 | 701 | _enabled 702 | 1 703 | 704 | 705 | type 706 | fir_filter_ccc 707 | 708 | 709 | _coordinate 710 | (680, 652) 711 | 712 | 713 | _rotation 714 | 0 715 | 716 | 717 | gain 718 | 1 719 | 720 | 721 | high_cutoff_freq 722 | rotation_rate*1.05 723 | 724 | 725 | id 726 | band_pass_filter_0 727 | 728 | 729 | interp 730 | 1 731 | 732 | 733 | low_cutoff_freq 734 | rotation_rate*.95 735 | 736 | 737 | maxoutbuf 738 | 0 739 | 740 | 741 | minoutbuf 742 | 0 743 | 744 | 745 | samp_rate 746 | samp_rate/decimation 747 | 748 | 749 | width 750 | rotation_rate/4 751 | 752 | 753 | win 754 | firdes.WIN_HAMMING 755 | 756 | 757 | 758 | blocks_burst_tagger 759 | 760 | alias 761 | 762 | 763 | 764 | comment 765 | 766 | 767 | 768 | affinity 769 | 770 | 771 | 772 | _enabled 773 | True 774 | 775 | 776 | false_key 777 | burst 778 | 779 | 780 | false_value 781 | False 782 | 783 | 784 | _coordinate 785 | (1376, 308) 786 | 787 | 788 | _rotation 789 | 0 790 | 791 | 792 | id 793 | blocks_burst_tagger_0 794 | 795 | 796 | maxoutbuf 797 | 0 798 | 799 | 800 | minoutbuf 801 | 0 802 | 803 | 804 | type 805 | complex 806 | 807 | 808 | true_key 809 | burst 810 | 811 | 812 | true_value 813 | True 814 | 815 | 816 | 817 | blocks_complex_to_arg 818 | 819 | alias 820 | 821 | 822 | 823 | comment 824 | 825 | 826 | 827 | affinity 828 | 829 | 830 | 831 | _enabled 832 | 0 833 | 834 | 835 | _coordinate 836 | (1208, 784) 837 | 838 | 839 | _rotation 840 | 0 841 | 842 | 843 | id 844 | blocks_complex_to_arg_0 845 | 846 | 847 | maxoutbuf 848 | 0 849 | 850 | 851 | minoutbuf 852 | 0 853 | 854 | 855 | vlen 856 | 1 857 | 858 | 859 | 860 | blocks_complex_to_mag 861 | 862 | alias 863 | 864 | 865 | 866 | comment 867 | 868 | 869 | 870 | affinity 871 | 872 | 873 | 874 | _enabled 875 | 1 876 | 877 | 878 | _coordinate 879 | (1000, 344) 880 | 881 | 882 | _rotation 883 | 0 884 | 885 | 886 | id 887 | blocks_complex_to_mag_0 888 | 889 | 890 | maxoutbuf 891 | 0 892 | 893 | 894 | minoutbuf 895 | 0 896 | 897 | 898 | vlen 899 | 1 900 | 901 | 902 | 903 | blocks_complex_to_mag 904 | 905 | alias 906 | 907 | 908 | 909 | comment 910 | 911 | 912 | 913 | affinity 914 | 915 | 916 | 917 | _enabled 918 | 1 919 | 920 | 921 | _coordinate 922 | (760, 960) 923 | 924 | 925 | _rotation 926 | 0 927 | 928 | 929 | id 930 | blocks_complex_to_mag_1 931 | 932 | 933 | maxoutbuf 934 | 0 935 | 936 | 937 | minoutbuf 938 | 0 939 | 940 | 941 | vlen 942 | 1 943 | 944 | 945 | 946 | blocks_divide_xx 947 | 948 | alias 949 | 950 | 951 | 952 | comment 953 | 954 | 955 | 956 | affinity 957 | 958 | 959 | 960 | _enabled 961 | 1 962 | 963 | 964 | _coordinate 965 | (1032, 856) 966 | 967 | 968 | _rotation 969 | 0 970 | 971 | 972 | id 973 | blocks_divide_xx_0 974 | 975 | 976 | type 977 | complex 978 | 979 | 980 | maxoutbuf 981 | 0 982 | 983 | 984 | minoutbuf 985 | 0 986 | 987 | 988 | num_inputs 989 | 2 990 | 991 | 992 | vlen 993 | 1 994 | 995 | 996 | 997 | blocks_float_to_complex 998 | 999 | alias 1000 | 1001 | 1002 | 1003 | comment 1004 | 1005 | 1006 | 1007 | affinity 1008 | 1009 | 1010 | 1011 | _enabled 1012 | 1 1013 | 1014 | 1015 | _coordinate 1016 | (472, 728) 1017 | 1018 | 1019 | _rotation 1020 | 0 1021 | 1022 | 1023 | id 1024 | blocks_float_to_complex_0 1025 | 1026 | 1027 | maxoutbuf 1028 | 0 1029 | 1030 | 1031 | minoutbuf 1032 | 0 1033 | 1034 | 1035 | vlen 1036 | 1 1037 | 1038 | 1039 | 1040 | blocks_float_to_complex 1041 | 1042 | alias 1043 | 1044 | 1045 | 1046 | comment 1047 | 1048 | 1049 | 1050 | affinity 1051 | 1052 | 1053 | 1054 | _enabled 1055 | 1 1056 | 1057 | 1058 | _coordinate 1059 | (1000, 720) 1060 | 1061 | 1062 | _rotation 1063 | 0 1064 | 1065 | 1066 | id 1067 | blocks_float_to_complex_0_0 1068 | 1069 | 1070 | maxoutbuf 1071 | 0 1072 | 1073 | 1074 | minoutbuf 1075 | 0 1076 | 1077 | 1078 | vlen 1079 | 1 1080 | 1081 | 1082 | 1083 | blocks_float_to_complex 1084 | 1085 | alias 1086 | 1087 | 1088 | 1089 | comment 1090 | 1091 | 1092 | 1093 | affinity 1094 | 1095 | 1096 | 1097 | _enabled 1098 | 1 1099 | 1100 | 1101 | _coordinate 1102 | (944, 952) 1103 | 1104 | 1105 | _rotation 1106 | 0 1107 | 1108 | 1109 | id 1110 | blocks_float_to_complex_0_0_0 1111 | 1112 | 1113 | maxoutbuf 1114 | 0 1115 | 1116 | 1117 | minoutbuf 1118 | 0 1119 | 1120 | 1121 | vlen 1122 | 1 1123 | 1124 | 1125 | 1126 | blocks_float_to_short 1127 | 1128 | alias 1129 | 1130 | 1131 | 1132 | comment 1133 | 1134 | 1135 | 1136 | affinity 1137 | 1138 | 1139 | 1140 | _enabled 1141 | True 1142 | 1143 | 1144 | _coordinate 1145 | (1200, 156) 1146 | 1147 | 1148 | _rotation 1149 | 0 1150 | 1151 | 1152 | id 1153 | blocks_float_to_short_0 1154 | 1155 | 1156 | maxoutbuf 1157 | 0 1158 | 1159 | 1160 | minoutbuf 1161 | 0 1162 | 1163 | 1164 | scale 1165 | 1 1166 | 1167 | 1168 | vlen 1169 | 1 1170 | 1171 | 1172 | 1173 | blocks_multiply_const_vxx 1174 | 1175 | alias 1176 | 1177 | 1178 | 1179 | comment 1180 | 1181 | 1182 | 1183 | const 1184 | 1/6.2831853 1185 | 1186 | 1187 | affinity 1188 | 1189 | 1190 | 1191 | _enabled 1192 | 0 1193 | 1194 | 1195 | _coordinate 1196 | (1272, 676) 1197 | 1198 | 1199 | _rotation 1200 | 0 1201 | 1202 | 1203 | id 1204 | blocks_multiply_const_vxx_0 1205 | 1206 | 1207 | type 1208 | float 1209 | 1210 | 1211 | maxoutbuf 1212 | 0 1213 | 1214 | 1215 | minoutbuf 1216 | 0 1217 | 1218 | 1219 | vlen 1220 | 1 1221 | 1222 | 1223 | 1224 | blocks_multiply_const_vxx 1225 | 1226 | alias 1227 | 1228 | 1229 | 1230 | comment 1231 | 1232 | 1233 | 1234 | const 1235 | 32767 1236 | 1237 | 1238 | affinity 1239 | 1240 | 1241 | 1242 | _enabled 1243 | True 1244 | 1245 | 1246 | _coordinate 1247 | (976, 260) 1248 | 1249 | 1250 | _rotation 1251 | 0 1252 | 1253 | 1254 | id 1255 | blocks_multiply_const_vxx_0_0 1256 | 1257 | 1258 | type 1259 | float 1260 | 1261 | 1262 | maxoutbuf 1263 | 0 1264 | 1265 | 1266 | minoutbuf 1267 | 0 1268 | 1269 | 1270 | vlen 1271 | 1 1272 | 1273 | 1274 | 1275 | blocks_multiply_xx 1276 | 1277 | alias 1278 | 1279 | 1280 | 1281 | comment 1282 | 1283 | 1284 | 1285 | affinity 1286 | 1287 | 1288 | 1289 | _enabled 1290 | 1 1291 | 1292 | 1293 | _coordinate 1294 | (632, 880) 1295 | 1296 | 1297 | _rotation 1298 | 0 1299 | 1300 | 1301 | id 1302 | blocks_multiply_xx_0_0 1303 | 1304 | 1305 | type 1306 | complex 1307 | 1308 | 1309 | maxoutbuf 1310 | 0 1311 | 1312 | 1313 | minoutbuf 1314 | 0 1315 | 1316 | 1317 | num_inputs 1318 | 2 1319 | 1320 | 1321 | vlen 1322 | 1 1323 | 1324 | 1325 | 1326 | blocks_multiply_xx 1327 | 1328 | alias 1329 | 1330 | 1331 | 1332 | comment 1333 | 1334 | 1335 | 1336 | affinity 1337 | 1338 | 1339 | 1340 | _enabled 1341 | 1 1342 | 1343 | 1344 | _coordinate 1345 | (1240, 864) 1346 | 1347 | 1348 | _rotation 1349 | 0 1350 | 1351 | 1352 | id 1353 | blocks_multiply_xx_0_0_0 1354 | 1355 | 1356 | type 1357 | complex 1358 | 1359 | 1360 | maxoutbuf 1361 | 0 1362 | 1363 | 1364 | minoutbuf 1365 | 0 1366 | 1367 | 1368 | num_inputs 1369 | 2 1370 | 1371 | 1372 | vlen 1373 | 1 1374 | 1375 | 1376 | 1377 | blocks_threshold_ff 1378 | 1379 | alias 1380 | 1381 | 1382 | 1383 | comment 1384 | 1385 | 1386 | 1387 | affinity 1388 | 1389 | 1390 | 1391 | _enabled 1392 | True 1393 | 1394 | 1395 | _coordinate 1396 | (1192, 244) 1397 | 1398 | 1399 | _rotation 1400 | 0 1401 | 1402 | 1403 | high 1404 | threshold 1405 | 1406 | 1407 | id 1408 | blocks_threshold_ff_0 1409 | 1410 | 1411 | init 1412 | 0 1413 | 1414 | 1415 | low 1416 | threshold/2 1417 | 1418 | 1419 | maxoutbuf 1420 | 0 1421 | 1422 | 1423 | minoutbuf 1424 | 0 1425 | 1426 | 1427 | 1428 | digital_costas_loop_cc 1429 | 1430 | alias 1431 | 1432 | 1433 | 1434 | comment 1435 | 1436 | 1437 | 1438 | affinity 1439 | 1440 | 1441 | 1442 | _enabled 1443 | 1 1444 | 1445 | 1446 | _coordinate 1447 | (1328, 472) 1448 | 1449 | 1450 | _rotation 1451 | 0 1452 | 1453 | 1454 | id 1455 | digital_costas_loop_cc_0 1456 | 1457 | 1458 | w 1459 | 6.28/100 1460 | 1461 | 1462 | maxoutbuf 1463 | 0 1464 | 1465 | 1466 | minoutbuf 1467 | 0 1468 | 1469 | 1470 | order 1471 | 2 1472 | 1473 | 1474 | use_snr 1475 | False 1476 | 1477 | 1478 | 1479 | fosphor_glfw_sink_c 1480 | 1481 | alias 1482 | 1483 | 1484 | 1485 | freq_center 1486 | 0 1487 | 1488 | 1489 | comment 1490 | 1491 | 1492 | 1493 | affinity 1494 | 1495 | 1496 | 1497 | _enabled 1498 | 1 1499 | 1500 | 1501 | _coordinate 1502 | (520, 564) 1503 | 1504 | 1505 | _rotation 1506 | 0 1507 | 1508 | 1509 | id 1510 | fosphor_glfw_sink_c_0 1511 | 1512 | 1513 | freq_span 1514 | samp_rate/decimation 1515 | 1516 | 1517 | wintype 1518 | window.WIN_BLACKMAN_hARRIS 1519 | 1520 | 1521 | 1522 | freq_xlating_fir_filter_xxx 1523 | 1524 | alias 1525 | 1526 | 1527 | 1528 | center_freq 1529 | carrier_freq-tuning_freq 1530 | 1531 | 1532 | comment 1533 | 1534 | 1535 | 1536 | affinity 1537 | 1538 | 1539 | 1540 | decim 1541 | decimation 1542 | 1543 | 1544 | _enabled 1545 | 1 1546 | 1547 | 1548 | _coordinate 1549 | (752, 348) 1550 | 1551 | 1552 | _rotation 1553 | 0 1554 | 1555 | 1556 | id 1557 | freq_xlating_fir_filter_xxx_0 1558 | 1559 | 1560 | maxoutbuf 1561 | 0 1562 | 1563 | 1564 | minoutbuf 1565 | 0 1566 | 1567 | 1568 | samp_rate 1569 | samp_rate 1570 | 1571 | 1572 | taps 1573 | taps 1574 | 1575 | 1576 | type 1577 | ccc 1578 | 1579 | 1580 | 1581 | import 1582 | 1583 | alias 1584 | 1585 | 1586 | 1587 | comment 1588 | 1589 | 1590 | 1591 | _enabled 1592 | True 1593 | 1594 | 1595 | _coordinate 1596 | (8, 964) 1597 | 1598 | 1599 | _rotation 1600 | 0 1601 | 1602 | 1603 | id 1604 | import_0 1605 | 1606 | 1607 | import 1608 | import math 1609 | 1610 | 1611 | 1612 | low_pass_filter 1613 | 1614 | beta 1615 | 6.76 1616 | 1617 | 1618 | alias 1619 | 1620 | 1621 | 1622 | comment 1623 | 1624 | 1625 | 1626 | affinity 1627 | 1628 | 1629 | 1630 | cutoff_freq 1631 | samp_rate/100 1632 | 1633 | 1634 | decim 1635 | 1 1636 | 1637 | 1638 | _enabled 1639 | True 1640 | 1641 | 1642 | type 1643 | fir_filter_fff 1644 | 1645 | 1646 | _coordinate 1647 | (984, 492) 1648 | 1649 | 1650 | _rotation 1651 | 0 1652 | 1653 | 1654 | gain 1655 | 1 1656 | 1657 | 1658 | id 1659 | low_pass_filter_0 1660 | 1661 | 1662 | interp 1663 | 1 1664 | 1665 | 1666 | maxoutbuf 1667 | 0 1668 | 1669 | 1670 | minoutbuf 1671 | 0 1672 | 1673 | 1674 | samp_rate 1675 | samp_rate/decimation 1676 | 1677 | 1678 | width 1679 | samp_rate/100 1680 | 1681 | 1682 | win 1683 | firdes.WIN_HAMMING 1684 | 1685 | 1686 | 1687 | osmosdr_source 1688 | 1689 | alias 1690 | 1691 | 1692 | 1693 | ant0 1694 | 1695 | 1696 | 1697 | bb_gain0 1698 | 16 1699 | 1700 | 1701 | bw0 1702 | 0 1703 | 1704 | 1705 | dc_offset_mode0 1706 | 0 1707 | 1708 | 1709 | corr0 1710 | 0 1711 | 1712 | 1713 | freq0 1714 | tuning_freq 1715 | 1716 | 1717 | gain_mode0 1718 | False 1719 | 1720 | 1721 | if_gain0 1722 | 16 1723 | 1724 | 1725 | iq_balance_mode0 1726 | 0 1727 | 1728 | 1729 | gain0 1730 | 0 1731 | 1732 | 1733 | ant10 1734 | 1735 | 1736 | 1737 | bb_gain10 1738 | 20 1739 | 1740 | 1741 | bw10 1742 | 0 1743 | 1744 | 1745 | dc_offset_mode10 1746 | 0 1747 | 1748 | 1749 | corr10 1750 | 0 1751 | 1752 | 1753 | freq10 1754 | 100e6 1755 | 1756 | 1757 | gain_mode10 1758 | False 1759 | 1760 | 1761 | if_gain10 1762 | 20 1763 | 1764 | 1765 | iq_balance_mode10 1766 | 0 1767 | 1768 | 1769 | gain10 1770 | 10 1771 | 1772 | 1773 | ant11 1774 | 1775 | 1776 | 1777 | bb_gain11 1778 | 20 1779 | 1780 | 1781 | bw11 1782 | 0 1783 | 1784 | 1785 | dc_offset_mode11 1786 | 0 1787 | 1788 | 1789 | corr11 1790 | 0 1791 | 1792 | 1793 | freq11 1794 | 100e6 1795 | 1796 | 1797 | gain_mode11 1798 | False 1799 | 1800 | 1801 | if_gain11 1802 | 20 1803 | 1804 | 1805 | iq_balance_mode11 1806 | 0 1807 | 1808 | 1809 | gain11 1810 | 10 1811 | 1812 | 1813 | ant12 1814 | 1815 | 1816 | 1817 | bb_gain12 1818 | 20 1819 | 1820 | 1821 | bw12 1822 | 0 1823 | 1824 | 1825 | dc_offset_mode12 1826 | 0 1827 | 1828 | 1829 | corr12 1830 | 0 1831 | 1832 | 1833 | freq12 1834 | 100e6 1835 | 1836 | 1837 | gain_mode12 1838 | False 1839 | 1840 | 1841 | if_gain12 1842 | 20 1843 | 1844 | 1845 | iq_balance_mode12 1846 | 0 1847 | 1848 | 1849 | gain12 1850 | 10 1851 | 1852 | 1853 | ant13 1854 | 1855 | 1856 | 1857 | bb_gain13 1858 | 20 1859 | 1860 | 1861 | bw13 1862 | 0 1863 | 1864 | 1865 | dc_offset_mode13 1866 | 0 1867 | 1868 | 1869 | corr13 1870 | 0 1871 | 1872 | 1873 | freq13 1874 | 100e6 1875 | 1876 | 1877 | gain_mode13 1878 | False 1879 | 1880 | 1881 | if_gain13 1882 | 20 1883 | 1884 | 1885 | iq_balance_mode13 1886 | 0 1887 | 1888 | 1889 | gain13 1890 | 10 1891 | 1892 | 1893 | ant14 1894 | 1895 | 1896 | 1897 | bb_gain14 1898 | 20 1899 | 1900 | 1901 | bw14 1902 | 0 1903 | 1904 | 1905 | dc_offset_mode14 1906 | 0 1907 | 1908 | 1909 | corr14 1910 | 0 1911 | 1912 | 1913 | freq14 1914 | 100e6 1915 | 1916 | 1917 | gain_mode14 1918 | False 1919 | 1920 | 1921 | if_gain14 1922 | 20 1923 | 1924 | 1925 | iq_balance_mode14 1926 | 0 1927 | 1928 | 1929 | gain14 1930 | 10 1931 | 1932 | 1933 | ant15 1934 | 1935 | 1936 | 1937 | bb_gain15 1938 | 20 1939 | 1940 | 1941 | bw15 1942 | 0 1943 | 1944 | 1945 | dc_offset_mode15 1946 | 0 1947 | 1948 | 1949 | corr15 1950 | 0 1951 | 1952 | 1953 | freq15 1954 | 100e6 1955 | 1956 | 1957 | gain_mode15 1958 | False 1959 | 1960 | 1961 | if_gain15 1962 | 20 1963 | 1964 | 1965 | iq_balance_mode15 1966 | 0 1967 | 1968 | 1969 | gain15 1970 | 10 1971 | 1972 | 1973 | ant16 1974 | 1975 | 1976 | 1977 | bb_gain16 1978 | 20 1979 | 1980 | 1981 | bw16 1982 | 0 1983 | 1984 | 1985 | dc_offset_mode16 1986 | 0 1987 | 1988 | 1989 | corr16 1990 | 0 1991 | 1992 | 1993 | freq16 1994 | 100e6 1995 | 1996 | 1997 | gain_mode16 1998 | False 1999 | 2000 | 2001 | if_gain16 2002 | 20 2003 | 2004 | 2005 | iq_balance_mode16 2006 | 0 2007 | 2008 | 2009 | gain16 2010 | 10 2011 | 2012 | 2013 | ant17 2014 | 2015 | 2016 | 2017 | bb_gain17 2018 | 20 2019 | 2020 | 2021 | bw17 2022 | 0 2023 | 2024 | 2025 | dc_offset_mode17 2026 | 0 2027 | 2028 | 2029 | corr17 2030 | 0 2031 | 2032 | 2033 | freq17 2034 | 100e6 2035 | 2036 | 2037 | gain_mode17 2038 | False 2039 | 2040 | 2041 | if_gain17 2042 | 20 2043 | 2044 | 2045 | iq_balance_mode17 2046 | 0 2047 | 2048 | 2049 | gain17 2050 | 10 2051 | 2052 | 2053 | ant18 2054 | 2055 | 2056 | 2057 | bb_gain18 2058 | 20 2059 | 2060 | 2061 | bw18 2062 | 0 2063 | 2064 | 2065 | dc_offset_mode18 2066 | 0 2067 | 2068 | 2069 | corr18 2070 | 0 2071 | 2072 | 2073 | freq18 2074 | 100e6 2075 | 2076 | 2077 | gain_mode18 2078 | False 2079 | 2080 | 2081 | if_gain18 2082 | 20 2083 | 2084 | 2085 | iq_balance_mode18 2086 | 0 2087 | 2088 | 2089 | gain18 2090 | 10 2091 | 2092 | 2093 | ant19 2094 | 2095 | 2096 | 2097 | bb_gain19 2098 | 20 2099 | 2100 | 2101 | bw19 2102 | 0 2103 | 2104 | 2105 | dc_offset_mode19 2106 | 0 2107 | 2108 | 2109 | corr19 2110 | 0 2111 | 2112 | 2113 | freq19 2114 | 100e6 2115 | 2116 | 2117 | gain_mode19 2118 | False 2119 | 2120 | 2121 | if_gain19 2122 | 20 2123 | 2124 | 2125 | iq_balance_mode19 2126 | 0 2127 | 2128 | 2129 | gain19 2130 | 10 2131 | 2132 | 2133 | ant1 2134 | 2135 | 2136 | 2137 | bb_gain1 2138 | 20 2139 | 2140 | 2141 | bw1 2142 | 0 2143 | 2144 | 2145 | dc_offset_mode1 2146 | 0 2147 | 2148 | 2149 | corr1 2150 | 0 2151 | 2152 | 2153 | freq1 2154 | 100e6 2155 | 2156 | 2157 | gain_mode1 2158 | False 2159 | 2160 | 2161 | if_gain1 2162 | 20 2163 | 2164 | 2165 | iq_balance_mode1 2166 | 0 2167 | 2168 | 2169 | gain1 2170 | 10 2171 | 2172 | 2173 | ant20 2174 | 2175 | 2176 | 2177 | bb_gain20 2178 | 20 2179 | 2180 | 2181 | bw20 2182 | 0 2183 | 2184 | 2185 | dc_offset_mode20 2186 | 0 2187 | 2188 | 2189 | corr20 2190 | 0 2191 | 2192 | 2193 | freq20 2194 | 100e6 2195 | 2196 | 2197 | gain_mode20 2198 | False 2199 | 2200 | 2201 | if_gain20 2202 | 20 2203 | 2204 | 2205 | iq_balance_mode20 2206 | 0 2207 | 2208 | 2209 | gain20 2210 | 10 2211 | 2212 | 2213 | ant21 2214 | 2215 | 2216 | 2217 | bb_gain21 2218 | 20 2219 | 2220 | 2221 | bw21 2222 | 0 2223 | 2224 | 2225 | dc_offset_mode21 2226 | 0 2227 | 2228 | 2229 | corr21 2230 | 0 2231 | 2232 | 2233 | freq21 2234 | 100e6 2235 | 2236 | 2237 | gain_mode21 2238 | False 2239 | 2240 | 2241 | if_gain21 2242 | 20 2243 | 2244 | 2245 | iq_balance_mode21 2246 | 0 2247 | 2248 | 2249 | gain21 2250 | 10 2251 | 2252 | 2253 | ant22 2254 | 2255 | 2256 | 2257 | bb_gain22 2258 | 20 2259 | 2260 | 2261 | bw22 2262 | 0 2263 | 2264 | 2265 | dc_offset_mode22 2266 | 0 2267 | 2268 | 2269 | corr22 2270 | 0 2271 | 2272 | 2273 | freq22 2274 | 100e6 2275 | 2276 | 2277 | gain_mode22 2278 | False 2279 | 2280 | 2281 | if_gain22 2282 | 20 2283 | 2284 | 2285 | iq_balance_mode22 2286 | 0 2287 | 2288 | 2289 | gain22 2290 | 10 2291 | 2292 | 2293 | ant23 2294 | 2295 | 2296 | 2297 | bb_gain23 2298 | 20 2299 | 2300 | 2301 | bw23 2302 | 0 2303 | 2304 | 2305 | dc_offset_mode23 2306 | 0 2307 | 2308 | 2309 | corr23 2310 | 0 2311 | 2312 | 2313 | freq23 2314 | 100e6 2315 | 2316 | 2317 | gain_mode23 2318 | False 2319 | 2320 | 2321 | if_gain23 2322 | 20 2323 | 2324 | 2325 | iq_balance_mode23 2326 | 0 2327 | 2328 | 2329 | gain23 2330 | 10 2331 | 2332 | 2333 | ant24 2334 | 2335 | 2336 | 2337 | bb_gain24 2338 | 20 2339 | 2340 | 2341 | bw24 2342 | 0 2343 | 2344 | 2345 | dc_offset_mode24 2346 | 0 2347 | 2348 | 2349 | corr24 2350 | 0 2351 | 2352 | 2353 | freq24 2354 | 100e6 2355 | 2356 | 2357 | gain_mode24 2358 | False 2359 | 2360 | 2361 | if_gain24 2362 | 20 2363 | 2364 | 2365 | iq_balance_mode24 2366 | 0 2367 | 2368 | 2369 | gain24 2370 | 10 2371 | 2372 | 2373 | ant25 2374 | 2375 | 2376 | 2377 | bb_gain25 2378 | 20 2379 | 2380 | 2381 | bw25 2382 | 0 2383 | 2384 | 2385 | dc_offset_mode25 2386 | 0 2387 | 2388 | 2389 | corr25 2390 | 0 2391 | 2392 | 2393 | freq25 2394 | 100e6 2395 | 2396 | 2397 | gain_mode25 2398 | False 2399 | 2400 | 2401 | if_gain25 2402 | 20 2403 | 2404 | 2405 | iq_balance_mode25 2406 | 0 2407 | 2408 | 2409 | gain25 2410 | 10 2411 | 2412 | 2413 | ant26 2414 | 2415 | 2416 | 2417 | bb_gain26 2418 | 20 2419 | 2420 | 2421 | bw26 2422 | 0 2423 | 2424 | 2425 | dc_offset_mode26 2426 | 0 2427 | 2428 | 2429 | corr26 2430 | 0 2431 | 2432 | 2433 | freq26 2434 | 100e6 2435 | 2436 | 2437 | gain_mode26 2438 | False 2439 | 2440 | 2441 | if_gain26 2442 | 20 2443 | 2444 | 2445 | iq_balance_mode26 2446 | 0 2447 | 2448 | 2449 | gain26 2450 | 10 2451 | 2452 | 2453 | ant27 2454 | 2455 | 2456 | 2457 | bb_gain27 2458 | 20 2459 | 2460 | 2461 | bw27 2462 | 0 2463 | 2464 | 2465 | dc_offset_mode27 2466 | 0 2467 | 2468 | 2469 | corr27 2470 | 0 2471 | 2472 | 2473 | freq27 2474 | 100e6 2475 | 2476 | 2477 | gain_mode27 2478 | False 2479 | 2480 | 2481 | if_gain27 2482 | 20 2483 | 2484 | 2485 | iq_balance_mode27 2486 | 0 2487 | 2488 | 2489 | gain27 2490 | 10 2491 | 2492 | 2493 | ant28 2494 | 2495 | 2496 | 2497 | bb_gain28 2498 | 20 2499 | 2500 | 2501 | bw28 2502 | 0 2503 | 2504 | 2505 | dc_offset_mode28 2506 | 0 2507 | 2508 | 2509 | corr28 2510 | 0 2511 | 2512 | 2513 | freq28 2514 | 100e6 2515 | 2516 | 2517 | gain_mode28 2518 | False 2519 | 2520 | 2521 | if_gain28 2522 | 20 2523 | 2524 | 2525 | iq_balance_mode28 2526 | 0 2527 | 2528 | 2529 | gain28 2530 | 10 2531 | 2532 | 2533 | ant29 2534 | 2535 | 2536 | 2537 | bb_gain29 2538 | 20 2539 | 2540 | 2541 | bw29 2542 | 0 2543 | 2544 | 2545 | dc_offset_mode29 2546 | 0 2547 | 2548 | 2549 | corr29 2550 | 0 2551 | 2552 | 2553 | freq29 2554 | 100e6 2555 | 2556 | 2557 | gain_mode29 2558 | False 2559 | 2560 | 2561 | if_gain29 2562 | 20 2563 | 2564 | 2565 | iq_balance_mode29 2566 | 0 2567 | 2568 | 2569 | gain29 2570 | 10 2571 | 2572 | 2573 | ant2 2574 | 2575 | 2576 | 2577 | bb_gain2 2578 | 20 2579 | 2580 | 2581 | bw2 2582 | 0 2583 | 2584 | 2585 | dc_offset_mode2 2586 | 0 2587 | 2588 | 2589 | corr2 2590 | 0 2591 | 2592 | 2593 | freq2 2594 | 100e6 2595 | 2596 | 2597 | gain_mode2 2598 | False 2599 | 2600 | 2601 | if_gain2 2602 | 20 2603 | 2604 | 2605 | iq_balance_mode2 2606 | 0 2607 | 2608 | 2609 | gain2 2610 | 10 2611 | 2612 | 2613 | ant30 2614 | 2615 | 2616 | 2617 | bb_gain30 2618 | 20 2619 | 2620 | 2621 | bw30 2622 | 0 2623 | 2624 | 2625 | dc_offset_mode30 2626 | 0 2627 | 2628 | 2629 | corr30 2630 | 0 2631 | 2632 | 2633 | freq30 2634 | 100e6 2635 | 2636 | 2637 | gain_mode30 2638 | False 2639 | 2640 | 2641 | if_gain30 2642 | 20 2643 | 2644 | 2645 | iq_balance_mode30 2646 | 0 2647 | 2648 | 2649 | gain30 2650 | 10 2651 | 2652 | 2653 | ant31 2654 | 2655 | 2656 | 2657 | bb_gain31 2658 | 20 2659 | 2660 | 2661 | bw31 2662 | 0 2663 | 2664 | 2665 | dc_offset_mode31 2666 | 0 2667 | 2668 | 2669 | corr31 2670 | 0 2671 | 2672 | 2673 | freq31 2674 | 100e6 2675 | 2676 | 2677 | gain_mode31 2678 | False 2679 | 2680 | 2681 | if_gain31 2682 | 20 2683 | 2684 | 2685 | iq_balance_mode31 2686 | 0 2687 | 2688 | 2689 | gain31 2690 | 10 2691 | 2692 | 2693 | ant3 2694 | 2695 | 2696 | 2697 | bb_gain3 2698 | 20 2699 | 2700 | 2701 | bw3 2702 | 0 2703 | 2704 | 2705 | dc_offset_mode3 2706 | 0 2707 | 2708 | 2709 | corr3 2710 | 0 2711 | 2712 | 2713 | freq3 2714 | 100e6 2715 | 2716 | 2717 | gain_mode3 2718 | False 2719 | 2720 | 2721 | if_gain3 2722 | 20 2723 | 2724 | 2725 | iq_balance_mode3 2726 | 0 2727 | 2728 | 2729 | gain3 2730 | 10 2731 | 2732 | 2733 | ant4 2734 | 2735 | 2736 | 2737 | bb_gain4 2738 | 20 2739 | 2740 | 2741 | bw4 2742 | 0 2743 | 2744 | 2745 | dc_offset_mode4 2746 | 0 2747 | 2748 | 2749 | corr4 2750 | 0 2751 | 2752 | 2753 | freq4 2754 | 100e6 2755 | 2756 | 2757 | gain_mode4 2758 | False 2759 | 2760 | 2761 | if_gain4 2762 | 20 2763 | 2764 | 2765 | iq_balance_mode4 2766 | 0 2767 | 2768 | 2769 | gain4 2770 | 10 2771 | 2772 | 2773 | ant5 2774 | 2775 | 2776 | 2777 | bb_gain5 2778 | 20 2779 | 2780 | 2781 | bw5 2782 | 0 2783 | 2784 | 2785 | dc_offset_mode5 2786 | 0 2787 | 2788 | 2789 | corr5 2790 | 0 2791 | 2792 | 2793 | freq5 2794 | 100e6 2795 | 2796 | 2797 | gain_mode5 2798 | False 2799 | 2800 | 2801 | if_gain5 2802 | 20 2803 | 2804 | 2805 | iq_balance_mode5 2806 | 0 2807 | 2808 | 2809 | gain5 2810 | 10 2811 | 2812 | 2813 | ant6 2814 | 2815 | 2816 | 2817 | bb_gain6 2818 | 20 2819 | 2820 | 2821 | bw6 2822 | 0 2823 | 2824 | 2825 | dc_offset_mode6 2826 | 0 2827 | 2828 | 2829 | corr6 2830 | 0 2831 | 2832 | 2833 | freq6 2834 | 100e6 2835 | 2836 | 2837 | gain_mode6 2838 | False 2839 | 2840 | 2841 | if_gain6 2842 | 20 2843 | 2844 | 2845 | iq_balance_mode6 2846 | 0 2847 | 2848 | 2849 | gain6 2850 | 10 2851 | 2852 | 2853 | ant7 2854 | 2855 | 2856 | 2857 | bb_gain7 2858 | 20 2859 | 2860 | 2861 | bw7 2862 | 0 2863 | 2864 | 2865 | dc_offset_mode7 2866 | 0 2867 | 2868 | 2869 | corr7 2870 | 0 2871 | 2872 | 2873 | freq7 2874 | 100e6 2875 | 2876 | 2877 | gain_mode7 2878 | False 2879 | 2880 | 2881 | if_gain7 2882 | 20 2883 | 2884 | 2885 | iq_balance_mode7 2886 | 0 2887 | 2888 | 2889 | gain7 2890 | 10 2891 | 2892 | 2893 | ant8 2894 | 2895 | 2896 | 2897 | bb_gain8 2898 | 20 2899 | 2900 | 2901 | bw8 2902 | 0 2903 | 2904 | 2905 | dc_offset_mode8 2906 | 0 2907 | 2908 | 2909 | corr8 2910 | 0 2911 | 2912 | 2913 | freq8 2914 | 100e6 2915 | 2916 | 2917 | gain_mode8 2918 | False 2919 | 2920 | 2921 | if_gain8 2922 | 20 2923 | 2924 | 2925 | iq_balance_mode8 2926 | 0 2927 | 2928 | 2929 | gain8 2930 | 10 2931 | 2932 | 2933 | ant9 2934 | 2935 | 2936 | 2937 | bb_gain9 2938 | 20 2939 | 2940 | 2941 | bw9 2942 | 0 2943 | 2944 | 2945 | dc_offset_mode9 2946 | 0 2947 | 2948 | 2949 | corr9 2950 | 0 2951 | 2952 | 2953 | freq9 2954 | 100e6 2955 | 2956 | 2957 | gain_mode9 2958 | False 2959 | 2960 | 2961 | if_gain9 2962 | 20 2963 | 2964 | 2965 | iq_balance_mode9 2966 | 0 2967 | 2968 | 2969 | gain9 2970 | 10 2971 | 2972 | 2973 | comment 2974 | 2975 | 2976 | 2977 | affinity 2978 | 2979 | 2980 | 2981 | args 2982 | 2983 | 2984 | 2985 | _enabled 2986 | 1 2987 | 2988 | 2989 | _coordinate 2990 | (208, 164) 2991 | 2992 | 2993 | _rotation 2994 | 0 2995 | 2996 | 2997 | id 2998 | osmosdr_source_0 2999 | 3000 | 3001 | maxoutbuf 3002 | 0 3003 | 3004 | 3005 | clock_source0 3006 | 3007 | 3008 | 3009 | time_source0 3010 | 3011 | 3012 | 3013 | clock_source1 3014 | 3015 | 3016 | 3017 | time_source1 3018 | 3019 | 3020 | 3021 | clock_source2 3022 | 3023 | 3024 | 3025 | time_source2 3026 | 3027 | 3028 | 3029 | clock_source3 3030 | 3031 | 3032 | 3033 | time_source3 3034 | 3035 | 3036 | 3037 | clock_source4 3038 | 3039 | 3040 | 3041 | time_source4 3042 | 3043 | 3044 | 3045 | clock_source5 3046 | 3047 | 3048 | 3049 | time_source5 3050 | 3051 | 3052 | 3053 | clock_source6 3054 | 3055 | 3056 | 3057 | time_source6 3058 | 3059 | 3060 | 3061 | clock_source7 3062 | 3063 | 3064 | 3065 | time_source7 3066 | 3067 | 3068 | 3069 | minoutbuf 3070 | 0 3071 | 3072 | 3073 | nchan 3074 | 1 3075 | 3076 | 3077 | num_mboards 3078 | 1 3079 | 3080 | 3081 | type 3082 | fc32 3083 | 3084 | 3085 | sample_rate 3086 | samp_rate 3087 | 3088 | 3089 | sync 3090 | 3091 | 3092 | 3093 | 3094 | qtgui_const_sink_x 3095 | 3096 | autoscale 3097 | False 3098 | 3099 | 3100 | axislabels 3101 | True 3102 | 3103 | 3104 | alias 3105 | 3106 | 3107 | 3108 | comment 3109 | 3110 | 3111 | 3112 | affinity 3113 | 3114 | 3115 | 3116 | _enabled 3117 | 1 3118 | 3119 | 3120 | _coordinate 3121 | (1400, 944) 3122 | 3123 | 3124 | gui_hint 3125 | 3126 | 3127 | 3128 | _rotation 3129 | 0 3130 | 3131 | 3132 | grid 3133 | True 3134 | 3135 | 3136 | id 3137 | qtgui_const_sink_x_0_0 3138 | 3139 | 3140 | legend 3141 | True 3142 | 3143 | 3144 | alpha1 3145 | 1.0 3146 | 3147 | 3148 | color1 3149 | "blue" 3150 | 3151 | 3152 | label1 3153 | 3154 | 3155 | 3156 | marker1 3157 | 0 3158 | 3159 | 3160 | style1 3161 | 0 3162 | 3163 | 3164 | width1 3165 | 1 3166 | 3167 | 3168 | alpha10 3169 | 1.0 3170 | 3171 | 3172 | color10 3173 | "red" 3174 | 3175 | 3176 | label10 3177 | 3178 | 3179 | 3180 | marker10 3181 | 0 3182 | 3183 | 3184 | style10 3185 | 0 3186 | 3187 | 3188 | width10 3189 | 1 3190 | 3191 | 3192 | alpha2 3193 | 0.2 3194 | 3195 | 3196 | color2 3197 | "red" 3198 | 3199 | 3200 | label2 3201 | 3202 | 3203 | 3204 | marker2 3205 | 0 3206 | 3207 | 3208 | style2 3209 | 0 3210 | 3211 | 3212 | width2 3213 | 1 3214 | 3215 | 3216 | alpha3 3217 | 1.0 3218 | 3219 | 3220 | color3 3221 | "red" 3222 | 3223 | 3224 | label3 3225 | 3226 | 3227 | 3228 | marker3 3229 | 0 3230 | 3231 | 3232 | style3 3233 | 0 3234 | 3235 | 3236 | width3 3237 | 1 3238 | 3239 | 3240 | alpha4 3241 | 1.0 3242 | 3243 | 3244 | color4 3245 | "red" 3246 | 3247 | 3248 | label4 3249 | 3250 | 3251 | 3252 | marker4 3253 | 0 3254 | 3255 | 3256 | style4 3257 | 0 3258 | 3259 | 3260 | width4 3261 | 1 3262 | 3263 | 3264 | alpha5 3265 | 1.0 3266 | 3267 | 3268 | color5 3269 | "red" 3270 | 3271 | 3272 | label5 3273 | 3274 | 3275 | 3276 | marker5 3277 | 0 3278 | 3279 | 3280 | style5 3281 | 0 3282 | 3283 | 3284 | width5 3285 | 1 3286 | 3287 | 3288 | alpha6 3289 | 1.0 3290 | 3291 | 3292 | color6 3293 | "red" 3294 | 3295 | 3296 | label6 3297 | 3298 | 3299 | 3300 | marker6 3301 | 0 3302 | 3303 | 3304 | style6 3305 | 0 3306 | 3307 | 3308 | width6 3309 | 1 3310 | 3311 | 3312 | alpha7 3313 | 1.0 3314 | 3315 | 3316 | color7 3317 | "red" 3318 | 3319 | 3320 | label7 3321 | 3322 | 3323 | 3324 | marker7 3325 | 0 3326 | 3327 | 3328 | style7 3329 | 0 3330 | 3331 | 3332 | width7 3333 | 1 3334 | 3335 | 3336 | alpha8 3337 | 1.0 3338 | 3339 | 3340 | color8 3341 | "red" 3342 | 3343 | 3344 | label8 3345 | 3346 | 3347 | 3348 | marker8 3349 | 0 3350 | 3351 | 3352 | style8 3353 | 0 3354 | 3355 | 3356 | width8 3357 | 1 3358 | 3359 | 3360 | alpha9 3361 | 1.0 3362 | 3363 | 3364 | color9 3365 | "red" 3366 | 3367 | 3368 | label9 3369 | 3370 | 3371 | 3372 | marker9 3373 | 0 3374 | 3375 | 3376 | style9 3377 | 0 3378 | 3379 | 3380 | width9 3381 | 1 3382 | 3383 | 3384 | name 3385 | "" 3386 | 3387 | 3388 | nconnections 3389 | 2 3390 | 3391 | 3392 | size 3393 | 100 3394 | 3395 | 3396 | tr_chan 3397 | 0 3398 | 3399 | 3400 | tr_level 3401 | 0.1 3402 | 3403 | 3404 | tr_mode 3405 | qtgui.TRIG_MODE_TAG 3406 | 3407 | 3408 | tr_slope 3409 | qtgui.TRIG_SLOPE_POS 3410 | 3411 | 3412 | tr_tag 3413 | "burst" 3414 | 3415 | 3416 | type 3417 | complex 3418 | 3419 | 3420 | update_time 3421 | 0.10 3422 | 3423 | 3424 | xmax 3425 | 0.05 3426 | 3427 | 3428 | xmin 3429 | -0.05 3430 | 3431 | 3432 | ymax 3433 | 0.05 3434 | 3435 | 3436 | ymin 3437 | -0.05 3438 | 3439 | 3440 | 3441 | qtgui_time_sink_x 3442 | 3443 | autoscale 3444 | True 3445 | 3446 | 3447 | axislabels 3448 | True 3449 | 3450 | 3451 | alias 3452 | 3453 | 3454 | 3455 | comment 3456 | 3457 | 3458 | 3459 | ctrlpanel 3460 | False 3461 | 3462 | 3463 | affinity 3464 | 3465 | 3466 | 3467 | entags 3468 | True 3469 | 3470 | 3471 | _enabled 3472 | 0 3473 | 3474 | 3475 | _coordinate 3476 | (1256, 560) 3477 | 3478 | 3479 | gui_hint 3480 | 3481 | 3482 | 3483 | _rotation 3484 | 0 3485 | 3486 | 3487 | grid 3488 | False 3489 | 3490 | 3491 | id 3492 | qtgui_time_sink_x_0_0_0_0 3493 | 3494 | 3495 | legend 3496 | True 3497 | 3498 | 3499 | alpha1 3500 | 1.0 3501 | 3502 | 3503 | color1 3504 | "blue" 3505 | 3506 | 3507 | label1 3508 | 3509 | 3510 | 3511 | marker1 3512 | -1 3513 | 3514 | 3515 | style1 3516 | 1 3517 | 3518 | 3519 | width1 3520 | 1 3521 | 3522 | 3523 | alpha10 3524 | 1.0 3525 | 3526 | 3527 | color10 3528 | "blue" 3529 | 3530 | 3531 | label10 3532 | 3533 | 3534 | 3535 | marker10 3536 | -1 3537 | 3538 | 3539 | style10 3540 | 1 3541 | 3542 | 3543 | width10 3544 | 1 3545 | 3546 | 3547 | alpha2 3548 | 1.0 3549 | 3550 | 3551 | color2 3552 | "red" 3553 | 3554 | 3555 | label2 3556 | 3557 | 3558 | 3559 | marker2 3560 | -1 3561 | 3562 | 3563 | style2 3564 | 1 3565 | 3566 | 3567 | width2 3568 | 1 3569 | 3570 | 3571 | alpha3 3572 | 1.0 3573 | 3574 | 3575 | color3 3576 | "green" 3577 | 3578 | 3579 | label3 3580 | 3581 | 3582 | 3583 | marker3 3584 | -1 3585 | 3586 | 3587 | style3 3588 | 1 3589 | 3590 | 3591 | width3 3592 | 1 3593 | 3594 | 3595 | alpha4 3596 | 1.0 3597 | 3598 | 3599 | color4 3600 | "black" 3601 | 3602 | 3603 | label4 3604 | 3605 | 3606 | 3607 | marker4 3608 | -1 3609 | 3610 | 3611 | style4 3612 | 1 3613 | 3614 | 3615 | width4 3616 | 1 3617 | 3618 | 3619 | alpha5 3620 | 1.0 3621 | 3622 | 3623 | color5 3624 | "cyan" 3625 | 3626 | 3627 | label5 3628 | 3629 | 3630 | 3631 | marker5 3632 | -1 3633 | 3634 | 3635 | style5 3636 | 1 3637 | 3638 | 3639 | width5 3640 | 1 3641 | 3642 | 3643 | alpha6 3644 | 1.0 3645 | 3646 | 3647 | color6 3648 | "magenta" 3649 | 3650 | 3651 | label6 3652 | 3653 | 3654 | 3655 | marker6 3656 | -1 3657 | 3658 | 3659 | style6 3660 | 1 3661 | 3662 | 3663 | width6 3664 | 1 3665 | 3666 | 3667 | alpha7 3668 | 1.0 3669 | 3670 | 3671 | color7 3672 | "yellow" 3673 | 3674 | 3675 | label7 3676 | 3677 | 3678 | 3679 | marker7 3680 | -1 3681 | 3682 | 3683 | style7 3684 | 1 3685 | 3686 | 3687 | width7 3688 | 1 3689 | 3690 | 3691 | alpha8 3692 | 1.0 3693 | 3694 | 3695 | color8 3696 | "dark red" 3697 | 3698 | 3699 | label8 3700 | 3701 | 3702 | 3703 | marker8 3704 | -1 3705 | 3706 | 3707 | style8 3708 | 1 3709 | 3710 | 3711 | width8 3712 | 1 3713 | 3714 | 3715 | alpha9 3716 | 1.0 3717 | 3718 | 3719 | color9 3720 | "dark green" 3721 | 3722 | 3723 | label9 3724 | 3725 | 3726 | 3727 | marker9 3728 | -1 3729 | 3730 | 3731 | style9 3732 | 1 3733 | 3734 | 3735 | width9 3736 | 1 3737 | 3738 | 3739 | name 3740 | "" 3741 | 3742 | 3743 | nconnections 3744 | 3 3745 | 3746 | 3747 | size 3748 | 1024 3749 | 3750 | 3751 | srate 3752 | samp_rate/decimation 3753 | 3754 | 3755 | tr_chan 3756 | 1 3757 | 3758 | 3759 | tr_delay 3760 | 0 3761 | 3762 | 3763 | tr_level 3764 | 0.01 3765 | 3766 | 3767 | tr_mode 3768 | qtgui.TRIG_MODE_TAG 3769 | 3770 | 3771 | tr_slope 3772 | qtgui.TRIG_SLOPE_POS 3773 | 3774 | 3775 | tr_tag 3776 | "burst" 3777 | 3778 | 3779 | type 3780 | float 3781 | 3782 | 3783 | update_time 3784 | 0.10 3785 | 3786 | 3787 | ylabel 3788 | Amplitude 3789 | 3790 | 3791 | yunit 3792 | "" 3793 | 3794 | 3795 | ymax 3796 | 180 3797 | 3798 | 3799 | ymin 3800 | -180 3801 | 3802 | 3803 | 3804 | single_pole_iir_filter_xx 3805 | 3806 | alpha 3807 | .01 3808 | 3809 | 3810 | alias 3811 | 3812 | 3813 | 3814 | comment 3815 | 3816 | 3817 | 3818 | affinity 3819 | 3820 | 3821 | 3822 | _enabled 3823 | 1 3824 | 3825 | 3826 | _coordinate 3827 | (960, 204) 3828 | 3829 | 3830 | _rotation 3831 | 0 3832 | 3833 | 3834 | id 3835 | single_pole_iir_filter_xx_0 3836 | 3837 | 3838 | maxoutbuf 3839 | 0 3840 | 3841 | 3842 | minoutbuf 3843 | 0 3844 | 3845 | 3846 | type 3847 | float 3848 | 3849 | 3850 | vlen 3851 | 1 3852 | 3853 | 3854 | 3855 | analog_quadrature_demod_cf_0 3856 | blocks_float_to_complex_0 3857 | 0 3858 | 0 3859 | 3860 | 3861 | analog_quadrature_demod_cf_0 3862 | qtgui_time_sink_x_0_0_0_0 3863 | 0 3864 | 1 3865 | 3866 | 3867 | analog_sig_source_x_0_0 3868 | blocks_multiply_xx_0_0 3869 | 0 3870 | 1 3871 | 3872 | 3873 | band_pass_filter_0 3874 | blocks_multiply_xx_0_0 3875 | 0 3876 | 0 3877 | 3878 | 3879 | blocks_burst_tagger_0 3880 | analog_quadrature_demod_cf_0 3881 | 0 3882 | 0 3883 | 3884 | 3885 | blocks_burst_tagger_0 3886 | digital_costas_loop_cc_0 3887 | 0 3888 | 0 3889 | 3890 | 3891 | blocks_complex_to_arg_0 3892 | blocks_multiply_const_vxx_0 3893 | 0 3894 | 0 3895 | 3896 | 3897 | blocks_complex_to_mag_0 3898 | blocks_multiply_const_vxx_0_0 3899 | 0 3900 | 0 3901 | 3902 | 3903 | blocks_complex_to_mag_0 3904 | low_pass_filter_0 3905 | 0 3906 | 0 3907 | 3908 | 3909 | blocks_complex_to_mag_1 3910 | blocks_float_to_complex_0_0_0 3911 | 0 3912 | 0 3913 | 3914 | 3915 | blocks_divide_xx_0 3916 | blocks_multiply_xx_0_0_0 3917 | 0 3918 | 1 3919 | 3920 | 3921 | blocks_float_to_complex_0 3922 | band_pass_filter_0 3923 | 0 3924 | 0 3925 | 3926 | 3927 | blocks_float_to_complex_0_0 3928 | blocks_multiply_xx_0_0_0 3929 | 0 3930 | 0 3931 | 3932 | 3933 | blocks_float_to_complex_0_0_0 3934 | blocks_divide_xx_0 3935 | 0 3936 | 1 3937 | 3938 | 3939 | blocks_float_to_short_0 3940 | blocks_burst_tagger_0 3941 | 0 3942 | 1 3943 | 3944 | 3945 | blocks_multiply_const_vxx_0 3946 | qtgui_time_sink_x_0_0_0_0 3947 | 0 3948 | 2 3949 | 3950 | 3951 | blocks_multiply_const_vxx_0_0 3952 | single_pole_iir_filter_xx_0 3953 | 0 3954 | 0 3955 | 3956 | 3957 | blocks_multiply_xx_0_0 3958 | blocks_complex_to_arg_0 3959 | 0 3960 | 0 3961 | 3962 | 3963 | blocks_multiply_xx_0_0 3964 | blocks_complex_to_mag_1 3965 | 0 3966 | 0 3967 | 3968 | 3969 | blocks_multiply_xx_0_0 3970 | blocks_divide_xx_0 3971 | 0 3972 | 0 3973 | 3974 | 3975 | blocks_multiply_xx_0_0_0 3976 | qtgui_const_sink_x_0_0 3977 | 0 3978 | 0 3979 | 3980 | 3981 | blocks_threshold_ff_0 3982 | blocks_float_to_short_0 3983 | 0 3984 | 0 3985 | 3986 | 3987 | digital_costas_loop_cc_0 3988 | qtgui_const_sink_x_0_0 3989 | 0 3990 | 1 3991 | 3992 | 3993 | freq_xlating_fir_filter_xxx_0 3994 | blocks_burst_tagger_0 3995 | 0 3996 | 0 3997 | 3998 | 3999 | freq_xlating_fir_filter_xxx_0 4000 | blocks_complex_to_mag_0 4001 | 0 4002 | 0 4003 | 4004 | 4005 | low_pass_filter_0 4006 | blocks_float_to_complex_0_0 4007 | 0 4008 | 0 4009 | 4010 | 4011 | low_pass_filter_0 4012 | qtgui_time_sink_x_0_0_0_0 4013 | 0 4014 | 0 4015 | 4016 | 4017 | osmosdr_source_0 4018 | fosphor_glfw_sink_c_0 4019 | 0 4020 | 0 4021 | 4022 | 4023 | osmosdr_source_0 4024 | freq_xlating_fir_filter_xxx_0 4025 | 0 4026 | 0 4027 | 4028 | 4029 | single_pole_iir_filter_xx_0 4030 | blocks_threshold_ff_0 4031 | 0 4032 | 0 4033 | 4034 | 4035 | -------------------------------------------------------------------------------- /df-sim.grc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Thu Jan 4 17:24:55 2018 5 | 6 | options 7 | 8 | author 9 | 10 | 11 | 12 | window_size 13 | (2400,1024) 14 | 15 | 16 | category 17 | [GRC Hier Blocks] 18 | 19 | 20 | comment 21 | 22 | 23 | 24 | description 25 | 26 | 27 | 28 | _enabled 29 | True 30 | 31 | 32 | _coordinate 33 | (8, 8) 34 | 35 | 36 | _rotation 37 | 0 38 | 39 | 40 | generate_options 41 | qt_gui 42 | 43 | 44 | hier_block_src_path 45 | .: 46 | 47 | 48 | id 49 | top_block 50 | 51 | 52 | max_nouts 53 | 0 54 | 55 | 56 | qt_qss_theme 57 | 58 | 59 | 60 | realtime_scheduling 61 | 62 | 63 | 64 | run_command 65 | {python} -u {filename} 66 | 67 | 68 | run_options 69 | prompt 70 | 71 | 72 | run 73 | True 74 | 75 | 76 | thread_safe_setters 77 | 78 | 79 | 80 | title 81 | 82 | 83 | 84 | 85 | variable_qtgui_range 86 | 87 | comment 88 | 89 | 90 | 91 | value 92 | 1 93 | 94 | 95 | _enabled 96 | 1 97 | 98 | 99 | _coordinate 100 | (1048, 36) 101 | 102 | 103 | gui_hint 104 | 105 | 106 | 107 | _rotation 108 | 0 109 | 110 | 111 | id 112 | amplitude_0 113 | 114 | 115 | label 116 | 117 | 118 | 119 | min_len 120 | 200 121 | 122 | 123 | orient 124 | Qt.Horizontal 125 | 126 | 127 | start 128 | 0 129 | 130 | 131 | step 132 | 0.001 133 | 134 | 135 | stop 136 | 1 137 | 138 | 139 | rangeType 140 | float 141 | 142 | 143 | widget 144 | counter_slider 145 | 146 | 147 | 148 | variable_qtgui_range 149 | 150 | comment 151 | 152 | 153 | 154 | value 155 | 0 156 | 157 | 158 | _enabled 159 | 1 160 | 161 | 162 | _coordinate 163 | (1048, 148) 164 | 165 | 166 | gui_hint 167 | 168 | 169 | 170 | _rotation 171 | 0 172 | 173 | 174 | id 175 | amplitude_1 176 | 177 | 178 | label 179 | 180 | 181 | 182 | min_len 183 | 200 184 | 185 | 186 | orient 187 | Qt.Horizontal 188 | 189 | 190 | start 191 | 0 192 | 193 | 194 | step 195 | 0.001 196 | 197 | 198 | stop 199 | 1 200 | 201 | 202 | rangeType 203 | float 204 | 205 | 206 | widget 207 | counter_slider 208 | 209 | 210 | 211 | variable_qtgui_range 212 | 213 | comment 214 | 215 | 216 | 217 | value 218 | 0 219 | 220 | 221 | _enabled 222 | 1 223 | 224 | 225 | _coordinate 226 | (1048, 260) 227 | 228 | 229 | gui_hint 230 | 231 | 232 | 233 | _rotation 234 | 0 235 | 236 | 237 | id 238 | amplitude_2 239 | 240 | 241 | label 242 | 243 | 244 | 245 | min_len 246 | 200 247 | 248 | 249 | orient 250 | Qt.Horizontal 251 | 252 | 253 | start 254 | 0 255 | 256 | 257 | step 258 | 0.001 259 | 260 | 261 | stop 262 | 1 263 | 264 | 265 | rangeType 266 | float 267 | 268 | 269 | widget 270 | counter_slider 271 | 272 | 273 | 274 | variable_qtgui_range 275 | 276 | comment 277 | 278 | 279 | 280 | value 281 | 0 282 | 283 | 284 | _enabled 285 | 1 286 | 287 | 288 | _coordinate 289 | (936, 36) 290 | 291 | 292 | gui_hint 293 | 294 | 295 | 296 | _rotation 297 | 0 298 | 299 | 300 | id 301 | angle_0 302 | 303 | 304 | label 305 | 306 | 307 | 308 | min_len 309 | 200 310 | 311 | 312 | orient 313 | Qt.Horizontal 314 | 315 | 316 | start 317 | -math.pi 318 | 319 | 320 | step 321 | math.pi/100 322 | 323 | 324 | stop 325 | math.pi 326 | 327 | 328 | rangeType 329 | float 330 | 331 | 332 | widget 333 | counter_slider 334 | 335 | 336 | 337 | variable_qtgui_range 338 | 339 | comment 340 | 341 | 342 | 343 | value 344 | 0 345 | 346 | 347 | _enabled 348 | 1 349 | 350 | 351 | _coordinate 352 | (936, 148) 353 | 354 | 355 | gui_hint 356 | 357 | 358 | 359 | _rotation 360 | 0 361 | 362 | 363 | id 364 | angle_1 365 | 366 | 367 | label 368 | 369 | 370 | 371 | min_len 372 | 200 373 | 374 | 375 | orient 376 | Qt.Horizontal 377 | 378 | 379 | start 380 | -math.pi 381 | 382 | 383 | step 384 | math.pi/100 385 | 386 | 387 | stop 388 | math.pi 389 | 390 | 391 | rangeType 392 | float 393 | 394 | 395 | widget 396 | counter_slider 397 | 398 | 399 | 400 | variable_qtgui_range 401 | 402 | comment 403 | 404 | 405 | 406 | value 407 | 0 408 | 409 | 410 | _enabled 411 | 1 412 | 413 | 414 | _coordinate 415 | (936, 260) 416 | 417 | 418 | gui_hint 419 | 420 | 421 | 422 | _rotation 423 | 0 424 | 425 | 426 | id 427 | angle_2 428 | 429 | 430 | label 431 | 432 | 433 | 434 | min_len 435 | 200 436 | 437 | 438 | orient 439 | Qt.Horizontal 440 | 441 | 442 | start 443 | -math.pi 444 | 445 | 446 | step 447 | math.pi/100 448 | 449 | 450 | stop 451 | math.pi 452 | 453 | 454 | rangeType 455 | float 456 | 457 | 458 | widget 459 | counter_slider 460 | 461 | 462 | 463 | variable 464 | 465 | comment 466 | 467 | 468 | 469 | _enabled 470 | 1 471 | 472 | 473 | _coordinate 474 | (8, 676) 475 | 476 | 477 | _rotation 478 | 0 479 | 480 | 481 | id 482 | antenna_position 483 | 484 | 485 | value 486 | (1, 0+1j, -1, 0-1j) 487 | 488 | 489 | 490 | variable 491 | 492 | comment 493 | 494 | 495 | 496 | _enabled 497 | 1 498 | 499 | 500 | _coordinate 501 | (8, 284) 502 | 503 | 504 | _rotation 505 | 0 506 | 507 | 508 | id 509 | antennas 510 | 511 | 512 | value 513 | 4 514 | 515 | 516 | 517 | variable 518 | 519 | comment 520 | 521 | 522 | 523 | _enabled 524 | 1 525 | 526 | 527 | _coordinate 528 | (304, 948) 529 | 530 | 531 | _rotation 532 | 0 533 | 534 | 535 | id 536 | c 537 | 538 | 539 | value 540 | 299792458 541 | 542 | 543 | 544 | variable 545 | 546 | comment 547 | 548 | 549 | 550 | _enabled 551 | 1 552 | 553 | 554 | _coordinate 555 | (8, 548) 556 | 557 | 558 | _rotation 559 | 0 560 | 561 | 562 | id 563 | carrier_freq 564 | 565 | 566 | value 567 | 433e6 568 | 569 | 570 | 571 | variable 572 | 573 | comment 574 | 575 | 576 | 577 | _enabled 578 | True 579 | 580 | 581 | _coordinate 582 | (2288, 692) 583 | 584 | 585 | _rotation 586 | 0 587 | 588 | 589 | id 590 | decimation 591 | 592 | 593 | value 594 | 4 595 | 596 | 597 | 598 | variable 599 | 600 | comment 601 | 602 | 603 | 604 | _enabled 605 | 1 606 | 607 | 608 | _coordinate 609 | (112, 948) 610 | 611 | 612 | _rotation 613 | 0 614 | 615 | 616 | id 617 | e 618 | 619 | 620 | value 621 | math.e 622 | 623 | 624 | 625 | variable_qtgui_range 626 | 627 | comment 628 | 629 | 630 | 631 | value 632 | 0 633 | 634 | 635 | _enabled 636 | 0 637 | 638 | 639 | _coordinate 640 | (1160, 36) 641 | 642 | 643 | gui_hint 644 | 645 | 646 | 647 | _rotation 648 | 0 649 | 650 | 651 | id 652 | phase_0 653 | 654 | 655 | label 656 | 657 | 658 | 659 | min_len 660 | 200 661 | 662 | 663 | orient 664 | Qt.Horizontal 665 | 666 | 667 | start 668 | -math.pi 669 | 670 | 671 | step 672 | math.pi/100 673 | 674 | 675 | stop 676 | math.pi 677 | 678 | 679 | rangeType 680 | float 681 | 682 | 683 | widget 684 | counter_slider 685 | 686 | 687 | 688 | variable 689 | 690 | comment 691 | 692 | 693 | 694 | _enabled 695 | 1 696 | 697 | 698 | _coordinate 699 | (1288, 44) 700 | 701 | 702 | _rotation 703 | 0 704 | 705 | 706 | id 707 | phase_0 708 | 709 | 710 | value 711 | 1 712 | 713 | 714 | 715 | variable_qtgui_range 716 | 717 | comment 718 | 719 | 720 | 721 | value 722 | 0 723 | 724 | 725 | _enabled 726 | 0 727 | 728 | 729 | _coordinate 730 | (1160, 148) 731 | 732 | 733 | gui_hint 734 | 735 | 736 | 737 | _rotation 738 | 0 739 | 740 | 741 | id 742 | phase_1 743 | 744 | 745 | label 746 | 747 | 748 | 749 | min_len 750 | 200 751 | 752 | 753 | orient 754 | Qt.Horizontal 755 | 756 | 757 | start 758 | -math.pi 759 | 760 | 761 | step 762 | math.pi/100 763 | 764 | 765 | stop 766 | math.pi 767 | 768 | 769 | rangeType 770 | float 771 | 772 | 773 | widget 774 | counter_slider 775 | 776 | 777 | 778 | variable 779 | 780 | comment 781 | 782 | 783 | 784 | _enabled 785 | 1 786 | 787 | 788 | _coordinate 789 | (1288, 148) 790 | 791 | 792 | _rotation 793 | 0 794 | 795 | 796 | id 797 | phase_1 798 | 799 | 800 | value 801 | 2 802 | 803 | 804 | 805 | variable_qtgui_range 806 | 807 | comment 808 | 809 | 810 | 811 | value 812 | 0 813 | 814 | 815 | _enabled 816 | 0 817 | 818 | 819 | _coordinate 820 | (1160, 260) 821 | 822 | 823 | gui_hint 824 | 825 | 826 | 827 | _rotation 828 | 0 829 | 830 | 831 | id 832 | phase_2 833 | 834 | 835 | label 836 | 837 | 838 | 839 | min_len 840 | 200 841 | 842 | 843 | orient 844 | Qt.Horizontal 845 | 846 | 847 | start 848 | -math.pi 849 | 850 | 851 | step 852 | math.pi/100 853 | 854 | 855 | stop 856 | math.pi 857 | 858 | 859 | rangeType 860 | float 861 | 862 | 863 | widget 864 | counter_slider 865 | 866 | 867 | 868 | variable 869 | 870 | comment 871 | 872 | 873 | 874 | _enabled 875 | 1 876 | 877 | 878 | _coordinate 879 | (1288, 260) 880 | 881 | 882 | _rotation 883 | 0 884 | 885 | 886 | id 887 | phase_2 888 | 889 | 890 | value 891 | 3 892 | 893 | 894 | 895 | variable 896 | 897 | comment 898 | 899 | 900 | 901 | _enabled 902 | 1 903 | 904 | 905 | _coordinate 906 | (8, 740) 907 | 908 | 909 | _rotation 910 | 0 911 | 912 | 913 | id 914 | radius 915 | 916 | 917 | value 918 | 0.2 919 | 920 | 921 | 922 | variable 923 | 924 | comment 925 | 926 | 927 | 928 | _enabled 929 | True 930 | 931 | 932 | _coordinate 933 | (2184, 692) 934 | 935 | 936 | _rotation 937 | 0 938 | 939 | 940 | id 941 | rotation_rate 942 | 943 | 944 | value 945 | samp_rate/samples_per_rotation 946 | 947 | 948 | 949 | variable 950 | 951 | comment 952 | 953 | 954 | 955 | _enabled 956 | True 957 | 958 | 959 | _coordinate 960 | (8, 160) 961 | 962 | 963 | _rotation 964 | 0 965 | 966 | 967 | id 968 | samp_rate 969 | 970 | 971 | value 972 | 10e6 973 | 974 | 975 | 976 | variable 977 | 978 | comment 979 | 980 | 981 | 982 | _enabled 983 | 1 984 | 985 | 986 | _coordinate 987 | (8, 220) 988 | 989 | 990 | _rotation 991 | 0 992 | 993 | 994 | id 995 | samples_per_antenna 996 | 997 | 998 | value 999 | 4 1000 | 1001 | 1002 | 1003 | variable 1004 | 1005 | comment 1006 | 1007 | 1008 | 1009 | _enabled 1010 | 1 1011 | 1012 | 1013 | _coordinate 1014 | (8, 348) 1015 | 1016 | 1017 | _rotation 1018 | 0 1019 | 1020 | 1021 | id 1022 | samples_per_rotation 1023 | 1024 | 1025 | value 1026 | samples_per_antenna * antennas 1027 | 1028 | 1029 | 1030 | variable_low_pass_filter_taps 1031 | 1032 | beta 1033 | 6.76 1034 | 1035 | 1036 | comment 1037 | 1038 | 1039 | 1040 | cutoff_freq 1041 | samp_rate/(decimation*3) 1042 | 1043 | 1044 | _enabled 1045 | True 1046 | 1047 | 1048 | _coordinate 1049 | (2192, 532) 1050 | 1051 | 1052 | _rotation 1053 | 0 1054 | 1055 | 1056 | gain 1057 | 1.0 1058 | 1059 | 1060 | id 1061 | taps 1062 | 1063 | 1064 | samp_rate 1065 | samp_rate 1066 | 1067 | 1068 | width 1069 | samp_rate/(decimation*6) 1070 | 1071 | 1072 | win 1073 | firdes.WIN_HAMMING 1074 | 1075 | 1076 | 1077 | variable 1078 | 1079 | comment 1080 | 1081 | 1082 | 1083 | _enabled 1084 | 1 1085 | 1086 | 1087 | _coordinate 1088 | (208, 948) 1089 | 1090 | 1091 | _rotation 1092 | 0 1093 | 1094 | 1095 | id 1096 | tau 1097 | 1098 | 1099 | value 1100 | 2*math.pi 1101 | 1102 | 1103 | 1104 | variable_qtgui_range 1105 | 1106 | comment 1107 | 1108 | 1109 | 1110 | value 1111 | 500 1112 | 1113 | 1114 | _enabled 1115 | 1 1116 | 1117 | 1118 | _coordinate 1119 | (1624, 28) 1120 | 1121 | 1122 | gui_hint 1123 | 1124 | 1125 | 1126 | _rotation 1127 | 0 1128 | 1129 | 1130 | id 1131 | threshold 1132 | 1133 | 1134 | label 1135 | 1136 | 1137 | 1138 | min_len 1139 | 200 1140 | 1141 | 1142 | orient 1143 | Qt.Horizontal 1144 | 1145 | 1146 | start 1147 | 0 1148 | 1149 | 1150 | step 1151 | 1 1152 | 1153 | 1154 | stop 1155 | 1000 1156 | 1157 | 1158 | rangeType 1159 | float 1160 | 1161 | 1162 | widget 1163 | counter_slider 1164 | 1165 | 1166 | 1167 | variable 1168 | 1169 | comment 1170 | 1171 | 1172 | 1173 | _enabled 1174 | 1 1175 | 1176 | 1177 | _coordinate 1178 | (8, 484) 1179 | 1180 | 1181 | _rotation 1182 | 0 1183 | 1184 | 1185 | id 1186 | tuning_freq 1187 | 1188 | 1189 | value 1190 | 432e6 1191 | 1192 | 1193 | 1194 | variable 1195 | 1196 | comment 1197 | 1198 | 1199 | 1200 | _enabled 1201 | 1 1202 | 1203 | 1204 | _coordinate 1205 | (8, 612) 1206 | 1207 | 1208 | _rotation 1209 | 0 1210 | 1211 | 1212 | id 1213 | wavelength 1214 | 1215 | 1216 | value 1217 | c/carrier_freq 1218 | 1219 | 1220 | 1221 | analog_const_source_x 1222 | 1223 | alias 1224 | 1225 | 1226 | 1227 | comment 1228 | 1229 | 1230 | 1231 | const 1232 | amplitude_0*e**(1j*(phase_0+((tau*radius*antenna_position[0]*(e**(1j*angle_0))).real/wavelength))) 1233 | 1234 | 1235 | affinity 1236 | 1237 | 1238 | 1239 | _enabled 1240 | True 1241 | 1242 | 1243 | _coordinate 1244 | (248, 236) 1245 | 1246 | 1247 | _rotation 1248 | 0 1249 | 1250 | 1251 | id 1252 | analog_const_source_x_0 1253 | 1254 | 1255 | maxoutbuf 1256 | 0 1257 | 1258 | 1259 | minoutbuf 1260 | 0 1261 | 1262 | 1263 | type 1264 | complex 1265 | 1266 | 1267 | 1268 | analog_const_source_x 1269 | 1270 | alias 1271 | 1272 | 1273 | 1274 | comment 1275 | 1276 | 1277 | 1278 | const 1279 | amplitude_0*e**(1j*(phase_0+((tau*radius*antenna_position[1]*(e**(1j*angle_0))).real/wavelength))) 1280 | 1281 | 1282 | affinity 1283 | 1284 | 1285 | 1286 | _enabled 1287 | True 1288 | 1289 | 1290 | _coordinate 1291 | (248, 284) 1292 | 1293 | 1294 | _rotation 1295 | 0 1296 | 1297 | 1298 | id 1299 | analog_const_source_x_0_0 1300 | 1301 | 1302 | maxoutbuf 1303 | 0 1304 | 1305 | 1306 | minoutbuf 1307 | 0 1308 | 1309 | 1310 | type 1311 | complex 1312 | 1313 | 1314 | 1315 | analog_const_source_x 1316 | 1317 | alias 1318 | 1319 | 1320 | 1321 | comment 1322 | 1323 | 1324 | 1325 | const 1326 | amplitude_0*e**(1j*(phase_0+((tau*radius*antenna_position[3]*(e**(1j*angle_0))).real/wavelength))) 1327 | 1328 | 1329 | affinity 1330 | 1331 | 1332 | 1333 | _enabled 1334 | True 1335 | 1336 | 1337 | _coordinate 1338 | (248, 380) 1339 | 1340 | 1341 | _rotation 1342 | 0 1343 | 1344 | 1345 | id 1346 | analog_const_source_x_0_0_0 1347 | 1348 | 1349 | maxoutbuf 1350 | 0 1351 | 1352 | 1353 | minoutbuf 1354 | 0 1355 | 1356 | 1357 | type 1358 | complex 1359 | 1360 | 1361 | 1362 | analog_const_source_x 1363 | 1364 | alias 1365 | 1366 | 1367 | 1368 | comment 1369 | 1370 | 1371 | 1372 | const 1373 | amplitude_1*e**(1j*(phase_1+((tau*radius*antenna_position[3]*(e**(1j*angle_1))).real/wavelength))) 1374 | 1375 | 1376 | affinity 1377 | 1378 | 1379 | 1380 | _enabled 1381 | True 1382 | 1383 | 1384 | _coordinate 1385 | (208, 620) 1386 | 1387 | 1388 | _rotation 1389 | 0 1390 | 1391 | 1392 | id 1393 | analog_const_source_x_0_0_0_0 1394 | 1395 | 1396 | maxoutbuf 1397 | 0 1398 | 1399 | 1400 | minoutbuf 1401 | 0 1402 | 1403 | 1404 | type 1405 | complex 1406 | 1407 | 1408 | 1409 | analog_const_source_x 1410 | 1411 | alias 1412 | 1413 | 1414 | 1415 | comment 1416 | 1417 | 1418 | 1419 | const 1420 | amplitude_2*e**(1j*(phase_2+((tau*radius*antenna_position[3]*(e**(1j*angle_2))).real/wavelength))) 1421 | 1422 | 1423 | affinity 1424 | 1425 | 1426 | 1427 | _enabled 1428 | True 1429 | 1430 | 1431 | _coordinate 1432 | (208, 900) 1433 | 1434 | 1435 | _rotation 1436 | 0 1437 | 1438 | 1439 | id 1440 | analog_const_source_x_0_0_0_1 1441 | 1442 | 1443 | maxoutbuf 1444 | 0 1445 | 1446 | 1447 | minoutbuf 1448 | 0 1449 | 1450 | 1451 | type 1452 | complex 1453 | 1454 | 1455 | 1456 | analog_const_source_x 1457 | 1458 | alias 1459 | 1460 | 1461 | 1462 | comment 1463 | 1464 | 1465 | 1466 | const 1467 | amplitude_1*e**(1j*(phase_1+((tau*radius*antenna_position[1]*(e**(1j*angle_1))).real/wavelength))) 1468 | 1469 | 1470 | affinity 1471 | 1472 | 1473 | 1474 | _enabled 1475 | True 1476 | 1477 | 1478 | _coordinate 1479 | (208, 524) 1480 | 1481 | 1482 | _rotation 1483 | 0 1484 | 1485 | 1486 | id 1487 | analog_const_source_x_0_0_1 1488 | 1489 | 1490 | maxoutbuf 1491 | 0 1492 | 1493 | 1494 | minoutbuf 1495 | 0 1496 | 1497 | 1498 | type 1499 | complex 1500 | 1501 | 1502 | 1503 | analog_const_source_x 1504 | 1505 | alias 1506 | 1507 | 1508 | 1509 | comment 1510 | 1511 | 1512 | 1513 | const 1514 | amplitude_2*e**(1j*(phase_2+((tau*radius*antenna_position[1]*(e**(1j*angle_2))).real/wavelength))) 1515 | 1516 | 1517 | affinity 1518 | 1519 | 1520 | 1521 | _enabled 1522 | True 1523 | 1524 | 1525 | _coordinate 1526 | (208, 804) 1527 | 1528 | 1529 | _rotation 1530 | 0 1531 | 1532 | 1533 | id 1534 | analog_const_source_x_0_0_2 1535 | 1536 | 1537 | maxoutbuf 1538 | 0 1539 | 1540 | 1541 | minoutbuf 1542 | 0 1543 | 1544 | 1545 | type 1546 | complex 1547 | 1548 | 1549 | 1550 | analog_const_source_x 1551 | 1552 | alias 1553 | 1554 | 1555 | 1556 | comment 1557 | 1558 | 1559 | 1560 | const 1561 | amplitude_0*e**(1j*(phase_0+((tau*radius*antenna_position[2]*(e**(1j*angle_0))).real/wavelength))) 1562 | 1563 | 1564 | affinity 1565 | 1566 | 1567 | 1568 | _enabled 1569 | True 1570 | 1571 | 1572 | _coordinate 1573 | (248, 332) 1574 | 1575 | 1576 | _rotation 1577 | 0 1578 | 1579 | 1580 | id 1581 | analog_const_source_x_0_1 1582 | 1583 | 1584 | maxoutbuf 1585 | 0 1586 | 1587 | 1588 | minoutbuf 1589 | 0 1590 | 1591 | 1592 | type 1593 | complex 1594 | 1595 | 1596 | 1597 | analog_const_source_x 1598 | 1599 | alias 1600 | 1601 | 1602 | 1603 | comment 1604 | 1605 | 1606 | 1607 | const 1608 | amplitude_1*e**(1j*(phase_1+((tau*radius*antenna_position[2]*(e**(1j*angle_1))).real/wavelength))) 1609 | 1610 | 1611 | affinity 1612 | 1613 | 1614 | 1615 | _enabled 1616 | True 1617 | 1618 | 1619 | _coordinate 1620 | (208, 572) 1621 | 1622 | 1623 | _rotation 1624 | 0 1625 | 1626 | 1627 | id 1628 | analog_const_source_x_0_1_0 1629 | 1630 | 1631 | maxoutbuf 1632 | 0 1633 | 1634 | 1635 | minoutbuf 1636 | 0 1637 | 1638 | 1639 | type 1640 | complex 1641 | 1642 | 1643 | 1644 | analog_const_source_x 1645 | 1646 | alias 1647 | 1648 | 1649 | 1650 | comment 1651 | 1652 | 1653 | 1654 | const 1655 | amplitude_2*e**(1j*(phase_2+((tau*radius*antenna_position[2]*(e**(1j*angle_2))).real/wavelength))) 1656 | 1657 | 1658 | affinity 1659 | 1660 | 1661 | 1662 | _enabled 1663 | True 1664 | 1665 | 1666 | _coordinate 1667 | (208, 852) 1668 | 1669 | 1670 | _rotation 1671 | 0 1672 | 1673 | 1674 | id 1675 | analog_const_source_x_0_1_1 1676 | 1677 | 1678 | maxoutbuf 1679 | 0 1680 | 1681 | 1682 | minoutbuf 1683 | 0 1684 | 1685 | 1686 | type 1687 | complex 1688 | 1689 | 1690 | 1691 | analog_const_source_x 1692 | 1693 | alias 1694 | 1695 | 1696 | 1697 | comment 1698 | 1699 | 1700 | 1701 | const 1702 | amplitude_1*e**(1j*(phase_1+((tau*radius*antenna_position[0]*(e**(1j*angle_1))).real/wavelength))) 1703 | 1704 | 1705 | affinity 1706 | 1707 | 1708 | 1709 | _enabled 1710 | True 1711 | 1712 | 1713 | _coordinate 1714 | (208, 476) 1715 | 1716 | 1717 | _rotation 1718 | 0 1719 | 1720 | 1721 | id 1722 | analog_const_source_x_0_2 1723 | 1724 | 1725 | maxoutbuf 1726 | 0 1727 | 1728 | 1729 | minoutbuf 1730 | 0 1731 | 1732 | 1733 | type 1734 | complex 1735 | 1736 | 1737 | 1738 | analog_const_source_x 1739 | 1740 | alias 1741 | 1742 | 1743 | 1744 | comment 1745 | 1746 | 1747 | 1748 | const 1749 | amplitude_2*e**(1j*(phase_2+((tau*radius*antenna_position[0]*(e**(1j*angle_2))).real/wavelength))) 1750 | 1751 | 1752 | affinity 1753 | 1754 | 1755 | 1756 | _enabled 1757 | True 1758 | 1759 | 1760 | _coordinate 1761 | (208, 756) 1762 | 1763 | 1764 | _rotation 1765 | 0 1766 | 1767 | 1768 | id 1769 | analog_const_source_x_0_3 1770 | 1771 | 1772 | maxoutbuf 1773 | 0 1774 | 1775 | 1776 | minoutbuf 1777 | 0 1778 | 1779 | 1780 | type 1781 | complex 1782 | 1783 | 1784 | 1785 | analog_fastnoise_source_x 1786 | 1787 | amp 1788 | 0.2 1789 | 1790 | 1791 | alias 1792 | 1793 | 1794 | 1795 | comment 1796 | 1797 | 1798 | 1799 | affinity 1800 | 1801 | 1802 | 1803 | _enabled 1804 | 1 1805 | 1806 | 1807 | _coordinate 1808 | (384, 44) 1809 | 1810 | 1811 | _rotation 1812 | 0 1813 | 1814 | 1815 | id 1816 | analog_fastnoise_source_x_0 1817 | 1818 | 1819 | maxoutbuf 1820 | 0 1821 | 1822 | 1823 | minoutbuf 1824 | 0 1825 | 1826 | 1827 | noise_type 1828 | analog.GR_GAUSSIAN 1829 | 1830 | 1831 | type 1832 | complex 1833 | 1834 | 1835 | seed 1836 | 0 1837 | 1838 | 1839 | samples 1840 | 8192 1841 | 1842 | 1843 | 1844 | analog_quadrature_demod_cf 1845 | 1846 | alias 1847 | 1848 | 1849 | 1850 | comment 1851 | 1852 | 1853 | 1854 | affinity 1855 | 1856 | 1857 | 1858 | _enabled 1859 | 1 1860 | 1861 | 1862 | _coordinate 1863 | (1400, 516) 1864 | 1865 | 1866 | _rotation 1867 | 0 1868 | 1869 | 1870 | gain 1871 | 0.2 1872 | 1873 | 1874 | id 1875 | analog_quadrature_demod_cf_0 1876 | 1877 | 1878 | maxoutbuf 1879 | 0 1880 | 1881 | 1882 | minoutbuf 1883 | 0 1884 | 1885 | 1886 | 1887 | analog_sig_source_x 1888 | 1889 | amp 1890 | 1 1891 | 1892 | 1893 | alias 1894 | 1895 | 1896 | 1897 | comment 1898 | 1899 | 1900 | 1901 | affinity 1902 | 1903 | 1904 | 1905 | _enabled 1906 | 1 1907 | 1908 | 1909 | freq 1910 | carrier_freq-tuning_freq 1911 | 1912 | 1913 | _coordinate 1914 | (192, 12) 1915 | 1916 | 1917 | _rotation 1918 | 0 1919 | 1920 | 1921 | id 1922 | analog_sig_source_x_0 1923 | 1924 | 1925 | maxoutbuf 1926 | 0 1927 | 1928 | 1929 | minoutbuf 1930 | 0 1931 | 1932 | 1933 | offset 1934 | 0 1935 | 1936 | 1937 | type 1938 | complex 1939 | 1940 | 1941 | samp_rate 1942 | samp_rate 1943 | 1944 | 1945 | waveform 1946 | analog.GR_COS_WAVE 1947 | 1948 | 1949 | 1950 | analog_sig_source_x 1951 | 1952 | amp 1953 | 1 1954 | 1955 | 1956 | alias 1957 | 1958 | 1959 | 1960 | comment 1961 | 1962 | 1963 | 1964 | affinity 1965 | 1966 | 1967 | 1968 | _enabled 1969 | 1 1970 | 1971 | 1972 | freq 1973 | -rotation_rate 1974 | 1975 | 1976 | _coordinate 1977 | (1040, 868) 1978 | 1979 | 1980 | _rotation 1981 | 0 1982 | 1983 | 1984 | id 1985 | analog_sig_source_x_0_0 1986 | 1987 | 1988 | maxoutbuf 1989 | 0 1990 | 1991 | 1992 | minoutbuf 1993 | 0 1994 | 1995 | 1996 | offset 1997 | 0 1998 | 1999 | 2000 | type 2001 | complex 2002 | 2003 | 2004 | samp_rate 2005 | samp_rate/decimation 2006 | 2007 | 2008 | waveform 2009 | analog.GR_COS_WAVE 2010 | 2011 | 2012 | 2013 | band_pass_filter 2014 | 2015 | beta 2016 | 6.76 2017 | 2018 | 2019 | alias 2020 | 2021 | 2022 | 2023 | comment 2024 | 2025 | 2026 | 2027 | affinity 2028 | 2029 | 2030 | 2031 | decim 2032 | 1 2033 | 2034 | 2035 | _enabled 2036 | 1 2037 | 2038 | 2039 | type 2040 | fir_filter_ccc 2041 | 2042 | 2043 | _coordinate 2044 | (1328, 652) 2045 | 2046 | 2047 | _rotation 2048 | 0 2049 | 2050 | 2051 | gain 2052 | 1 2053 | 2054 | 2055 | high_cutoff_freq 2056 | rotation_rate*1.05 2057 | 2058 | 2059 | id 2060 | band_pass_filter_0 2061 | 2062 | 2063 | interp 2064 | 1 2065 | 2066 | 2067 | low_cutoff_freq 2068 | rotation_rate*.95 2069 | 2070 | 2071 | maxoutbuf 2072 | 0 2073 | 2074 | 2075 | minoutbuf 2076 | 0 2077 | 2078 | 2079 | samp_rate 2080 | samp_rate/decimation 2081 | 2082 | 2083 | width 2084 | rotation_rate/4 2085 | 2086 | 2087 | win 2088 | firdes.WIN_HAMMING 2089 | 2090 | 2091 | 2092 | blocks_add_xx 2093 | 2094 | alias 2095 | 2096 | 2097 | 2098 | comment 2099 | 2100 | 2101 | 2102 | affinity 2103 | 2104 | 2105 | 2106 | _enabled 2107 | True 2108 | 2109 | 2110 | _coordinate 2111 | (976, 424) 2112 | 2113 | 2114 | _rotation 2115 | 0 2116 | 2117 | 2118 | id 2119 | blocks_add_xx_0 2120 | 2121 | 2122 | type 2123 | complex 2124 | 2125 | 2126 | maxoutbuf 2127 | 0 2128 | 2129 | 2130 | minoutbuf 2131 | 0 2132 | 2133 | 2134 | num_inputs 2135 | 3 2136 | 2137 | 2138 | vlen 2139 | 1 2140 | 2141 | 2142 | 2143 | blocks_add_xx 2144 | 2145 | alias 2146 | 2147 | 2148 | 2149 | comment 2150 | 2151 | 2152 | 2153 | affinity 2154 | 2155 | 2156 | 2157 | _enabled 2158 | True 2159 | 2160 | 2161 | _coordinate 2162 | (640, 8) 2163 | 2164 | 2165 | _rotation 2166 | 0 2167 | 2168 | 2169 | id 2170 | blocks_add_xx_1 2171 | 2172 | 2173 | type 2174 | complex 2175 | 2176 | 2177 | maxoutbuf 2178 | 0 2179 | 2180 | 2181 | minoutbuf 2182 | 0 2183 | 2184 | 2185 | num_inputs 2186 | 2 2187 | 2188 | 2189 | vlen 2190 | 1 2191 | 2192 | 2193 | 2194 | blocks_burst_tagger 2195 | 2196 | alias 2197 | 2198 | 2199 | 2200 | comment 2201 | 2202 | 2203 | 2204 | affinity 2205 | 2206 | 2207 | 2208 | _enabled 2209 | True 2210 | 2211 | 2212 | false_key 2213 | burst 2214 | 2215 | 2216 | false_value 2217 | False 2218 | 2219 | 2220 | _coordinate 2221 | (2024, 308) 2222 | 2223 | 2224 | _rotation 2225 | 0 2226 | 2227 | 2228 | id 2229 | blocks_burst_tagger_0 2230 | 2231 | 2232 | maxoutbuf 2233 | 0 2234 | 2235 | 2236 | minoutbuf 2237 | 0 2238 | 2239 | 2240 | type 2241 | complex 2242 | 2243 | 2244 | true_key 2245 | burst 2246 | 2247 | 2248 | true_value 2249 | True 2250 | 2251 | 2252 | 2253 | blocks_complex_to_mag 2254 | 2255 | alias 2256 | 2257 | 2258 | 2259 | comment 2260 | 2261 | 2262 | 2263 | affinity 2264 | 2265 | 2266 | 2267 | _enabled 2268 | 1 2269 | 2270 | 2271 | _coordinate 2272 | (1648, 344) 2273 | 2274 | 2275 | _rotation 2276 | 0 2277 | 2278 | 2279 | id 2280 | blocks_complex_to_mag_0 2281 | 2282 | 2283 | maxoutbuf 2284 | 0 2285 | 2286 | 2287 | minoutbuf 2288 | 0 2289 | 2290 | 2291 | vlen 2292 | 1 2293 | 2294 | 2295 | 2296 | blocks_complex_to_mag 2297 | 2298 | alias 2299 | 2300 | 2301 | 2302 | comment 2303 | 2304 | 2305 | 2306 | affinity 2307 | 2308 | 2309 | 2310 | _enabled 2311 | 1 2312 | 2313 | 2314 | _coordinate 2315 | (1408, 968) 2316 | 2317 | 2318 | _rotation 2319 | 0 2320 | 2321 | 2322 | id 2323 | blocks_complex_to_mag_1 2324 | 2325 | 2326 | maxoutbuf 2327 | 0 2328 | 2329 | 2330 | minoutbuf 2331 | 0 2332 | 2333 | 2334 | vlen 2335 | 1 2336 | 2337 | 2338 | 2339 | blocks_divide_xx 2340 | 2341 | alias 2342 | 2343 | 2344 | 2345 | comment 2346 | 2347 | 2348 | 2349 | affinity 2350 | 2351 | 2352 | 2353 | _enabled 2354 | 1 2355 | 2356 | 2357 | _coordinate 2358 | (1680, 856) 2359 | 2360 | 2361 | _rotation 2362 | 0 2363 | 2364 | 2365 | id 2366 | blocks_divide_xx_0 2367 | 2368 | 2369 | type 2370 | complex 2371 | 2372 | 2373 | maxoutbuf 2374 | 0 2375 | 2376 | 2377 | minoutbuf 2378 | 0 2379 | 2380 | 2381 | num_inputs 2382 | 2 2383 | 2384 | 2385 | vlen 2386 | 1 2387 | 2388 | 2389 | 2390 | blocks_file_source 2391 | 2392 | alias 2393 | 2394 | 2395 | 2396 | comment 2397 | 2398 | 2399 | 2400 | affinity 2401 | 2402 | 2403 | 2404 | _enabled 2405 | 0 2406 | 2407 | 2408 | file 2409 | 2410 | 2411 | 2412 | _coordinate 2413 | (192, 132) 2414 | 2415 | 2416 | _rotation 2417 | 0 2418 | 2419 | 2420 | id 2421 | blocks_file_source_0 2422 | 2423 | 2424 | maxoutbuf 2425 | 0 2426 | 2427 | 2428 | minoutbuf 2429 | 0 2430 | 2431 | 2432 | type 2433 | complex 2434 | 2435 | 2436 | repeat 2437 | True 2438 | 2439 | 2440 | vlen 2441 | 1 2442 | 2443 | 2444 | 2445 | blocks_float_to_complex 2446 | 2447 | alias 2448 | 2449 | 2450 | 2451 | comment 2452 | 2453 | 2454 | 2455 | affinity 2456 | 2457 | 2458 | 2459 | _enabled 2460 | 1 2461 | 2462 | 2463 | _coordinate 2464 | (1120, 728) 2465 | 2466 | 2467 | _rotation 2468 | 0 2469 | 2470 | 2471 | id 2472 | blocks_float_to_complex_0 2473 | 2474 | 2475 | maxoutbuf 2476 | 0 2477 | 2478 | 2479 | minoutbuf 2480 | 0 2481 | 2482 | 2483 | vlen 2484 | 1 2485 | 2486 | 2487 | 2488 | blocks_float_to_complex 2489 | 2490 | alias 2491 | 2492 | 2493 | 2494 | comment 2495 | 2496 | 2497 | 2498 | affinity 2499 | 2500 | 2501 | 2502 | _enabled 2503 | 1 2504 | 2505 | 2506 | _coordinate 2507 | (1648, 720) 2508 | 2509 | 2510 | _rotation 2511 | 0 2512 | 2513 | 2514 | id 2515 | blocks_float_to_complex_0_0 2516 | 2517 | 2518 | maxoutbuf 2519 | 0 2520 | 2521 | 2522 | minoutbuf 2523 | 0 2524 | 2525 | 2526 | vlen 2527 | 1 2528 | 2529 | 2530 | 2531 | blocks_float_to_complex 2532 | 2533 | alias 2534 | 2535 | 2536 | 2537 | comment 2538 | 2539 | 2540 | 2541 | affinity 2542 | 2543 | 2544 | 2545 | _enabled 2546 | 1 2547 | 2548 | 2549 | _coordinate 2550 | (1592, 952) 2551 | 2552 | 2553 | _rotation 2554 | 0 2555 | 2556 | 2557 | id 2558 | blocks_float_to_complex_0_0_0 2559 | 2560 | 2561 | maxoutbuf 2562 | 0 2563 | 2564 | 2565 | minoutbuf 2566 | 0 2567 | 2568 | 2569 | vlen 2570 | 1 2571 | 2572 | 2573 | 2574 | blocks_float_to_short 2575 | 2576 | alias 2577 | 2578 | 2579 | 2580 | comment 2581 | 2582 | 2583 | 2584 | affinity 2585 | 2586 | 2587 | 2588 | _enabled 2589 | True 2590 | 2591 | 2592 | _coordinate 2593 | (1848, 156) 2594 | 2595 | 2596 | _rotation 2597 | 0 2598 | 2599 | 2600 | id 2601 | blocks_float_to_short_0 2602 | 2603 | 2604 | maxoutbuf 2605 | 0 2606 | 2607 | 2608 | minoutbuf 2609 | 0 2610 | 2611 | 2612 | scale 2613 | 1 2614 | 2615 | 2616 | vlen 2617 | 1 2618 | 2619 | 2620 | 2621 | blocks_multiply_const_vxx 2622 | 2623 | alias 2624 | 2625 | 2626 | 2627 | comment 2628 | 2629 | 2630 | 2631 | const 2632 | 32767 2633 | 2634 | 2635 | affinity 2636 | 2637 | 2638 | 2639 | _enabled 2640 | True 2641 | 2642 | 2643 | _coordinate 2644 | (1624, 260) 2645 | 2646 | 2647 | _rotation 2648 | 0 2649 | 2650 | 2651 | id 2652 | blocks_multiply_const_vxx_0_0 2653 | 2654 | 2655 | type 2656 | float 2657 | 2658 | 2659 | maxoutbuf 2660 | 0 2661 | 2662 | 2663 | minoutbuf 2664 | 0 2665 | 2666 | 2667 | vlen 2668 | 1 2669 | 2670 | 2671 | 2672 | blocks_multiply_xx 2673 | 2674 | alias 2675 | 2676 | 2677 | 2678 | comment 2679 | 2680 | 2681 | 2682 | affinity 2683 | 2684 | 2685 | 2686 | _enabled 2687 | 1 2688 | 2689 | 2690 | _coordinate 2691 | (760, 232) 2692 | 2693 | 2694 | _rotation 2695 | 0 2696 | 2697 | 2698 | id 2699 | blocks_multiply_xx_0 2700 | 2701 | 2702 | type 2703 | complex 2704 | 2705 | 2706 | maxoutbuf 2707 | 0 2708 | 2709 | 2710 | minoutbuf 2711 | 0 2712 | 2713 | 2714 | num_inputs 2715 | 2 2716 | 2717 | 2718 | vlen 2719 | 1 2720 | 2721 | 2722 | 2723 | blocks_multiply_xx 2724 | 2725 | alias 2726 | 2727 | 2728 | 2729 | comment 2730 | 2731 | 2732 | 2733 | affinity 2734 | 2735 | 2736 | 2737 | _enabled 2738 | 1 2739 | 2740 | 2741 | _coordinate 2742 | (1280, 880) 2743 | 2744 | 2745 | _rotation 2746 | 0 2747 | 2748 | 2749 | id 2750 | blocks_multiply_xx_0_0 2751 | 2752 | 2753 | type 2754 | complex 2755 | 2756 | 2757 | maxoutbuf 2758 | 0 2759 | 2760 | 2761 | minoutbuf 2762 | 0 2763 | 2764 | 2765 | num_inputs 2766 | 2 2767 | 2768 | 2769 | vlen 2770 | 1 2771 | 2772 | 2773 | 2774 | blocks_multiply_xx 2775 | 2776 | alias 2777 | 2778 | 2779 | 2780 | comment 2781 | 2782 | 2783 | 2784 | affinity 2785 | 2786 | 2787 | 2788 | _enabled 2789 | 1 2790 | 2791 | 2792 | _coordinate 2793 | (1888, 864) 2794 | 2795 | 2796 | _rotation 2797 | 0 2798 | 2799 | 2800 | id 2801 | blocks_multiply_xx_0_0_0 2802 | 2803 | 2804 | type 2805 | complex 2806 | 2807 | 2808 | maxoutbuf 2809 | 0 2810 | 2811 | 2812 | minoutbuf 2813 | 0 2814 | 2815 | 2816 | num_inputs 2817 | 2 2818 | 2819 | 2820 | vlen 2821 | 1 2822 | 2823 | 2824 | 2825 | blocks_multiply_xx 2826 | 2827 | alias 2828 | 2829 | 2830 | 2831 | comment 2832 | 2833 | 2834 | 2835 | affinity 2836 | 2837 | 2838 | 2839 | _enabled 2840 | 1 2841 | 2842 | 2843 | _coordinate 2844 | (704, 416) 2845 | 2846 | 2847 | _rotation 2848 | 0 2849 | 2850 | 2851 | id 2852 | blocks_multiply_xx_0_1 2853 | 2854 | 2855 | type 2856 | complex 2857 | 2858 | 2859 | maxoutbuf 2860 | 0 2861 | 2862 | 2863 | minoutbuf 2864 | 0 2865 | 2866 | 2867 | num_inputs 2868 | 2 2869 | 2870 | 2871 | vlen 2872 | 1 2873 | 2874 | 2875 | 2876 | blocks_multiply_xx 2877 | 2878 | alias 2879 | 2880 | 2881 | 2882 | comment 2883 | 2884 | 2885 | 2886 | affinity 2887 | 2888 | 2889 | 2890 | _enabled 2891 | 1 2892 | 2893 | 2894 | _coordinate 2895 | (608, 640) 2896 | 2897 | 2898 | _rotation 2899 | 0 2900 | 2901 | 2902 | id 2903 | blocks_multiply_xx_0_1_0 2904 | 2905 | 2906 | type 2907 | complex 2908 | 2909 | 2910 | maxoutbuf 2911 | 0 2912 | 2913 | 2914 | minoutbuf 2915 | 0 2916 | 2917 | 2918 | num_inputs 2919 | 2 2920 | 2921 | 2922 | vlen 2923 | 1 2924 | 2925 | 2926 | 2927 | blocks_stream_mux 2928 | 2929 | alias 2930 | 2931 | 2932 | 2933 | comment 2934 | 2935 | 2936 | 2937 | affinity 2938 | 2939 | 2940 | 2941 | _enabled 2942 | True 2943 | 2944 | 2945 | _coordinate 2946 | (536, 256) 2947 | 2948 | 2949 | _rotation 2950 | 0 2951 | 2952 | 2953 | id 2954 | blocks_stream_mux_0 2955 | 2956 | 2957 | lengths 2958 | (samples_per_antenna,)*4 2959 | 2960 | 2961 | maxoutbuf 2962 | 0 2963 | 2964 | 2965 | minoutbuf 2966 | 0 2967 | 2968 | 2969 | num_inputs 2970 | antennas 2971 | 2972 | 2973 | type 2974 | complex 2975 | 2976 | 2977 | vlen 2978 | 1 2979 | 2980 | 2981 | 2982 | blocks_stream_mux 2983 | 2984 | alias 2985 | 2986 | 2987 | 2988 | comment 2989 | 2990 | 2991 | 2992 | affinity 2993 | 2994 | 2995 | 2996 | _enabled 2997 | True 2998 | 2999 | 3000 | _coordinate 3001 | (496, 488) 3002 | 3003 | 3004 | _rotation 3005 | 0 3006 | 3007 | 3008 | id 3009 | blocks_stream_mux_0_0 3010 | 3011 | 3012 | lengths 3013 | (samples_per_antenna,)*4 3014 | 3015 | 3016 | maxoutbuf 3017 | 0 3018 | 3019 | 3020 | minoutbuf 3021 | 0 3022 | 3023 | 3024 | num_inputs 3025 | antennas 3026 | 3027 | 3028 | type 3029 | complex 3030 | 3031 | 3032 | vlen 3033 | 1 3034 | 3035 | 3036 | 3037 | blocks_stream_mux 3038 | 3039 | alias 3040 | 3041 | 3042 | 3043 | comment 3044 | 3045 | 3046 | 3047 | affinity 3048 | 3049 | 3050 | 3051 | _enabled 3052 | True 3053 | 3054 | 3055 | _coordinate 3056 | (464, 792) 3057 | 3058 | 3059 | _rotation 3060 | 0 3061 | 3062 | 3063 | id 3064 | blocks_stream_mux_0_0_0 3065 | 3066 | 3067 | lengths 3068 | (samples_per_antenna,)*4 3069 | 3070 | 3071 | maxoutbuf 3072 | 0 3073 | 3074 | 3075 | minoutbuf 3076 | 0 3077 | 3078 | 3079 | num_inputs 3080 | antennas 3081 | 3082 | 3083 | type 3084 | complex 3085 | 3086 | 3087 | vlen 3088 | 1 3089 | 3090 | 3091 | 3092 | blocks_threshold_ff 3093 | 3094 | alias 3095 | 3096 | 3097 | 3098 | comment 3099 | 3100 | 3101 | 3102 | affinity 3103 | 3104 | 3105 | 3106 | _enabled 3107 | True 3108 | 3109 | 3110 | _coordinate 3111 | (1840, 244) 3112 | 3113 | 3114 | _rotation 3115 | 0 3116 | 3117 | 3118 | high 3119 | threshold 3120 | 3121 | 3122 | id 3123 | blocks_threshold_ff_0 3124 | 3125 | 3126 | init 3127 | 0 3128 | 3129 | 3130 | low 3131 | threshold/2 3132 | 3133 | 3134 | maxoutbuf 3135 | 0 3136 | 3137 | 3138 | minoutbuf 3139 | 0 3140 | 3141 | 3142 | 3143 | blocks_throttle 3144 | 3145 | alias 3146 | 3147 | 3148 | 3149 | comment 3150 | 3151 | 3152 | 3153 | affinity 3154 | 3155 | 3156 | 3157 | _enabled 3158 | True 3159 | 3160 | 3161 | _coordinate 3162 | (1104, 444) 3163 | 3164 | 3165 | _rotation 3166 | 0 3167 | 3168 | 3169 | id 3170 | blocks_throttle_0 3171 | 3172 | 3173 | ignoretag 3174 | True 3175 | 3176 | 3177 | maxoutbuf 3178 | 0 3179 | 3180 | 3181 | minoutbuf 3182 | 0 3183 | 3184 | 3185 | samples_per_second 3186 | samp_rate 3187 | 3188 | 3189 | type 3190 | complex 3191 | 3192 | 3193 | vlen 3194 | 1 3195 | 3196 | 3197 | 3198 | dc_blocker_xx 3199 | 3200 | alias 3201 | 3202 | 3203 | 3204 | comment 3205 | 3206 | 3207 | 3208 | affinity 3209 | 3210 | 3211 | 3212 | _enabled 3213 | 0 3214 | 3215 | 3216 | _coordinate 3217 | (480, 156) 3218 | 3219 | 3220 | _rotation 3221 | 0 3222 | 3223 | 3224 | id 3225 | dc_blocker_xx_0 3226 | 3227 | 3228 | length 3229 | 320 3230 | 3231 | 3232 | long_form 3233 | True 3234 | 3235 | 3236 | maxoutbuf 3237 | 0 3238 | 3239 | 3240 | minoutbuf 3241 | 0 3242 | 3243 | 3244 | type 3245 | cc 3246 | 3247 | 3248 | 3249 | digital_costas_loop_cc 3250 | 3251 | alias 3252 | 3253 | 3254 | 3255 | comment 3256 | 3257 | 3258 | 3259 | affinity 3260 | 3261 | 3262 | 3263 | _enabled 3264 | 1 3265 | 3266 | 3267 | _coordinate 3268 | (1976, 472) 3269 | 3270 | 3271 | _rotation 3272 | 0 3273 | 3274 | 3275 | id 3276 | digital_costas_loop_cc_0 3277 | 3278 | 3279 | w 3280 | 6.28/100 3281 | 3282 | 3283 | maxoutbuf 3284 | 0 3285 | 3286 | 3287 | minoutbuf 3288 | 0 3289 | 3290 | 3291 | order 3292 | 2 3293 | 3294 | 3295 | use_snr 3296 | False 3297 | 3298 | 3299 | 3300 | fosphor_glfw_sink_c 3301 | 3302 | alias 3303 | 3304 | 3305 | 3306 | freq_center 3307 | tuning_freq 3308 | 3309 | 3310 | comment 3311 | 3312 | 3313 | 3314 | affinity 3315 | 3316 | 3317 | 3318 | _enabled 3319 | 1 3320 | 3321 | 3322 | _coordinate 3323 | (1168, 564) 3324 | 3325 | 3326 | _rotation 3327 | 0 3328 | 3329 | 3330 | id 3331 | fosphor_glfw_sink_c_0 3332 | 3333 | 3334 | freq_span 3335 | samp_rate 3336 | 3337 | 3338 | wintype 3339 | window.WIN_BLACKMAN_hARRIS 3340 | 3341 | 3342 | 3343 | freq_xlating_fir_filter_xxx 3344 | 3345 | alias 3346 | 3347 | 3348 | 3349 | center_freq 3350 | carrier_freq-tuning_freq 3351 | 3352 | 3353 | comment 3354 | 3355 | 3356 | 3357 | affinity 3358 | 3359 | 3360 | 3361 | decim 3362 | decimation 3363 | 3364 | 3365 | _enabled 3366 | 1 3367 | 3368 | 3369 | _coordinate 3370 | (1400, 348) 3371 | 3372 | 3373 | _rotation 3374 | 0 3375 | 3376 | 3377 | id 3378 | freq_xlating_fir_filter_xxx_0 3379 | 3380 | 3381 | maxoutbuf 3382 | 0 3383 | 3384 | 3385 | minoutbuf 3386 | 0 3387 | 3388 | 3389 | samp_rate 3390 | samp_rate 3391 | 3392 | 3393 | taps 3394 | taps 3395 | 3396 | 3397 | type 3398 | ccc 3399 | 3400 | 3401 | 3402 | import 3403 | 3404 | alias 3405 | 3406 | 3407 | 3408 | comment 3409 | 3410 | 3411 | 3412 | _enabled 3413 | True 3414 | 3415 | 3416 | _coordinate 3417 | (8, 964) 3418 | 3419 | 3420 | _rotation 3421 | 0 3422 | 3423 | 3424 | id 3425 | import_0 3426 | 3427 | 3428 | import 3429 | import math 3430 | 3431 | 3432 | 3433 | low_pass_filter 3434 | 3435 | beta 3436 | 6.76 3437 | 3438 | 3439 | alias 3440 | 3441 | 3442 | 3443 | comment 3444 | 3445 | 3446 | 3447 | affinity 3448 | 3449 | 3450 | 3451 | cutoff_freq 3452 | samp_rate/100 3453 | 3454 | 3455 | decim 3456 | 1 3457 | 3458 | 3459 | _enabled 3460 | True 3461 | 3462 | 3463 | type 3464 | fir_filter_fff 3465 | 3466 | 3467 | _coordinate 3468 | (1632, 492) 3469 | 3470 | 3471 | _rotation 3472 | 0 3473 | 3474 | 3475 | gain 3476 | 1 3477 | 3478 | 3479 | id 3480 | low_pass_filter_0 3481 | 3482 | 3483 | interp 3484 | 1 3485 | 3486 | 3487 | maxoutbuf 3488 | 0 3489 | 3490 | 3491 | minoutbuf 3492 | 0 3493 | 3494 | 3495 | samp_rate 3496 | samp_rate/decimation 3497 | 3498 | 3499 | width 3500 | samp_rate/100 3501 | 3502 | 3503 | win 3504 | firdes.WIN_HAMMING 3505 | 3506 | 3507 | 3508 | qtgui_const_sink_x 3509 | 3510 | autoscale 3511 | False 3512 | 3513 | 3514 | axislabels 3515 | True 3516 | 3517 | 3518 | alias 3519 | 3520 | 3521 | 3522 | comment 3523 | 3524 | 3525 | 3526 | affinity 3527 | 3528 | 3529 | 3530 | _enabled 3531 | 1 3532 | 3533 | 3534 | _coordinate 3535 | (2048, 944) 3536 | 3537 | 3538 | gui_hint 3539 | 3540 | 3541 | 3542 | _rotation 3543 | 0 3544 | 3545 | 3546 | grid 3547 | True 3548 | 3549 | 3550 | id 3551 | qtgui_const_sink_x_0_0 3552 | 3553 | 3554 | legend 3555 | True 3556 | 3557 | 3558 | alpha1 3559 | 1.0 3560 | 3561 | 3562 | color1 3563 | "blue" 3564 | 3565 | 3566 | label1 3567 | 3568 | 3569 | 3570 | marker1 3571 | 0 3572 | 3573 | 3574 | style1 3575 | 0 3576 | 3577 | 3578 | width1 3579 | 1 3580 | 3581 | 3582 | alpha10 3583 | 1.0 3584 | 3585 | 3586 | color10 3587 | "red" 3588 | 3589 | 3590 | label10 3591 | 3592 | 3593 | 3594 | marker10 3595 | 0 3596 | 3597 | 3598 | style10 3599 | 0 3600 | 3601 | 3602 | width10 3603 | 1 3604 | 3605 | 3606 | alpha2 3607 | 0.1 3608 | 3609 | 3610 | color2 3611 | "red" 3612 | 3613 | 3614 | label2 3615 | 3616 | 3617 | 3618 | marker2 3619 | 0 3620 | 3621 | 3622 | style2 3623 | 0 3624 | 3625 | 3626 | width2 3627 | 1 3628 | 3629 | 3630 | alpha3 3631 | 1.0 3632 | 3633 | 3634 | color3 3635 | "red" 3636 | 3637 | 3638 | label3 3639 | 3640 | 3641 | 3642 | marker3 3643 | 0 3644 | 3645 | 3646 | style3 3647 | 0 3648 | 3649 | 3650 | width3 3651 | 1 3652 | 3653 | 3654 | alpha4 3655 | 1.0 3656 | 3657 | 3658 | color4 3659 | "red" 3660 | 3661 | 3662 | label4 3663 | 3664 | 3665 | 3666 | marker4 3667 | 0 3668 | 3669 | 3670 | style4 3671 | 0 3672 | 3673 | 3674 | width4 3675 | 1 3676 | 3677 | 3678 | alpha5 3679 | 1.0 3680 | 3681 | 3682 | color5 3683 | "red" 3684 | 3685 | 3686 | label5 3687 | 3688 | 3689 | 3690 | marker5 3691 | 0 3692 | 3693 | 3694 | style5 3695 | 0 3696 | 3697 | 3698 | width5 3699 | 1 3700 | 3701 | 3702 | alpha6 3703 | 1.0 3704 | 3705 | 3706 | color6 3707 | "red" 3708 | 3709 | 3710 | label6 3711 | 3712 | 3713 | 3714 | marker6 3715 | 0 3716 | 3717 | 3718 | style6 3719 | 0 3720 | 3721 | 3722 | width6 3723 | 1 3724 | 3725 | 3726 | alpha7 3727 | 1.0 3728 | 3729 | 3730 | color7 3731 | "red" 3732 | 3733 | 3734 | label7 3735 | 3736 | 3737 | 3738 | marker7 3739 | 0 3740 | 3741 | 3742 | style7 3743 | 0 3744 | 3745 | 3746 | width7 3747 | 1 3748 | 3749 | 3750 | alpha8 3751 | 1.0 3752 | 3753 | 3754 | color8 3755 | "red" 3756 | 3757 | 3758 | label8 3759 | 3760 | 3761 | 3762 | marker8 3763 | 0 3764 | 3765 | 3766 | style8 3767 | 0 3768 | 3769 | 3770 | width8 3771 | 1 3772 | 3773 | 3774 | alpha9 3775 | 1.0 3776 | 3777 | 3778 | color9 3779 | "red" 3780 | 3781 | 3782 | label9 3783 | 3784 | 3785 | 3786 | marker9 3787 | 0 3788 | 3789 | 3790 | style9 3791 | 0 3792 | 3793 | 3794 | width9 3795 | 1 3796 | 3797 | 3798 | name 3799 | "" 3800 | 3801 | 3802 | nconnections 3803 | 2 3804 | 3805 | 3806 | size 3807 | 100 3808 | 3809 | 3810 | tr_chan 3811 | 0 3812 | 3813 | 3814 | tr_level 3815 | 0.1 3816 | 3817 | 3818 | tr_mode 3819 | qtgui.TRIG_MODE_FREE 3820 | 3821 | 3822 | tr_slope 3823 | qtgui.TRIG_SLOPE_POS 3824 | 3825 | 3826 | tr_tag 3827 | "burst" 3828 | 3829 | 3830 | type 3831 | complex 3832 | 3833 | 3834 | update_time 3835 | 0.10 3836 | 3837 | 3838 | xmax 3839 | 2 3840 | 3841 | 3842 | xmin 3843 | -2 3844 | 3845 | 3846 | ymax 3847 | 2 3848 | 3849 | 3850 | ymin 3851 | -2 3852 | 3853 | 3854 | 3855 | single_pole_iir_filter_xx 3856 | 3857 | alpha 3858 | .01 3859 | 3860 | 3861 | alias 3862 | 3863 | 3864 | 3865 | comment 3866 | 3867 | 3868 | 3869 | affinity 3870 | 3871 | 3872 | 3873 | _enabled 3874 | 1 3875 | 3876 | 3877 | _coordinate 3878 | (1608, 204) 3879 | 3880 | 3881 | _rotation 3882 | 0 3883 | 3884 | 3885 | id 3886 | single_pole_iir_filter_xx_0 3887 | 3888 | 3889 | maxoutbuf 3890 | 0 3891 | 3892 | 3893 | minoutbuf 3894 | 0 3895 | 3896 | 3897 | type 3898 | float 3899 | 3900 | 3901 | vlen 3902 | 1 3903 | 3904 | 3905 | 3906 | analog_const_source_x_0 3907 | blocks_stream_mux_0 3908 | 0 3909 | 0 3910 | 3911 | 3912 | analog_const_source_x_0_0 3913 | blocks_stream_mux_0 3914 | 0 3915 | 1 3916 | 3917 | 3918 | analog_const_source_x_0_0_0 3919 | blocks_stream_mux_0 3920 | 0 3921 | 3 3922 | 3923 | 3924 | analog_const_source_x_0_0_0_0 3925 | blocks_stream_mux_0_0 3926 | 0 3927 | 3 3928 | 3929 | 3930 | analog_const_source_x_0_0_0_1 3931 | blocks_stream_mux_0_0_0 3932 | 0 3933 | 3 3934 | 3935 | 3936 | analog_const_source_x_0_0_1 3937 | blocks_stream_mux_0_0 3938 | 0 3939 | 1 3940 | 3941 | 3942 | analog_const_source_x_0_0_2 3943 | blocks_stream_mux_0_0_0 3944 | 0 3945 | 1 3946 | 3947 | 3948 | analog_const_source_x_0_1 3949 | blocks_stream_mux_0 3950 | 0 3951 | 2 3952 | 3953 | 3954 | analog_const_source_x_0_1_0 3955 | blocks_stream_mux_0_0 3956 | 0 3957 | 2 3958 | 3959 | 3960 | analog_const_source_x_0_1_1 3961 | blocks_stream_mux_0_0_0 3962 | 0 3963 | 2 3964 | 3965 | 3966 | analog_const_source_x_0_2 3967 | blocks_stream_mux_0_0 3968 | 0 3969 | 0 3970 | 3971 | 3972 | analog_const_source_x_0_3 3973 | blocks_stream_mux_0_0_0 3974 | 0 3975 | 0 3976 | 3977 | 3978 | analog_fastnoise_source_x_0 3979 | blocks_add_xx_1 3980 | 0 3981 | 1 3982 | 3983 | 3984 | analog_quadrature_demod_cf_0 3985 | blocks_float_to_complex_0 3986 | 0 3987 | 0 3988 | 3989 | 3990 | analog_sig_source_x_0 3991 | blocks_add_xx_1 3992 | 0 3993 | 0 3994 | 3995 | 3996 | analog_sig_source_x_0_0 3997 | blocks_multiply_xx_0_0 3998 | 0 3999 | 1 4000 | 4001 | 4002 | band_pass_filter_0 4003 | blocks_multiply_xx_0_0 4004 | 0 4005 | 0 4006 | 4007 | 4008 | blocks_add_xx_0 4009 | blocks_throttle_0 4010 | 0 4011 | 0 4012 | 4013 | 4014 | blocks_add_xx_1 4015 | blocks_multiply_xx_0 4016 | 0 4017 | 0 4018 | 4019 | 4020 | blocks_add_xx_1 4021 | blocks_multiply_xx_0_1 4022 | 0 4023 | 0 4024 | 4025 | 4026 | blocks_add_xx_1 4027 | blocks_multiply_xx_0_1_0 4028 | 0 4029 | 0 4030 | 4031 | 4032 | blocks_burst_tagger_0 4033 | analog_quadrature_demod_cf_0 4034 | 0 4035 | 0 4036 | 4037 | 4038 | blocks_burst_tagger_0 4039 | digital_costas_loop_cc_0 4040 | 0 4041 | 0 4042 | 4043 | 4044 | blocks_complex_to_mag_0 4045 | blocks_multiply_const_vxx_0_0 4046 | 0 4047 | 0 4048 | 4049 | 4050 | blocks_complex_to_mag_0 4051 | low_pass_filter_0 4052 | 0 4053 | 0 4054 | 4055 | 4056 | blocks_complex_to_mag_1 4057 | blocks_float_to_complex_0_0_0 4058 | 0 4059 | 0 4060 | 4061 | 4062 | blocks_divide_xx_0 4063 | blocks_multiply_xx_0_0_0 4064 | 0 4065 | 1 4066 | 4067 | 4068 | blocks_file_source_0 4069 | dc_blocker_xx_0 4070 | 0 4071 | 0 4072 | 4073 | 4074 | blocks_float_to_complex_0 4075 | band_pass_filter_0 4076 | 0 4077 | 0 4078 | 4079 | 4080 | blocks_float_to_complex_0_0 4081 | blocks_multiply_xx_0_0_0 4082 | 0 4083 | 0 4084 | 4085 | 4086 | blocks_float_to_complex_0_0_0 4087 | blocks_divide_xx_0 4088 | 0 4089 | 1 4090 | 4091 | 4092 | blocks_float_to_short_0 4093 | blocks_burst_tagger_0 4094 | 0 4095 | 1 4096 | 4097 | 4098 | blocks_multiply_const_vxx_0_0 4099 | single_pole_iir_filter_xx_0 4100 | 0 4101 | 0 4102 | 4103 | 4104 | blocks_multiply_xx_0 4105 | blocks_add_xx_0 4106 | 0 4107 | 0 4108 | 4109 | 4110 | blocks_multiply_xx_0_0 4111 | blocks_complex_to_mag_1 4112 | 0 4113 | 0 4114 | 4115 | 4116 | blocks_multiply_xx_0_0 4117 | blocks_divide_xx_0 4118 | 0 4119 | 0 4120 | 4121 | 4122 | blocks_multiply_xx_0_0_0 4123 | qtgui_const_sink_x_0_0 4124 | 0 4125 | 0 4126 | 4127 | 4128 | blocks_multiply_xx_0_1 4129 | blocks_add_xx_0 4130 | 0 4131 | 1 4132 | 4133 | 4134 | blocks_multiply_xx_0_1_0 4135 | blocks_add_xx_0 4136 | 0 4137 | 2 4138 | 4139 | 4140 | blocks_stream_mux_0 4141 | blocks_multiply_xx_0 4142 | 0 4143 | 1 4144 | 4145 | 4146 | blocks_stream_mux_0_0 4147 | blocks_multiply_xx_0_1 4148 | 0 4149 | 1 4150 | 4151 | 4152 | blocks_stream_mux_0_0_0 4153 | blocks_multiply_xx_0_1_0 4154 | 0 4155 | 1 4156 | 4157 | 4158 | blocks_threshold_ff_0 4159 | blocks_float_to_short_0 4160 | 0 4161 | 0 4162 | 4163 | 4164 | blocks_throttle_0 4165 | freq_xlating_fir_filter_xxx_0 4166 | 0 4167 | 0 4168 | 4169 | 4170 | dc_blocker_xx_0 4171 | blocks_add_xx_1 4172 | 0 4173 | 0 4174 | 4175 | 4176 | digital_costas_loop_cc_0 4177 | qtgui_const_sink_x_0_0 4178 | 0 4179 | 1 4180 | 4181 | 4182 | freq_xlating_fir_filter_xxx_0 4183 | blocks_burst_tagger_0 4184 | 0 4185 | 0 4186 | 4187 | 4188 | freq_xlating_fir_filter_xxx_0 4189 | blocks_complex_to_mag_0 4190 | 0 4191 | 0 4192 | 4193 | 4194 | freq_xlating_fir_filter_xxx_0 4195 | fosphor_glfw_sink_c_0 4196 | 0 4197 | 0 4198 | 4199 | 4200 | low_pass_filter_0 4201 | blocks_float_to_complex_0_0 4202 | 0 4203 | 0 4204 | 4205 | 4206 | single_pole_iir_filter_xx_0 4207 | blocks_threshold_ff_0 4208 | 0 4209 | 0 4210 | 4211 | 4212 | --------------------------------------------------------------------------------