root / gnuradio-core / src / lib / general / gr_pn_correlator_cc.i @ 2eee2b14
History | View | Annotate | Download (1 kB)
| 1 | bae47cc4 | jcorgan | /* -*- c++ -*- */ |
|---|---|---|---|
| 2 | bae47cc4 | jcorgan | /* |
| 3 | bae47cc4 | jcorgan | * Copyright 2007 Free Software Foundation, Inc. |
| 4 | bae47cc4 | jcorgan | * |
| 5 | bae47cc4 | jcorgan | * This file is part of GNU Radio |
| 6 | bae47cc4 | jcorgan | * |
| 7 | bae47cc4 | jcorgan | * GNU Radio is free software; you can redistribute it and/or modify |
| 8 | bae47cc4 | 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 | bae47cc4 | jcorgan | * any later version. |
| 11 | bae47cc4 | jcorgan | * |
| 12 | bae47cc4 | jcorgan | * GNU Radio is distributed in the hope that it will be useful, |
| 13 | bae47cc4 | jcorgan | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | bae47cc4 | jcorgan | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | bae47cc4 | jcorgan | * GNU General Public License for more details. |
| 16 | bae47cc4 | jcorgan | * |
| 17 | bae47cc4 | jcorgan | * You should have received a copy of the GNU General Public License |
| 18 | bae47cc4 | jcorgan | * along with GNU Radio; see the file COPYING. If not, write to |
| 19 | bae47cc4 | jcorgan | * the Free Software Foundation, Inc., 51 Franklin Street, |
| 20 | bae47cc4 | jcorgan | * Boston, MA 02110-1301, USA. |
| 21 | bae47cc4 | jcorgan | */ |
| 22 | bae47cc4 | jcorgan | |
| 23 | bae47cc4 | jcorgan | GR_SWIG_BLOCK_MAGIC(gr,pn_correlator_cc) |
| 24 | bae47cc4 | jcorgan | |
| 25 | bae47cc4 | jcorgan | gr_pn_correlator_cc_sptr |
| 26 | bae47cc4 | jcorgan | gr_make_pn_correlator_cc(int degree, int mask=0, int seed=1); |
| 27 | bae47cc4 | jcorgan | |
| 28 | bae47cc4 | jcorgan | class gr_pn_correlator_cc : public gr_sync_decimator |
| 29 | bae47cc4 | jcorgan | {
|
| 30 | bae47cc4 | jcorgan | protected: |
| 31 | bae47cc4 | jcorgan | gr_pn_correlator_cc(); |
| 32 | bae47cc4 | jcorgan | }; |