Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / general / gr_dpll_bb.i @ a52f9a19

History | View | Annotate | Download (1018 Bytes)

1 43819f0f jcorgan
/* -*- c++ -*- */
2 43819f0f jcorgan
/*
3 43819f0f jcorgan
 * Copyright 2007 Free Software Foundation, Inc.
4 43819f0f jcorgan
 * 
5 43819f0f jcorgan
 * This file is part of GNU Radio
6 43819f0f jcorgan
 * 
7 43819f0f jcorgan
 * GNU Radio is free software; you can redistribute it and/or modify
8 43819f0f jcorgan
 * it under the terms of the GNU General Public License as published by
9 937b719d eb
 * the Free Software Foundation; either version 3, or (at your option)
10 43819f0f jcorgan
 * any later version.
11 43819f0f jcorgan
 * 
12 43819f0f jcorgan
 * GNU Radio is distributed in the hope that it will be useful,
13 43819f0f jcorgan
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 43819f0f jcorgan
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 43819f0f jcorgan
 * GNU General Public License for more details.
16 43819f0f jcorgan
 * 
17 43819f0f jcorgan
 * You should have received a copy of the GNU General Public License
18 43819f0f jcorgan
 * along with GNU Radio; see the file COPYING.  If not, write to
19 43819f0f jcorgan
 * the Free Software Foundation, Inc., 51 Franklin Street,
20 43819f0f jcorgan
 * Boston, MA 02110-1301, USA.
21 43819f0f jcorgan
 */
22 43819f0f jcorgan
23 c7dbfcc7 trondeau
GR_SWIG_BLOCK_MAGIC(gr,dpll_bb)
24 43819f0f jcorgan
25 c7dbfcc7 trondeau
  gr_dpll_bb_sptr gr_make_dpll_bb (float period, float gain);
26 43819f0f jcorgan
27 c7dbfcc7 trondeau
class gr_dpll_bb : public gr_sync_block
28 43819f0f jcorgan
{
29 c7dbfcc7 trondeau
 private:
30 c7dbfcc7 trondeau
  gr_dpll_bb (float period, float gain);
31 43819f0f jcorgan
};