[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated.
From: |
Git Repository |
Subject: |
[Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated. 3.3git-569-gbdf985a |
Date: |
Sat, 12 Dec 2009 10:39:08 -0700 (MST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gnuradio.git at gnuradio.org".
The branch, master has been updated
via bdf985aa55ed90394f9015ac7577892dba7e5cae (commit)
via 34c64290e3146b50053494839847e9f894d98493 (commit)
via 2e9af20a77f56263255c4e2395953aec8573fcb1 (commit)
via 23bb3a5b5f8430478ab1ff7b9d394214f757deac (commit)
via 96c92bb05fdbd2d42bb485bee46e63931d465cc3 (commit)
via 5a0887f9138dc4dd0e8e09bb859a513bd7c971e2 (commit)
via 821aa4341a2ad6b69cbb829bcf2d31638f67a878 (commit)
from 861d2d1b16e708b65087b86e864980415abd123f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bdf985aa55ed90394f9015ac7577892dba7e5cae
Merge: 861d2d1b16e708b65087b86e864980415abd123f
34c64290e3146b50053494839847e9f894d98493
Author: Johnathan Corgan <address@hidden>
Date: Sat Dec 12 09:34:35 2009 -0800
Merge branch 'wip/pager' of address@hidden:jcorgan
Merge-fix: Fix erroneous EXTRA_DIST in lib/
Merge-fix: Don't install usrp_rx_flex.py (unfinished)
commit 34c64290e3146b50053494839847e9f894d98493
Author: Johnathan Corgan <address@hidden>
Date: Thu Oct 29 11:07:15 2009 -0700
Added GRC block wrappers for pager blocks
pager.slicer_fb
pager.flex_sync
pager.flex_deinterleave
commit 2e9af20a77f56263255c4e2395953aec8573fcb1
Author: Johnathan Corgan <address@hidden>
Date: Thu Oct 29 08:10:20 2009 -0700
Added resampler and pushed matched filter into it.
commit 23bb3a5b5f8430478ab1ff7b9d394214f757deac
Author: Johnathan Corgan <address@hidden>
Date: Fri Oct 16 14:02:10 2009 -0700
Work in progress, updating usrp_rx_flex.py
Optimized channel bandwith filter
Optimized matched filter
commit 96c92bb05fdbd2d42bb485bee46e63931d465cc3
Author: Johnathan Corgan <address@hidden>
Date: Fri Oct 16 12:22:42 2009 -0700
Directory reorganization to newer layout
Top-level applications go into 'apps' (previous commit)
C++ library build goes into 'lib'
SWIG generation goes into 'swig'
Pure python modules/code goes into 'python'
commit 5a0887f9138dc4dd0e8e09bb859a513bd7c971e2
Author: Johnathan Corgan <address@hidden>
Date: Sun Oct 11 14:27:00 2009 -0700
Work in progress, added GRC-based single channel receiver
commit 821aa4341a2ad6b69cbb829bcf2d31638f67a878
Author: Johnathan Corgan <address@hidden>
Date: Sun Oct 11 12:47:46 2009 -0700
Moved command-line apps into apps subdirectory
-----------------------------------------------------------------------
Summary of changes:
config/grc_gr_pager.m4 | 12 +-
gr-pager/Makefile.am | 6 +-
.../python/pfb => gr-pager/apps}/.gitignore | 0
gr-pager/apps/Makefile.am | 36 +
gr-pager/{src => apps}/usrp_flex.py | 0
gr-pager/{src => apps}/usrp_flex_all.py | 0
gr-pager/{src => apps}/usrp_flex_band.py | 0
gr-pager/apps/usrp_rx_flex.grc | 1804 ++++++++++++++++++++
gr-pager/apps/usrp_rx_flex.py | 434 +++++
{gr-noaa => gr-pager}/grc/.gitignore | 0
gr-pager/grc/Makefile.am | 29 +
gr-pager/grc/pager_flex_deinterleave.xml | 23 +
gr-pager/grc/pager_flex_sync.xml | 36 +
gr-pager/grc/pager_slicer_fb.xml | 31 +
gr-pager/lib/.gitignore | 4 +
gr-pager/lib/Makefile.am | 53 +
gr-pager/{src => lib}/Makefile.swig.gen | 0
gr-pager/{src => lib}/pager_flex_deinterleave.cc | 0
gr-pager/{src => lib}/pager_flex_deinterleave.h | 0
gr-pager/{src => lib}/pager_flex_frame.cc | 0
gr-pager/{src => lib}/pager_flex_frame.h | 0
gr-pager/{src => lib}/pager_flex_parse.cc | 0
gr-pager/{src => lib}/pager_flex_parse.h | 0
gr-pager/{src => lib}/pager_flex_sync.cc | 0
gr-pager/{src => lib}/pager_flex_sync.h | 0
gr-pager/{src => lib}/pager_slicer_fb.cc | 0
gr-pager/{src => lib}/pager_slicer_fb.h | 0
gr-pager/{src => lib}/pageri_bch3221.cc | 0
gr-pager/{src => lib}/pageri_bch3221.h | 0
gr-pager/{src => lib}/pageri_flex_modes.cc | 0
gr-pager/{src => lib}/pageri_flex_modes.h | 0
gr-pager/{src => lib}/pageri_util.cc | 0
gr-pager/{src => lib}/pageri_util.h | 0
.../include/gcell => gr-pager/python}/.gitignore | 0
gr-pager/python/Makefile.am | 39 +
gr-pager/{src => python}/__init__.py | 0
gr-pager/{src => python}/flex_demod.py | 0
gr-pager/{src => python}/pager_utils.py | 0
gr-pager/{src => python}/qa_pager.py | 0
gr-pager/{src => python}/run_tests.in | 0
gr-pager/src/.gitignore | 8 -
gr-pager/src/Makefile.am | 103 --
gr-pager/src/pager_swig.i | 89 -
gr-pager/swig/.gitignore | 6 +
gr-pager/swig/Makefile.am | 60 +
gr-pager/{src => swig}/Makefile.swig.gen | 0
gr-pager/swig/pager_flex_deinterleave.i | 11 +
gr-pager/{src => swig}/pager_flex_frame.i | 0
gr-pager/swig/pager_flex_parse.i | 11 +
gr-pager/swig/pager_flex_sync.i | 11 +
gr-pager/swig/pager_slicer_fb.i | 12 +
gr-pager/swig/pager_swig.i | 36 +
run_tests.sh.in | 2 +-
53 files changed, 2650 insertions(+), 206 deletions(-)
copy {gnuradio-examples/python/pfb => gr-pager/apps}/.gitignore (100%)
create mode 100644 gr-pager/apps/Makefile.am
rename gr-pager/{src => apps}/usrp_flex.py (100%)
rename gr-pager/{src => apps}/usrp_flex_all.py (100%)
rename gr-pager/{src => apps}/usrp_flex_band.py (100%)
create mode 100644 gr-pager/apps/usrp_rx_flex.grc
create mode 100755 gr-pager/apps/usrp_rx_flex.py
copy {gr-noaa => gr-pager}/grc/.gitignore (100%)
create mode 100644 gr-pager/grc/Makefile.am
create mode 100644 gr-pager/grc/pager_flex_deinterleave.xml
create mode 100644 gr-pager/grc/pager_flex_sync.xml
create mode 100644 gr-pager/grc/pager_slicer_fb.xml
create mode 100644 gr-pager/lib/.gitignore
create mode 100644 gr-pager/lib/Makefile.am
copy gr-pager/{src => lib}/Makefile.swig.gen (100%)
rename gr-pager/{src => lib}/pager_flex_deinterleave.cc (100%)
rename gr-pager/{src => lib}/pager_flex_deinterleave.h (100%)
rename gr-pager/{src => lib}/pager_flex_frame.cc (100%)
rename gr-pager/{src => lib}/pager_flex_frame.h (100%)
rename gr-pager/{src => lib}/pager_flex_parse.cc (100%)
rename gr-pager/{src => lib}/pager_flex_parse.h (100%)
rename gr-pager/{src => lib}/pager_flex_sync.cc (100%)
rename gr-pager/{src => lib}/pager_flex_sync.h (100%)
rename gr-pager/{src => lib}/pager_slicer_fb.cc (100%)
rename gr-pager/{src => lib}/pager_slicer_fb.h (100%)
rename gr-pager/{src => lib}/pageri_bch3221.cc (100%)
rename gr-pager/{src => lib}/pageri_bch3221.h (100%)
rename gr-pager/{src => lib}/pageri_flex_modes.cc (100%)
rename gr-pager/{src => lib}/pageri_flex_modes.h (100%)
rename gr-pager/{src => lib}/pageri_util.cc (100%)
rename gr-pager/{src => lib}/pageri_util.h (100%)
copy {gcell/include/gcell => gr-pager/python}/.gitignore (100%)
create mode 100644 gr-pager/python/Makefile.am
rename gr-pager/{src => python}/__init__.py (100%)
rename gr-pager/{src => python}/flex_demod.py (100%)
rename gr-pager/{src => python}/pager_utils.py (100%)
rename gr-pager/{src => python}/qa_pager.py (100%)
rename gr-pager/{src => python}/run_tests.in (100%)
delete mode 100644 gr-pager/src/.gitignore
delete mode 100644 gr-pager/src/Makefile.am
delete mode 100644 gr-pager/src/pager_swig.i
create mode 100644 gr-pager/swig/.gitignore
create mode 100644 gr-pager/swig/Makefile.am
rename gr-pager/{src => swig}/Makefile.swig.gen (100%)
create mode 100644 gr-pager/swig/pager_flex_deinterleave.i
rename gr-pager/{src => swig}/pager_flex_frame.i (100%)
create mode 100644 gr-pager/swig/pager_flex_parse.i
create mode 100644 gr-pager/swig/pager_flex_sync.i
create mode 100644 gr-pager/swig/pager_slicer_fb.i
create mode 100644 gr-pager/swig/pager_swig.i
hooks/post-receive
--
gnuradio.git at gnuradio.org
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated. 3.3git-569-gbdf985a,
Git Repository <=