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
39,798
dds_control.h
gnuradio_gnuradio/gr-iio/include/gnuradio/iio/dds_control.h
/* -*- c++ -*- */ /* * Copyright 2019 Analog Devices Inc. * Author: Travis Collins <travis.collins@analog.com> * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_IIO_DDS_CONTROL_H #define INCLUDED_IIO_DDS_CONTROL_H #include <gnuradio/block.h> #include <gnuradio/iio/api.h> namespace gr { names...
1,957
C++
.h
53
31.283019
77
0.644855
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
39,799
pluto_utils.h
gnuradio_gnuradio/gr-iio/include/gnuradio/iio/pluto_utils.h
/* -*- c++ -*- */ /* * Copyright 2021 Josh Morman * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_IIO_PLUTO_UTILS_H #define INCLUDED_IIO_PLUTO_UTILS_H #include <gnuradio/iio/api.h> #include <string> namespace gr { namespace iio { std::string IIO_API get_pluto_uri(); } } // namespace gr #endi...
321
C++
.h
17
17.470588
44
0.705298
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
39,800
device_sink.h
gnuradio_gnuradio/gr-iio/include/gnuradio/iio/device_sink.h
/* -*- c++ -*- */ /* * Copyright 2014 Analog Devices Inc. * Author: Paul Cercueil <paul.cercueil@analog.com> * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_IIO_DEVICE_SINK_H #define INCLUDED_IIO_DEVICE_SINK_H #include <gnuradio/iio/api.h> #include <gnuradio/iio/iio_types.h> #include <gnura...
3,280
C++
.h
81
33.209877
80
0.636849
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
39,801
attr_sink.h
gnuradio_gnuradio/gr-iio/include/gnuradio/iio/attr_sink.h
/* -*- c++ -*- */ /* * Copyright 2018 Analog Devices Inc. * Author: Travis Collins <travis.collins@analog.com> * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_IIO_ATTR_SINK_H #define INCLUDED_IIO_ATTR_SINK_H #include <gnuradio/block.h> #include <gnuradio/iio/api.h> #include <gnuradio/iio/ii...
1,762
C++
.h
53
28.754717
77
0.665491
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
39,802
iio_types.h
gnuradio_gnuradio/gr-iio/include/gnuradio/iio/iio_types.h
/* -*- c++ -*- */ /* * Copyright 2021 Josh Morman * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef _INCLUDED_IIO_TYPES_H #define _INCLUDED_IIO_TYPES_H #include <gnuradio/iio/api.h> #include <charconv> #include <string> #include <variant> #include <vector> namespace gr { namespace iio { enum class dat...
1,016
C++
.h
38
24.263158
89
0.684592
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
39,803
device_source.h
gnuradio_gnuradio/gr-iio/include/gnuradio/iio/device_source.h
/* -*- c++ -*- */ /* * Copyright 2014 Analog Devices Inc. * Author: Paul Cercueil <paul.cercueil@analog.com> * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_IIO_DEVICE_SOURCE_H #define INCLUDED_IIO_DEVICE_SOURCE_H #include <gnuradio/iio/api.h> #include <gnuradio/iio/iio_types.h> #include <g...
2,811
C++
.h
74
31.027027
79
0.632256
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
39,804
api.h
gnuradio_gnuradio/gr-iio/include/gnuradio/iio/api.h
/* -*- c++ -*- */ /* * Copyright 2014 Analog Devices Inc. * Author: Paul Cercueil <paul.cercueil@analog.com> * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_IIO_API_H #define INCLUDED_IIO_API_H #include <gnuradio/attributes.h> #ifdef gnuradio_iio_EXPORTS #define IIO_API __GR_ATTR_EXPORT #el...
396
C++
.h
17
21.705882
51
0.72
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
true
false
false
false
false
false
false
39,805
fmcomms2_sink.h
gnuradio_gnuradio/gr-iio/include/gnuradio/iio/fmcomms2_sink.h
/* -*- c++ -*- */ /* * Copyright 2014 Analog Devices Inc. * Author: Paul Cercueil <paul.cercueil@analog.com> * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_IIO_FMCOMMS2_SINK_H #define INCLUDED_IIO_FMCOMMS2_SINK_H #include <gnuradio/hier_block2.h> #include <gnuradio/iio/api.h> #include <gnu...
2,400
C++
.h
61
33.754098
79
0.674549
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
39,806
fastnoise_source_impl.h
gnuradio_gnuradio/gr-analog/lib/fastnoise_source_impl.h
/* -*- c++ -*- */ /* * Copyright 2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef FASTNOISE_SOURCE_IMPL_H #define FASTNOISE_SOURCE_IMPL_H #include <gnuradio/analog/fastnoise_source.h> #include <gnuradio/random.h> #include <vector...
1,294
C++
.h
44
25.840909
88
0.693861
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
39,807
pwr_squelch_cc_impl.h
gnuradio_gnuradio/gr-analog/lib/pwr_squelch_cc_impl.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_PWR_SQUELCH_CC_IMPL_H #define INCLUDED_ANALOG_PWR_SQUELCH_CC_IMPL_H #include "squelch_base_cc_impl.h" #include <gnuradio/analog...
2,021
C++
.h
53
32.415094
82
0.661043
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
39,808
agc_cc_impl.h
gnuradio_gnuradio/gr-analog/lib/agc_cc_impl.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_AGC_CC_IMPL_H #define INCLUDED_ANALOG_AGC_CC_IMPL_H #include <gnuradio/analog/agc_cc.h> namespace gr { namespace analog { cla...
1,431
C++
.h
40
31.025
90
0.649059
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
39,809
rail_ff_impl.h
gnuradio_gnuradio/gr-analog/lib/rail_ff_impl.h
/* -*- c++ -*- */ /* * Copyright 2004,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_RAIL_FF_IMPL_H #define INCLUDED_ANALOG_RAIL_FF_IMPL_H #include <gnuradio/analog/rail_ff.h> namespace gr { namespace analog { ...
924
C++
.h
34
23.705882
57
0.668942
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
39,810
noise_source_impl.h
gnuradio_gnuradio/gr-analog/lib/noise_source_impl.h
/* -*- c++ -*- */ /* * Copyright 2004,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef NOISE_SOURCE_IMPL_H #define NOISE_SOURCE_IMPL_H #include <gnuradio/analog/noise_source.h> #include <gnuradio/random.h> namespace gr { namespa...
983
C++
.h
34
25.558824
72
0.689765
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
39,811
pwr_squelch_ff_impl.h
gnuradio_gnuradio/gr-analog/lib/pwr_squelch_ff_impl.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_PWR_SQUELCH_FF_IMPL_H #define INCLUDED_ANALOG_PWR_SQUELCH_FF_IMPL_H #include "squelch_base_ff_impl.h" #include <gnuradio/analog...
2,084
C++
.h
53
33.603774
85
0.657751
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
39,812
pll_freqdet_cf_impl.h
gnuradio_gnuradio/gr-analog/lib/pll_freqdet_cf_impl.h
/* -*- c++ -*- */ /* * Copyright 2004,2011,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_PLL_FREQDET_CF_IMPL_H #define INCLUDED_ANALOG_PLL_FREQDET_CF_IMPL_H #include <gnuradio/analog/pll_freqdet_cf.h> namespace...
761
C++
.h
26
26.269231
71
0.697802
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
39,813
probe_avg_mag_sqrd_f_impl.h
gnuradio_gnuradio/gr-analog/lib/probe_avg_mag_sqrd_f_impl.h
/* -*- c++ -*- */ /* * Copyright 2005,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_F_IMPL_H #define INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_F_IMPL_H #include <gnuradio/analog/probe_avg_mag_sqrd_f....
1,242
C++
.h
38
29.157895
65
0.704107
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
39,814
feedforward_agc_cc_impl.h
gnuradio_gnuradio/gr-analog/lib/feedforward_agc_cc_impl.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_FEEDFORWARD_AGC_CC_IMPL_H #define INCLUDED_ANALOG_FEEDFORWARD_AGC_CC_IMPL_H #include <gnuradio/analog/feedforward_agc_cc.h> na...
825
C++
.h
29
25.344828
59
0.71066
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
39,815
frequency_modulator_fc_impl.h
gnuradio_gnuradio/gr-analog/lib/frequency_modulator_fc_impl.h
/* -*- c++ -*- */ /* * Copyright 2004,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_FREQUENCY_MODULATOR_FC_IMPL_H #define INCLUDED_ANALOG_FREQUENCY_MODULATOR_FC_IMPL_H #include <gnuradio/analog/frequency_modulat...
1,016
C++
.h
32
28.40625
71
0.720739
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
39,816
random_uniform_source_impl.h
gnuradio_gnuradio/gr-analog/lib/random_uniform_source_impl.h
/* -*- c++ -*- */ /* * Copyright 2015 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef RANDOM_UNIFORM_SOURCE_IMPL_H #define RANDOM_UNIFORM_SOURCE_IMPL_H #include <gnuradio/analog/random_uniform_source.h> #include <gnuradio/random.h> ...
897
C++
.h
32
24.9375
67
0.708772
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
39,817
pll_carriertracking_cc_impl.h
gnuradio_gnuradio/gr-analog/lib/pll_carriertracking_cc_impl.h
/* -*- c++ -*- */ /* * Copyright 2004,2006,2011,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_PLL_CARRIERTRACKING_CC_IMPL_H #define INCLUDED_ANALOG_PLL_CARRIERTRACKING_CC_IMPL_H #include <gnuradio/analog/pll_car...
1,611
C++
.h
49
27.938776
87
0.661935
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
39,818
simple_squelch_cc_impl.h
gnuradio_gnuradio/gr-analog/lib/simple_squelch_cc_impl.h
/* -*- c++ -*- */ /* * Copyright 2005,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_SIMPLE_SQUELCH_CC_IMPL_H #define INCLUDED_ANALOG_SIMPLE_SQUELCH_CC_IMPL_H #include <gnuradio/analog/simple_squelch_cc.h> #inclu...
1,172
C++
.h
36
29.111111
62
0.716444
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
39,819
quadrature_demod_cf_impl.h
gnuradio_gnuradio/gr-analog/lib/quadrature_demod_cf_impl.h
/* -*- c++ -*- */ /* * Copyright 2004,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_QUADRATURE_DEMOD_CF_IMPL_H #define INCLUDED_ANALOG_QUADRATURE_DEMOD_CF_IMPL_H #include <gnuradio/analog/quadrature_demod_cf.h> ...
899
C++
.h
30
26.766667
59
0.703488
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
39,820
ctcss_squelch_ff_impl.h
gnuradio_gnuradio/gr-analog/lib/ctcss_squelch_ff_impl.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_CTCSS_SQUELCH_FF_IMPL_H #define INCLUDED_ANALOG_CTCSS_SQUELCH_FF_IMPL_H #include "squelch_base_ff_impl.h" #include <gnuradio/an...
2,302
C++
.h
61
33
79
0.680287
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
39,821
sig_source_impl.h
gnuradio_gnuradio/gr-analog/lib/sig_source_impl.h
/* -*- c++ -*- */ /* * Copyright 2004,2012,2018,2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef SIG_SOURCE_IMPL_H #define SIG_SOURCE_IMPL_H #include <gnuradio/analog/sig_source.h> #include <gnuradio/fxpt_nco.h> #include <gnuradi...
1,815
C++
.h
55
27.672727
69
0.662851
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
39,822
squelch_base_cc_impl.h
gnuradio_gnuradio/gr-analog/lib/squelch_base_cc_impl.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_GR_SQUELCH_BASE_CC_IMPL_H #define INCLUDED_GR_SQUELCH_BASE_CC_IMPL_H #include <gnuradio/analog/squelch_base_cc.h> namespace gr { name...
1,400
C++
.h
44
27.340909
65
0.671375
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
39,823
cpfsk_bc_impl.h
gnuradio_gnuradio/gr-analog/lib/cpfsk_bc_impl.h
/* -*- c++ -*- */ /* * Copyright 2008,2012 Free Software Foundation, Inc. * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_CPFSK_BC_IMPL_H #define INCLUDED_ANALOG_CPFSK_BC_IMPL_H #include <gnuradio/analog/cpfsk_bc.h> namespace gr { namespace analog { class cpfsk_bc_impl : public cpfsk...
1,112
C++
.h
33
30.151515
72
0.671028
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
39,824
squelch_base_ff_impl.h
gnuradio_gnuradio/gr-analog/lib/squelch_base_ff_impl.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_GR_SQUELCH_BASE_FF_IMPL_H #define INCLUDED_GR_SQUELCH_BASE_FF_IMPL_H #include <gnuradio/analog/squelch_base_ff.h> #include <pmt/pmt.h>...
1,416
C++
.h
45
27.066667
65
0.671324
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
39,825
agc2_ff_impl.h
gnuradio_gnuradio/gr-analog/lib/agc2_ff_impl.h
/* -*- c++ -*- */ /* * Copyright 2005,2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_AGC2_FF_IMPL_H #define INCLUDED_ANALOG_AGC2_FF_IMPL_H #include <gnuradio/analog/agc2_ff.h> namespace gr { namespace analo...
1,717
C++
.h
46
32.108696
89
0.649819
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
39,826
agc_ff_impl.h
gnuradio_gnuradio/gr-analog/lib/agc_ff_impl.h
/* -*- c++ -*- */ /* * Copyright 2005,2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_AGC_FF_IMPL_H #define INCLUDED_ANALOG_AGC_FF_IMPL_H #include <gnuradio/analog/agc_ff.h> namespace gr { namespace analog {...
1,436
C++
.h
40
31.15
90
0.649603
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
39,827
probe_avg_mag_sqrd_c_impl.h
gnuradio_gnuradio/gr-analog/lib/probe_avg_mag_sqrd_c_impl.h
/* -*- c++ -*- */ /* * Copyright 2005,2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_C_IMPL_H #define INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_C_IMPL_H #include <gnuradio/analog/probe_avg_mag_sq...
1,256
C++
.h
38
29.526316
74
0.703397
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
39,828
fmdet_cf_impl.h
gnuradio_gnuradio/gr-analog/lib/fmdet_cf_impl.h
/* -*- c++ -*- */ /* * Copyright 2008, 2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_FMDET_CF_IMPL_H #define INCLUDED_ANALOG_FMDET_CF_IMPL_H #include <gnuradio/analog/fmdet_cf.h> //#include <gnuradio/filter/fir_...
1,319
C++
.h
39
30.384615
80
0.686614
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
39,829
phase_modulator_fc_impl.h
gnuradio_gnuradio/gr-analog/lib/phase_modulator_fc_impl.h
/* -*- c++ -*- */ /* * Copyright 2005,2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_PHASE_MODULATOR_FC_IMPL_H #define INCLUDED_ANALOG_PHASE_MODULATOR_FC_IMPL_H #include <gnuradio/analog/phase_modulator_fc.h...
1,066
C++
.h
33
28.909091
66
0.706745
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
39,830
agc2_cc_impl.h
gnuradio_gnuradio/gr-analog/lib/agc2_cc_impl.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_AGC2_IMPL_CC_H #define INCLUDED_ANALOG_AGC2_IMPL_CC_H #include <gnuradio/analog/agc2_cc.h> namespace gr { namespace analog { ...
1,712
C++
.h
46
32
89
0.649366
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
39,831
pll_refout_cc_impl.h
gnuradio_gnuradio/gr-analog/lib/pll_refout_cc_impl.h
/* -*- c++ -*- */ /* * Copyright 2004,2011,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_PLL_REFOUT_CC_IMPL_H #define INCLUDED_ANALOG_PLL_REFOUT_CC_IMPL_H #include <gnuradio/analog/pll_refout_cc.h> #include <gnu...
1,229
C++
.h
43
23.790698
70
0.633503
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
39,832
dpll_bb_impl.h
gnuradio_gnuradio/gr-analog/lib/dpll_bb_impl.h
/* -*- c++ -*- */ /* * Copyright 2007,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_DPLL_BB_IMPL_H #define INCLUDED_ANALOG_DPLL_BB_IMPL_H #include <gnuradio/analog/dpll_bb.h> namespace gr { namespace analog { ...
1,203
C++
.h
36
29.888889
89
0.696629
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
39,833
probe_avg_mag_sqrd_cf_impl.h
gnuradio_gnuradio/gr-analog/lib/probe_avg_mag_sqrd_cf_impl.h
/* -*- c++ -*- */ /* * Copyright 2005,2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_CF_IMPL_H #define INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_CF_IMPL_H #include <gnuradio/analog/probe_avg_mag_...
1,255
C++
.h
38
29.5
66
0.706468
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
39,834
agc3_cc_impl.h
gnuradio_gnuradio/gr-analog/lib/agc3_cc_impl.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_AGC3_IMPL_CC_H #define INCLUDED_ANALOG_AGC3_IMPL_CC_H #include <gnuradio/analog/agc3_cc.h> namespace gr { namespace analog { ...
1,590
C++
.h
51
25.941176
78
0.657946
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
39,835
agc_ff_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/agc_ff_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
1,228
C++
.h
27
43.074074
76
0.709431
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
39,836
dpll_bb_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/dpll_bb_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
1,115
C++
.h
25
42.24
80
0.717757
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
39,837
noise_type_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/noise_type_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
423
C++
.h
15
26.266667
76
0.742647
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
39,838
cpm_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/cpm_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
674
C++
.h
19
33.315789
76
0.723338
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
39,839
agc_cc_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/agc_cc_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
1,228
C++
.h
27
43.074074
76
0.709431
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
39,840
pwr_squelch_ff_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/pwr_squelch_ff_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
1,417
C++
.h
28
48.178571
81
0.724872
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
39,841
squelch_base_ff_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/squelch_base_ff_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
1,121
C++
.h
24
44.375
83
0.728452
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
39,842
pll_carriertracking_cc_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/pll_carriertracking_cc_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
2,493
C++
.h
45
52.444444
87
0.742298
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
39,843
quadrature_demod_cf_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/quadrature_demod_cf_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
926
C++
.h
23
37.782609
78
0.734007
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
39,844
agc2_cc_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/agc2_cc_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
1,402
C++
.h
29
45.896552
76
0.713755
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
39,845
phase_modulator_fc_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/phase_modulator_fc_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
1,082
C++
.h
23
44.73913
89
0.739214
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
39,846
fmdet_cf_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/fmdet_cf_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
1,181
C++
.h
26
43.038462
76
0.715799
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
39,847
pll_refout_cc_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/pll_refout_cc_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
640
C++
.h
18
33.444444
77
0.730519
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
39,848
agc_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/agc_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
2,349
C++
.h
41
54.682927
77
0.714982
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
39,849
probe_avg_mag_sqrd_f_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/probe_avg_mag_sqrd_f_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
1,266
C++
.h
27
44.333333
84
0.719442
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
39,850
pwr_squelch_cc_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/pwr_squelch_cc_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
1,417
C++
.h
28
48.178571
81
0.724872
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
39,851
squelch_base_cc_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/squelch_base_cc_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
1,121
C++
.h
24
44.375
83
0.728452
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
39,852
agc2_ff_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/agc2_ff_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
1,402
C++
.h
29
45.896552
76
0.713755
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
39,853
ctcss_squelch_ff_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/ctcss_squelch_ff_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
1,595
C++
.h
30
50.7
85
0.729642
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
39,854
probe_avg_mag_sqrd_cf_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/probe_avg_mag_sqrd_cf_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
1,278
C++
.h
27
44.777778
85
0.722177
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
39,855
feedforward_agc_cc_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/feedforward_agc_cc_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
660
C++
.h
18
34.555556
87
0.738994
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
39,856
rail_ff_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/rail_ff_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
948
C++
.h
23
38.913043
76
0.711771
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
39,857
agc2_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/agc2_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
2,727
C++
.h
45
57.955556
80
0.720442
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
39,858
cpfsk_bc_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/cpfsk_bc_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
973
C++
.h
23
40
76
0.720557
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
39,859
simple_squelch_cc_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/simple_squelch_cc_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
1,154
C++
.h
24
45.75
87
0.736511
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
39,860
probe_avg_mag_sqrd_c_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/probe_avg_mag_sqrd_c_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
1,266
C++
.h
27
44.333333
84
0.719442
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
39,861
pll_freqdet_cf_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/pll_freqdet_cf_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
2,016
C++
.h
35
55.057143
83
0.724884
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
39,862
frequency_modulator_fc_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/frequency_modulator_fc_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
964
C++
.h
23
39.434783
88
0.744887
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
39,863
agc3_cc_pydoc_template.h
gnuradio_gnuradio/gr-analog/python/analog/bindings/docstrings/agc3_cc_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, analog, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were aut...
1,402
C++
.h
29
45.896552
76
0.713755
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
39,864
cpfsk_bc.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/cpfsk_bc.h
/* -*- c++ -*- */ /* * Copyright 2008,2012 Free Software Foundation, Inc. * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_CPFSK_BC_H #define INCLUDED_ANALOG_CPFSK_BC_H #include <gnuradio/analog/api.h> #include <gnuradio/sync_interpolator.h> namespace gr { namespace analog { /*! * \b...
1,140
C++
.h
40
25.5
76
0.695971
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
39,865
agc2_cc.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/agc2_cc.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_AGC2_CC_H #define INCLUDED_ANALOG_AGC2_CC_H #include <gnuradio/analog/agc2.h> #include <gnuradio/analog/api.h> #include <gnurad...
1,892
C++
.h
57
28.631579
74
0.662651
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
39,866
agc3_cc.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/agc3_cc.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_AGC3_CC_H #define INCLUDED_ANALOG_AGC3_CC_H #include <gnuradio/analog/api.h> #include <gnuradio/sync_block.h> namespace gr { n...
2,204
C++
.h
63
30.206349
74
0.659475
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
39,867
probe_avg_mag_sqrd_f.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/probe_avg_mag_sqrd_f.h
/* -*- c++ -*- */ /* * Copyright 2005,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_F_H #define INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_F_H #include <gnuradio/analog/api.h> #include <gnuradio/sync_...
1,500
C++
.h
49
27.714286
68
0.70576
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
39,868
quadrature_demod_cf.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/quadrature_demod_cf.h
/* -*- c++ -*- */ /* * Copyright 2004,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_QUADRATURE_DEMOD_CF_H #define INCLUDED_ANALOG_QUADRATURE_DEMOD_CF_H #include <gnuradio/analog/api.h> #include <gnuradio/sync_bl...
2,717
C++
.h
73
34.808219
90
0.635812
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
39,869
agc2.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/agc2.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_AGC2_H #define INCLUDED_ANALOG_AGC2_H #include <gnuradio/analog/api.h> #include <gnuradio/gr_complex.h> #include <cmath> names...
5,310
C++
.h
152
28.611842
88
0.600506
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
39,870
sig_source_waveform.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/sig_source_waveform.h
/* -*- c++ -*- */ /* * Copyright 2004,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_SIG_SOURCE_WAVEFORM_H #define INCLUDED_ANALOG_SIG_SOURCE_WAVEFORM_H namespace gr { namespace analog { /*! * \brief Types of s...
627
C++
.h
28
20
53
0.690236
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
39,871
noise_source.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/noise_source.h
/* -*- c++ -*- */ /* * Copyright 2004,2012,2018 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef NOISE_SOURCE_H #define NOISE_SOURCE_H #include <gnuradio/analog/api.h> #include <gnuradio/analog/noise_type.h> #include <gnuradio/sync_bl...
2,053
C++
.h
62
29.758065
71
0.684689
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
39,872
pwr_squelch_cc.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/pwr_squelch_cc.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_PWR_SQUELCH_CC_H #define INCLUDED_ANALOG_PWR_SQUELCH_CC_H #include <gnuradio/analog/api.h> #include <gnuradio/analog/squelch_ba...
2,013
C++
.h
56
32.339286
88
0.675231
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
39,873
squelch_base_ff.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/squelch_base_ff.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_SQUELCH_BASE_FF_H #define INCLUDED_ANALOG_SQUELCH_BASE_FF_H #include <gnuradio/analog/api.h> #include <gnuradio/block.h> names...
990
C++
.h
36
25
68
0.694503
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
39,874
frequency_modulator_fc.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/frequency_modulator_fc.h
/* -*- c++ -*- */ /* * Copyright 2004,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_FREQUENCY_MODULATOR_FC_H #define INCLUDED_ANALOG_FREQUENCY_MODULATOR_FC_H #include <gnuradio/analog/api.h> #include <gnuradio/s...
1,851
C++
.h
62
27.435484
67
0.691746
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
39,875
agc_cc.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/agc_cc.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_AGC_CC_H #define INCLUDED_ANALOG_AGC_CC_H #include <gnuradio/analog/agc.h> #include <gnuradio/analog/api.h> #include <gnuradio/...
1,567
C++
.h
52
25.903846
66
0.656707
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
39,876
fmdet_cf.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/fmdet_cf.h
/* -*- c++ -*- */ /* * Copyright 2008,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_FMDET_CF_H #define INCLUDED_ANALOG_FMDET_CF_H #include <gnuradio/analog/api.h> #include <gnuradio/sync_block.h> namespace gr {...
1,509
C++
.h
50
27.1
83
0.691034
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
39,877
cpm.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/cpm.h
/* -*- c++ -*- */ /* * Copyright 2010,2012 Free Software Foundation, Inc. * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_CPM_H #define INCLUDED_ANALOG_CPM_H #include <gnuradio/analog/api.h> #include <vector> namespace gr { namespace analog { /*! \brief Return the taps for an interp...
2,813
C++
.h
70
33.957143
85
0.611111
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
39,878
agc_ff.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/agc_ff.h
/* -*- c++ -*- */ /* * Copyright 2005,2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_AGC_FF_H #define INCLUDED_ANALOG_AGC_FF_H #include <gnuradio/analog/agc.h> #include <gnuradio/analog/api.h> #include <gnur...
1,553
C++
.h
52
25.634615
66
0.656836
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
39,879
squelch_base_cc.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/squelch_base_cc.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_SQUELCH_BASE_CC_H #define INCLUDED_ANALOG_SQUELCH_BASE_CC_H #include <gnuradio/analog/api.h> #include <gnuradio/block.h> names...
995
C++
.h
36
25.138889
68
0.695058
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
39,880
pwr_squelch_ff.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/pwr_squelch_ff.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_PWR_SQUELCH_FF_H #define INCLUDED_ANALOG_PWR_SQUELCH_FF_H #include <gnuradio/analog/api.h> #include <gnuradio/analog/squelch_ba...
2,008
C++
.h
56
32.25
88
0.67491
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
39,881
probe_avg_mag_sqrd_cf.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/probe_avg_mag_sqrd_cf.h
/* -*- c++ -*- */ /* * Copyright 2005,2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_CF_H #define INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_CF_H #include <gnuradio/analog/api.h> #include <gnuradi...
1,533
C++
.h
50
27.8
66
0.707598
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
39,882
pll_refout_cc.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/pll_refout_cc.h
/* -*- c++ -*- */ /* * Copyright 2004,2011,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_PLL_REFOUT_CC_H #define INCLUDED_ANALOG_PLL_REFOUT_CC_H #include <gnuradio/analog/api.h> #include <gnuradio/blocks/control...
1,657
C++
.h
50
30.06
83
0.708125
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
39,883
sig_source.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/sig_source.h
/* -*- c++ -*- */ /* * Copyright 2004,2012,2018 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef SIG_SOURCE_H #define SIG_SOURCE_H #include <gnuradio/analog/api.h> #include <gnuradio/analog/sig_source_waveform.h> #include <gnuradio/sy...
2,733
C++
.h
87
26.356322
74
0.650323
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
39,884
feedforward_agc_cc.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/feedforward_agc_cc.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_FEEDFORWARD_AGC_CC_H #define INCLUDED_ANALOG_FEEDFORWARD_AGC_CC_H #include <gnuradio/analog/api.h> #include <gnuradio/sync_bloc...
1,030
C++
.h
36
25.972222
66
0.714286
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
39,885
api.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/api.h
/* * Copyright 2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_API_H #define INCLUDED_ANALOG_API_H #include <gnuradio/attributes.h> #ifdef gnuradio_analog_EXPORTS #define ANALOG_API __GR_ATTR_EXPORT #else #define...
392
C++
.h
17
21.411765
48
0.757412
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
true
false
false
false
false
false
false
39,887
probe_avg_mag_sqrd_c.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/probe_avg_mag_sqrd_c.h
/* -*- c++ -*- */ /* * Copyright 2005,2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_C_H #define INCLUDED_ANALOG_PROBE_AVG_MAG_SQRD_C_H #include <gnuradio/analog/api.h> #include <gnuradio/s...
1,507
C++
.h
49
27.897959
70
0.706897
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
39,888
simple_squelch_cc.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/simple_squelch_cc.h
/* -*- c++ -*- */ /* * Copyright 2005,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_SIMPLE_SQUELCH_CC_H #define INCLUDED_ANALOG_SIMPLE_SQUELCH_CC_H #include <gnuradio/analog/api.h> #include <gnuradio/sync_block....
1,232
C++
.h
40
27.775
81
0.705584
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
39,889
dpll_bb.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/dpll_bb.h
/* -*- c++ -*- */ /* * Copyright 2007,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_DPLL_BB_H #define INCLUDED_ANALOG_DPLL_BB_H #include <gnuradio/analog/api.h> #include <gnuradio/sync_block.h> namespace gr { n...
1,044
C++
.h
39
24.25641
58
0.691767
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
39,890
agc.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/agc.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_AGC_H #define INCLUDED_ANALOG_AGC_H #include <gnuradio/analog/api.h> #include <gnuradio/gr_complex.h> #include <cmath> namespa...
4,075
C++
.h
124
27.427419
81
0.607988
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
39,891
ctcss_squelch_ff.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/ctcss_squelch_ff.h
/* -*- c++ -*- */ /* * Copyright 2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_CTCSS_SQUELCH_FF_H #define INCLUDED_ANALOG_CTCSS_SQUELCH_FF_H #include <gnuradio/analog/api.h> #include <gnuradio/analog/squelc...
1,970
C++
.h
56
31.625
86
0.681723
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
39,892
pll_freqdet_cf.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/pll_freqdet_cf.h
/* -*- c++ -*- */ /* * Copyright 2004,2011 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_PLL_FREQDET_CF_H #define INCLUDED_ANALOG_PLL_FREQDET_CF_H #include <gnuradio/analog/api.h> #include <gnuradio/blocks/control_lo...
1,693
C++
.h
49
31.428571
77
0.710446
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
39,893
phase_modulator_fc.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/phase_modulator_fc.h
/* -*- c++ -*- */ /* * Copyright 2005,2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_PHASE_MODULATOR_FC_H #define INCLUDED_ANALOG_PHASE_MODULATOR_FC_H #include <gnuradio/analog/api.h> #include <gnuradio/sync...
1,187
C++
.h
43
24.930233
70
0.707489
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
39,894
pll_carriertracking_cc.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/pll_carriertracking_cc.h
/* -*- c++ -*- */ /* * Copyright 2004,2006,2011,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_PLL_CARRIERTRACKING_CC_H #define INCLUDED_ANALOG_PLL_CARRIERTRACKING_CC_H #include <gnuradio/analog/api.h> #include <...
1,844
C++
.h
53
31.415094
77
0.711722
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
39,895
agc2_ff.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/agc2_ff.h
/* -*- c++ -*- */ /* * Copyright 2005,2006,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_AGC2_FF_H #define INCLUDED_ANALOG_AGC2_FF_H #include <gnuradio/analog/agc2.h> #include <gnuradio/analog/api.h> #include <g...
1,878
C++
.h
57
28.385965
74
0.662804
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
39,896
random_uniform_source.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/random_uniform_source.h
/* -*- c++ -*- */ /* * Copyright 2015,2018 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef RANDOM_UNIFORM_SOURCE_H #define RANDOM_UNIFORM_SOURCE_H #include <gnuradio/analog/api.h> #include <gnuradio/sync_block.h> namespace gr { name...
1,516
C++
.h
44
31.545455
90
0.726776
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
39,897
rail_ff.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/rail_ff.h
/* -*- c++ -*- */ /* * Copyright 2004,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_RAIL_FF_H #define INCLUDED_ANALOG_RAIL_FF_H #include <gnuradio/analog/api.h> #include <gnuradio/sync_block.h> namespace gr { n...
979
C++
.h
39
22.153846
53
0.661654
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
39,898
noise_type.h
gnuradio_gnuradio/gr-analog/include/gnuradio/analog/noise_type.h
/* -*- c++ -*- */ /* * Copyright 2004,2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_ANALOG_NOISE_TYPE_H #define INCLUDED_ANALOG_NOISE_TYPE_H namespace gr { namespace analog { typedef enum { GR_UNIFORM = 200, GR_GAUSSI...
455
C++
.h
17
25.058824
86
0.702079
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