commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6464 - in gnuradio/branches/developers/jcorgan/t162-s


From: jcorgan
Subject: [Commit-gnuradio] r6464 - in gnuradio/branches/developers/jcorgan/t162-staging: config debian gnuradio-examples/python gnuradio-examples/python/dect gnuradio-examples/python/digital gnuradio-examples/python/limbo gnuradio-examples/python/network gnuradio-examples/python/ofdm
Date: Tue, 18 Sep 2007 11:44:50 -0600 (MDT)

Author: jcorgan
Date: 2007-09-18 11:44:50 -0600 (Tue, 18 Sep 2007)
New Revision: 6464

Added:
   
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/limbo/sounder/
Removed:
   
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/sounder/
Modified:
   
gnuradio/branches/developers/jcorgan/t162-staging/config/grc_gnuradio_examples.m4
   gnuradio/branches/developers/jcorgan/t162-staging/debian/gen-install-files.sh
   
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/Makefile.am
   
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/dect/Makefile.am
   
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/digital/Makefile.am
   
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/network/Makefile.am
   
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/ofdm/Makefile.am
Log:
Cleanup prior to trunk merge.

Modified: 
gnuradio/branches/developers/jcorgan/t162-staging/config/grc_gnuradio_examples.m4
===================================================================
--- 
gnuradio/branches/developers/jcorgan/t162-staging/config/grc_gnuradio_examples.m4
   2007-09-18 17:40:36 UTC (rev 6463)
+++ 
gnuradio/branches/developers/jcorgan/t162-staging/config/grc_gnuradio_examples.m4
   2007-09-18 17:44:50 UTC (rev 6464)
@@ -35,7 +35,6 @@
         gnuradio-examples/python/multi_usrp/Makefile \
         gnuradio-examples/python/network/Makefile \
        gnuradio-examples/python/ofdm/Makefile \
-       gnuradio-examples/python/sounder/Makefile \
         gnuradio-examples/python/usrp/Makefile \
     ])
 

Modified: 
gnuradio/branches/developers/jcorgan/t162-staging/debian/gen-install-files.sh
===================================================================
--- 
gnuradio/branches/developers/jcorgan/t162-staging/debian/gen-install-files.sh   
    2007-09-18 17:40:36 UTC (rev 6463)
+++ 
gnuradio/branches/developers/jcorgan/t162-staging/debian/gen-install-files.sh   
    2007-09-18 17:44:50 UTC (rev 6464)
@@ -203,10 +203,12 @@
 $EXTRACT gnuradio-examples/python/apps/hf_explorer/Makefile ourdata_DATA 
>>$NAME
 $EXTRACT gnuradio-examples/python/apps/hf_radio/Makefile ourdata_DATA >>$NAME
 $EXTRACT gnuradio-examples/python/audio/Makefile ourdata_DATA >>$NAME
+$EXTRACT gnuradio-examples/python/dect/Makefile ourdata_DATA >>$NAME
 $EXTRACT gnuradio-examples/python/digital/Makefile ourdata_DATA >>$NAME
 $EXTRACT gnuradio-examples/python/digital_voice/Makefile ourdata_DATA >>$NAME
 $EXTRACT gnuradio-examples/python/multi-antenna/Makefile ourdata_DATA >>$NAME
 $EXTRACT gnuradio-examples/python/multi_usrp/Makefile ourdata_DATA >>$NAME
+$EXTRACT gnuradio-examples/python/network/Makefile ourdata_DATA >>$NAME
 $EXTRACT gnuradio-examples/python/ofdm/Makefile ourdata_DATA >>$NAME
 $EXTRACT gnuradio-examples/python/usrp/Makefile ourdata_DATA >>$NAME
 

Modified: 
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/Makefile.am
      2007-09-18 17:40:36 UTC (rev 6463)
+++ 
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/Makefile.am
      2007-09-18 17:44:50 UTC (rev 6464)
@@ -31,7 +31,6 @@
        multi_usrp \
        network \
        ofdm \
-       sounder \
        usrp
 
 # Make example scripts with #! executable

Modified: 
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/dect/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/dect/Makefile.am
 2007-09-18 17:40:36 UTC (rev 6463)
+++ 
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/dect/Makefile.am
 2007-09-18 17:44:50 UTC (rev 6464)
@@ -19,10 +19,15 @@
 # Boston, MA 02110-1301, USA.
 # 
 
+include $(top_srcdir)/Makefile.common
+
 EXTRA_DIST =                   \
        README                  \
        dect_receiver.py        \
        usrp_source.py          \
        usrp_dect.py
 
+ourdatadir = $(exampledir)/dect
+ourdata_DATA = $(EXTRA_DIST)
+
 MOSTLYCLEANFILES = *.pyc *~

Modified: 
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/digital/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/digital/Makefile.am
      2007-09-18 17:40:36 UTC (rev 6463)
+++ 
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/digital/Makefile.am
      2007-09-18 17:44:50 UTC (rev 6464)
@@ -23,15 +23,18 @@
 
 EXTRA_DIST =                   \
        README                  \
+       benchmark_loopback.py   \
        benchmark_rx.py         \
        benchmark_tx.py         \
        fusb_options.py         \
        gen_whitener.py         \
        pick_bitrate.py         \
        receive_path.py         \
+       receive_path_lb.py      \
        rx_voice.py             \
        run_length.py           \
        transmit_path.py        \
+       transmit_path_lb.py     \
        tunnel.py               \
        tx_voice.py             
 

Copied: 
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/limbo/sounder
 (from rev 6462, 
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/sounder)

Modified: 
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/network/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/network/Makefile.am
      2007-09-18 17:40:36 UTC (rev 6463)
+++ 
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/network/Makefile.am
      2007-09-18 17:44:50 UTC (rev 6464)
@@ -19,6 +19,8 @@
 # Boston, MA 02110-1301, USA.
 # 
 
+include $(top_srcdir)/Makefile.common
+
 EXTRA_DIST =                   \
        audio_sink.py           \
        audio_source.py         \
@@ -27,4 +29,7 @@
        vector_sink.py          \
        vector_source.py
 
+ourdatadir = $(exampledir)/network
+ourdata_DATA = $(EXTRA_DIST)
+
 MOSTLYCLEANFILES = *.pyc *~

Modified: 
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/ofdm/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/ofdm/Makefile.am
 2007-09-18 17:40:36 UTC (rev 6463)
+++ 
gnuradio/branches/developers/jcorgan/t162-staging/gnuradio-examples/python/ofdm/Makefile.am
 2007-09-18 17:44:50 UTC (rev 6464)
@@ -29,7 +29,12 @@
                fusb_options.py                 \
                pick_bitrate.py                 \
                receive_path.py                 \
-               transmit_path.py
+               transmit_path.py                \
+               ofdm_mod_demod_test.py          \
+               ofdm_sync.m                     \
+               ofdm_sync_pn.m                  \
+               plot_ofdm.m                     \
+               tunnel.py       
 
 ourdatadir = $(exampledir)/ofdm
 ourdata_DATA = $(EXTRA_DIST)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]