summaryrefslogtreecommitdiff
path: root/gr-pager/README
diff options
context:
space:
mode:
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2006-10-07 01:22:00 +0000
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2006-10-07 01:22:00 +0000
commit2dbacda7b6ca783cccb687ab98429a539f82900d (patch)
tree6b36ebb6383c7ca728c6fa079668cc87b13069be /gr-pager/README
parentbaab0003d7c2464b61e29bbce615402bca7682c5 (diff)
Merged -r3690:3730 from jcorgan/pager branch into trunk.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3731 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-pager/README')
-rw-r--r--gr-pager/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/gr-pager/README b/gr-pager/README
index 9c0701d9f9..4327f258ea 100644
--- a/gr-pager/README
+++ b/gr-pager/README
@@ -1,13 +1,12 @@
This GNU Radio component implements (will implement) common radiopager
signaling protocols such as POCSAG and FLEX.
-Current status (9/28/06):
+Current status (10/6/06):
-FLEX receiving is nearing completion.
+FLEX receiving is completed except for addition of BCH error correction.
pager.slicer_fb() Accepts a complex baseband downconverted channel
and outputs 4-level FSK symbols [0-3] as bytes.
- This may migrate into gnuradio-core at some point.
pager.flex_sync() Accepts 4FSK symbol stream at channel rate and
outputs four phases of FLEX data bits as bytes.
@@ -20,10 +19,8 @@ pager.flex_deinterleave() Accepts a single phase of FLEX data bits and performs
and converted into FLEX data words for output.
pager.flex_parse() Sink block that accepts a single phase of FLEX data
- words and unpacks and parses individual pages.
- Currently, this block decodes the capcodes of each
- receive page and displays the page type, but not yet
- the contents.
+ words and unpacks and parses individual pages. These are
+ passed outside the data plane via gr_message's.
pager.flex_decode() Combines the above blocks correctly to convert
from downconverted baseband to pager messages
@@ -33,5 +30,8 @@ usrp_flex.py Instantiates USRP receive chain to receive FLEX
Right now this installs into $PREFIX/bin but will
probably make it into gnuradio-examples.
+aypabtu.py Decodes FLEX pages from multiple rx channels in a range.
+ Incomplete.
+
Johnathan Corgan
jcorgan@aeinet.com