commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4885 - gnuradio/branches/developers/jcorgan/sar-fe/gr


From: jcorgan
Subject: [Commit-gnuradio] r4885 - gnuradio/branches/developers/jcorgan/sar-fe/gr-sar-fe/src/python
Date: Thu, 5 Apr 2007 13:39:37 -0600 (MDT)

Author: jcorgan
Date: 2007-04-05 13:39:37 -0600 (Thu, 05 Apr 2007)
New Revision: 4885

Modified:
   gnuradio/branches/developers/jcorgan/sar-fe/gr-sar-fe/src/python/debug_sar.py
Log:
Work in progress.

Modified: 
gnuradio/branches/developers/jcorgan/sar-fe/gr-sar-fe/src/python/debug_sar.py
===================================================================
--- 
gnuradio/branches/developers/jcorgan/sar-fe/gr-sar-fe/src/python/debug_sar.py   
    2007-04-05 19:32:51 UTC (rev 4884)
+++ 
gnuradio/branches/developers/jcorgan/sar-fe/gr-sar-fe/src/python/debug_sar.py   
    2007-04-05 19:39:37 UTC (rev 4885)
@@ -3,18 +3,9 @@
 from gnuradio import gr, usrp
 
 def main():
+    u = usrp.sink_c(fpga_filename = 'usrp_sar.rbf')
+    u.start()
+    u.stop()
 
-    # This just creates a dummy flowgraph so the scheduler turns
-    # on the transmitter enable registe.
-    src = gr.vector_source_c([0.0+0.0j],False)
-    dst = usrp.sink_c(fpga_filename = 'usrp_sar.rbf')
-    fg = gr.flow_graph()
-    fg.connect(src,dst)
-
-    try:
-        fg.run()
-    except KeyboardInterrupt:
-        pass
-
 if __name__ == "__main__":
     main()





reply via email to

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