id
int64
0
755k
file_name
stringlengths
3
109
file_path
stringlengths
13
185
content
stringlengths
31
9.38M
size
int64
31
9.38M
language
stringclasses
1 value
extension
stringclasses
11 values
total_lines
int64
1
340k
avg_line_length
float64
2.18
149k
max_line_length
int64
7
2.22M
alphanum_fraction
float64
0
1
repo_name
stringlengths
6
65
repo_stars
int64
100
47.3k
repo_forks
int64
0
12k
repo_open_issues
int64
0
3.4k
repo_license
stringclasses
9 values
repo_extraction_date
stringclasses
92 values
exact_duplicates_redpajama
bool
2 classes
near_duplicates_redpajama
bool
2 classes
exact_duplicates_githubcode
bool
2 classes
exact_duplicates_stackv2
bool
1 class
exact_duplicates_stackv1
bool
2 classes
near_duplicates_githubcode
bool
2 classes
near_duplicates_stackv1
bool
2 classes
near_duplicates_stackv2
bool
1 class
37,896
complex_to_mag_impl.cc
gnuradio_gnuradio/gr-blocks/lib/complex_to_mag_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "complex_to_mag_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> namespace gr { n...
1,352
C++
.cc
43
26.813953
72
0.65
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
37,897
repeat_impl.cc
gnuradio_gnuradio/gr-blocks/lib/repeat_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 Free Software Foundation, Inc. * Copyright 2023 Marcus Müller * Copyright 2023 Daniel Estevez <daniel@destevez.net> * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "repeat_impl.h" #include <gnuradio/io_signature.h> #include ...
5,946
C++
.cc
158
30.658228
90
0.606171
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
37,898
moving_average_impl.cc
gnuradio_gnuradio/gr-blocks/lib/moving_average_impl.cc
/* -*- c++ -*- */ /* * Copyright 2008,2010,2013,2017,2018 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "moving_average_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk...
6,035
C++
.cc
183
27.371585
90
0.609136
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,899
correctiq_auto_impl.cc
gnuradio_gnuradio/gr-blocks/lib/correctiq_auto_impl.cc
/* -*- c++ -*- */ /* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "correctiq_auto_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> namespace gr { n...
5,267
C++
.cc
147
28.938776
88
0.600551
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,900
count_bits.cc
gnuradio_gnuradio/gr-blocks/lib/count_bits.cc
/* -*- c++ -*- */ /* * Copyright 2003,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include <gnuradio/blocks/count_bits.h> #include <volk/volk.h> namespace gr { namespace blocks { unsigned int count_bits8(unsigned int x) { int c...
936
C++
.cc
45
17.2
53
0.597491
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,901
ctrlport_probe2_s_impl.cc
gnuradio_gnuradio/gr-blocks/lib/ctrlport_probe2_s_impl.cc
/* -*- c++ -*- */ /* * Copyright 2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "ctrlport_probe2_s_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { c...
4,883
C++
.cc
120
24.458333
89
0.448218
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
37,902
ctrlport_probe2_c_impl.cc
gnuradio_gnuradio/gr-blocks/lib/ctrlport_probe2_c_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012-2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "ctrlport_probe2_c_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks...
4,972
C++
.cc
121
24.917355
89
0.451853
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
37,903
conjugate_cc_impl.cc
gnuradio_gnuradio/gr-blocks/lib/conjugate_cc_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "conjugate_cc_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> namespace gr { nam...
1,205
C++
.cc
40
25.675
77
0.655709
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
37,904
and_const_impl.cc
gnuradio_gnuradio/gr-blocks/lib/and_const_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012,2018 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "and_const_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { tem...
1,546
C++
.cc
57
22.070175
67
0.560596
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
37,905
complex_to_float_impl.cc
gnuradio_gnuradio/gr-blocks/lib/complex_to_float_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "complex_to_float_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> namespace gr {...
1,564
C++
.cc
53
24.245283
72
0.628
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
37,906
regenerate_bb_impl.cc
gnuradio_gnuradio/gr-blocks/lib/regenerate_bb_impl.cc
/* -*- c++ -*- */ /* * Copyright 2007,2010,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "regenerate_bb_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace block...
1,928
C++
.cc
69
21.884058
76
0.585908
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
37,907
interleaved_short_to_complex_impl.cc
gnuradio_gnuradio/gr-blocks/lib/interleaved_short_to_complex_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "interleaved_short_to_complex_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> na...
2,115
C++
.cc
57
28.54386
90
0.572545
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
37,908
argmax_impl.cc
gnuradio_gnuradio/gr-blocks/lib/argmax_impl.cc
/* -*- c++ -*- */ /* * Copyright 2007,2013,2018 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "argmax_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { te...
1,833
C++
.cc
64
22.75
71
0.554923
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
37,909
nop_impl.cc
gnuradio_gnuradio/gr-blocks/lib/nop_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2010,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include "nop_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { nop::...
3,141
C++
.cc
73
24.164384
90
0.415249
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
37,910
message_debug_impl.cc
gnuradio_gnuradio/gr-blocks/lib/message_debug_impl.cc
/* -*- c++ -*- */ /* * Copyright 2005,2010,2012-2013 Free Software Foundation, Inc. * Copyright 2021,2022 Marcus Müller * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "message_debug_impl.h" #include <gnuradio/io_signature.h> /* ensure that tweakme.h is included ...
5,419
C++
.cc
147
29.428571
90
0.56593
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
37,911
null_source_impl.cc
gnuradio_gnuradio/gr-blocks/lib/null_source_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2010,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "null_source_impl.h" #include <gnuradio/io_signature.h> #include <cstring> namespace gr ...
1,189
C++
.cc
41
24.512195
83
0.639474
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
37,912
multiply_matrix_impl.cc
gnuradio_gnuradio/gr-blocks/lib/multiply_matrix_impl.cc
/* -*- c++ -*- */ /* * Copyright 2014,2017,2018 Free Software Foundation, Inc. * Copyright 2021 Marcus Müller * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "multiply_matrix_impl.h" #include <gnuradio/io_signature...
11,263
C++
.cc
287
30.076655
90
0.54156
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
37,913
qa_rotator.cc
gnuradio_gnuradio/gr-blocks/lib/qa_rotator.cc
/* -*- c++ -*- */ /* * Copyright 2002,2013,2018 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <gnuradio/attributes.h> #include <gnuradio/blocks/rotator.h> #include <gnuradio/expj.h> #...
2,080
C++
.cc
68
25.941176
74
0.615771
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
37,914
stretch_ff_impl.cc
gnuradio_gnuradio/gr-blocks/lib/stretch_ff_impl.cc
/* -*- c++ -*- */ /* * Copyright 2008,2010,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "stretch_ff_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks {...
1,639
C++
.cc
55
23.381818
65
0.549968
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
37,915
interleaved_char_to_complex_impl.cc
gnuradio_gnuradio/gr-blocks/lib/interleaved_char_to_complex_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "interleaved_char_to_complex_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> nam...
1,808
C++
.cc
46
29.326087
89
0.572162
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
37,916
peak_detector_impl.cc
gnuradio_gnuradio/gr-blocks/lib/peak_detector_impl.cc
/* -*- c++ -*- */ /* * Copyright 2007,2010,2013,2018 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "peak_detector_impl.h" #include <gnuradio/io_signature.h> #include <type_traits> #in...
4,356
C++
.cc
120
27.591667
90
0.556503
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
37,918
qa_gr_flowgraph.cc
gnuradio_gnuradio/gr-blocks/lib/qa_gr_flowgraph.cc
/* -*- c++ -*- */ /* * Copyright 2007,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <gnuradio/blocks/nop.h> #include <gnuradio/blocks/null_sink.h> #include <gnuradio/blocks/null_...
8,793
C++
.cc
235
33.089362
87
0.654503
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,919
wavfile_source_impl.cc
gnuradio_gnuradio/gr-blocks/lib/wavfile_source_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2008,2010,2013,2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include <cstring> #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "wavfile_source_impl.h" #include <gnuradio/io_signature.h> #...
4,350
C++
.cc
129
25.79845
87
0.558571
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
37,920
host_buffer_copy_impl.cc
gnuradio_gnuradio/gr-blocks/lib/host_buffer_copy_impl.cc
/* -*- c++ -*- */ /* * Copyright 2010,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "host_buffer_copy_impl.h" #include <gnuradio/host_buffer.h> #include <gnuradio/io_signature.h>...
1,367
C++
.cc
43
27.44186
86
0.66489
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
37,921
message_strobe_random_impl.cc
gnuradio_gnuradio/gr-blocks/lib/message_strobe_random_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012-2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "message_strobe_random_impl.h" #include <gnuradio/io_signature.h> #include <chrono> #include <...
3,126
C++
.cc
103
25.106796
88
0.617892
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
37,922
multiply_impl.cc
gnuradio_gnuradio/gr-blocks/lib/multiply_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2009,2010,2012,2018 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "multiply_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> n...
3,262
C++
.cc
95
28.294737
85
0.611694
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
37,923
float_to_char_impl.cc
gnuradio_gnuradio/gr-blocks/lib/float_to_char_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "float_to_char_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> namespace gr { na...
1,307
C++
.cc
42
26.5
71
0.642516
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
37,925
multiply_conjugate_cc_impl.cc
gnuradio_gnuradio/gr-blocks/lib/multiply_conjugate_cc_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "multiply_conjugate_cc_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> namespace...
1,459
C++
.cc
43
28.976744
77
0.658138
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
true
false
37,926
unpack_k_bits_bb_impl.cc
gnuradio_gnuradio/gr-blocks/lib/unpack_k_bits_bb_impl.cc
/* -*- c++ -*- */ /* * Copyright 2005,2010,2013-2014 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #if HAVE_CONFIG_H #include "config.h" #endif #include "unpack_k_bits_bb_impl.h" #include <gnuradio/io_signature.h> #include <stdexcept> name...
1,231
C++
.cc
40
25.225
72
0.624365
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
37,927
tagged_stream_align_impl.cc
gnuradio_gnuradio/gr-blocks/lib/tagged_stream_align_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "tagged_stream_align_impl.h" #include <gnuradio/io_signature.h> namespace gr { namespace blocks { ...
2,274
C++
.cc
65
26.153846
88
0.561109
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
37,928
blockinterleaver_xx_impl.cc
gnuradio_gnuradio/gr-blocks/lib/blockinterleaver_xx_impl.cc
/* -*- c++ -*- */ /* * Copyright 2022 Johannes Demel. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "blockinterleaver_xx_impl.h" #include <gnuradio/io_signature.h> #include <type_traits> namespace gr { namespace b...
6,735
C++
.cc
154
34.383117
90
0.613484
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
37,929
char_to_float_impl.cc
gnuradio_gnuradio/gr-blocks/lib/char_to_float_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "char_to_float_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> namespace gr { na...
1,379
C++
.cc
43
27.44186
73
0.648078
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
37,930
exponentiate_const_cci_impl.cc
gnuradio_gnuradio/gr-blocks/lib/exponentiate_const_cci_impl.cc
/* -*- c++ -*- */ /* * Copyright 2017 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "exponentiate_const_cci_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> namespac...
2,315
C++
.cc
69
28.115942
84
0.639051
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
37,931
complex_to_imag_impl.cc
gnuradio_gnuradio/gr-blocks/lib/complex_to_imag_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "complex_to_imag_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> namespace gr { ...
1,304
C++
.cc
42
26.380952
72
0.647247
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
37,932
vector_insert_impl.cc
gnuradio_gnuradio/gr-blocks/lib/vector_insert_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012,2018 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include "vector_insert_impl.h" #include <gnuradio/block.h> #include <gnuradio/io_signature.h> #includ...
4,259
C++
.cc
105
31.161905
90
0.53913
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,933
blockinterleaving.cc
gnuradio_gnuradio/gr-blocks/lib/blockinterleaving.cc
/* -*- c++ -*- */ /* * Copyright 2022 Johannes Demel. * Copyright 2024 Marcus Müller * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include <gnuradio/blocks/blockinterleaving.h> /* ensure that tweakme.h is included before the bundled spdlog/fmt header, see * https://g...
3,249
C++
.cc
81
31.777778
89
0.614775
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
37,934
skiphead_impl.cc
gnuradio_gnuradio/gr-blocks/lib/skiphead_impl.cc
/* -*- c++ -*- */ /* * Copyright 2005,2007,2010,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include "skiphead_impl.h" #include <gnuradio/io_signature.h> #include <cstring> namespace g...
2,654
C++
.cc
74
28.351351
90
0.592593
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
37,935
endian_swap_impl.cc
gnuradio_gnuradio/gr-blocks/lib/endian_swap_impl.cc
/* -*- c++ -*- */ /* * Copyright 2004,2010,2012,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "endian_swap_impl.h" #include <gnuradio/io_signature.h> #include <volk/volk.h> name...
1,835
C++
.cc
60
25.233333
75
0.632861
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
37,936
float_to_uchar_impl.cc
gnuradio_gnuradio/gr-blocks/lib/float_to_uchar_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012 Free Software Foundation, Inc. * Copyright 2024 Daniel Estevez <daniel@destevez.net> * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "float_array_to_uchar.h" #include "float_to_...
2,000
C++
.cc
64
25.984375
82
0.61287
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
37,937
plateau_detector_fb_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/plateau_detector_fb_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,999
C++
.cc
45
38.577778
88
0.545876
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,938
conjugate_cc_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/conjugate_cc_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,544
C++
.cc
35
40.2
85
0.535381
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,939
complex_to_interleaved_char_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/complex_to_interleaved_char_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,022
C++
.cc
44
40.136364
85
0.568159
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,942
null_source_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/null_source_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,589
C++
.cc
37
38.486486
85
0.526282
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,949
file_meta_sink_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/file_meta_sink_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
3,280
C++
.cc
65
43.323077
89
0.533166
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,950
tag_gate_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/tag_gate_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,977
C++
.cc
47
35.787234
85
0.512539
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,953
vector_insert_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/vector_insert_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,005
C++
.cc
43
43
90
0.569821
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,956
multiply_conjugate_cc_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/multiply_conjugate_cc_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,708
C++
.cc
38
40.368421
90
0.547318
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,959
interleave_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/interleave_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,539
C++
.cc
35
40.428571
85
0.540522
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,960
keep_one_in_n_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/keep_one_in_n_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,648
C++
.cc
36
42.055556
90
0.525
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,964
test_tag_variable_rate_ff_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/test_tag_variable_rate_ff_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,742
C++
.cc
38
41.315789
85
0.561134
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,965
vco_c_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/vco_c_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,533
C++
.cc
36
38.75
90
0.514805
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,967
add_const_ss_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/add_const_ss_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,699
C++
.cc
37
41.648649
85
0.524879
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,969
file_sink_base_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/file_sink_base_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,878
C++
.cc
39
43.871795
89
0.552444
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,970
python_bindings.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/python_bindings.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include <pybind11/pybind11.h> #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION #include <numpy/arrayobject.h> namespace py = pybind11; void bind_abs_blk(py::module&); vo...
10,904
C++
.cc
343
28.877551
73
0.703848
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
37,971
uchar_to_float_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/uchar_to_float_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,568
C++
.cc
35
40.885714
87
0.534823
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,972
vector_sink_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/vector_sink_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,017
C++
.cc
46
39.369565
85
0.54888
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,974
file_descriptor_source_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/file_descriptor_source_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,749
C++
.cc
40
38.675
85
0.557126
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,977
message_strobe_random_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/message_strobe_random_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
3,245
C++
.cc
68
40.058824
90
0.553191
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
37,978
delay_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/delay_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,570
C++
.cc
35
41.542857
90
0.527942
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,979
wavfile_source_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/wavfile_source_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,959
C++
.cc
43
40
89
0.546316
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,980
repack_bits_bb_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/repack_bits_bb_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,978
C++
.cc
46
36.76087
87
0.50625
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,982
file_sink_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/file_sink_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,672
C++
.cc
40
36.575
85
0.510796
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,983
int_to_float_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/int_to_float_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,835
C++
.cc
43
37.046512
85
0.510686
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,984
probe_rate_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/probe_rate_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,106
C++
.cc
48
37.583333
89
0.513487
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
37,985
probe_signal_v_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/probe_signal_v_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,927
C++
.cc
42
42.071429
85
0.561235
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,986
max_blk_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/max_blk_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,683
C++
.cc
41
36.926829
85
0.521101
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,988
xor_blk_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/xor_blk_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,643
C++
.cc
39
38.512821
85
0.528491
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,990
burst_to_stream_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/burst_to_stream_python.cc
/* * Copyright 2024 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,697
C++
.cc
38
40
90
0.53034
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
37,991
null_sink_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/null_sink_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,552
C++
.cc
36
38.944444
90
0.522924
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,993
abs_blk_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/abs_blk_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,620
C++
.cc
39
37.923077
85
0.526048
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,996
file_meta_source_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/file_meta_source_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,125
C++
.cc
48
37.9375
87
0.525473
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,998
tagged_stream_multiply_length_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/tagged_stream_multiply_length_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,982
C++
.cc
43
40.534884
86
0.574766
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
37,999
unpack_k_bits_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/unpack_k_bits_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,230
C++
.cc
51
37.333333
85
0.519204
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,000
streams_to_stream_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/streams_to_stream_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,732
C++
.cc
40
38.2
86
0.531826
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,001
vco_f_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/vco_f_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,533
C++
.cc
36
38.75
90
0.514805
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,003
moving_average_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/moving_average_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,334
C++
.cc
52
39.307692
85
0.551011
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,004
message_debug_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/message_debug_python.cc
/* * Copyright 2021 Free Software Foundation, Inc. * Copyright 2022 Marcus Müller * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool a...
2,303
C++
.cc
52
38.096154
90
0.544763
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
38,006
ctrlport_probe2_c_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/ctrlport_probe2_c_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,971
C++
.cc
46
36.782609
86
0.522763
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,007
short_to_char_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/short_to_char_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,577
C++
.cc
35
41.142857
89
0.530372
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,008
lfsr_32k_source_s_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/lfsr_32k_source_s_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,613
C++
.cc
36
40.75
86
0.535121
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,010
file_source_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/file_source_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,321
C++
.cc
58
32.327586
85
0.489532
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,011
vector_map_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/vector_map_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,777
C++
.cc
43
35.627907
85
0.510453
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,013
wavfile_sink_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/wavfile_sink_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,396
C++
.cc
55
36.327273
85
0.520824
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,014
check_lfsr_32k_s_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/check_lfsr_32k_s_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,852
C++
.cc
39
42.923077
87
0.544797
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,015
add_const_cc_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/add_const_cc_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,699
C++
.cc
37
41.648649
85
0.524879
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,016
nop_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/nop_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,686
C++
.cc
37
41.594595
87
0.533987
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,017
rms_cf_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/rms_cf_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,586
C++
.cc
36
39.972222
85
0.514954
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,018
add_blk_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/add_blk_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,668
C++
.cc
40
38.05
85
0.529303
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,019
tsb_vector_sink_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/tsb_vector_sink_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,140
C++
.cc
46
42.043478
85
0.559655
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,020
lfsr_32k_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/lfsr_32k_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,792
C++
.cc
38
43.131579
85
0.535714
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,021
control_loop_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/control_loop_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
4,290
C++
.cc
95
35.842105
90
0.534395
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,022
regenerate_bb_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/regenerate_bb_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,098
C++
.cc
48
37.333333
85
0.529528
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,023
and_blk_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/and_blk_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,643
C++
.cc
39
38.512821
85
0.528491
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,024
multiply_by_tag_value_cc_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/multiply_by_tag_value_cc_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,820
C++
.cc
40
40.55
85
0.553733
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,025
min_blk_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/min_blk_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,683
C++
.cc
41
36.926829
85
0.521101
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,027
wavfile_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/wavfile_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,958
C++
.cc
54
49.925926
87
0.580311
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
38,028
stream_to_tagged_stream_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/stream_to_tagged_stream_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
2,169
C++
.cc
49
37.714286
85
0.549383
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,032
float_to_char_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/float_to_char_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,851
C++
.cc
43
37.418605
85
0.51505
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,033
probe_signal_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/probe_signal_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,875
C++
.cc
42
40.833333
85
0.561336
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
38,034
keep_m_in_n_python.cc
gnuradio_gnuradio/gr-blocks/python/blocks/bindings/keep_m_in_n_python.cc
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
1,902
C++
.cc
43
38.976744
86
0.501899
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false