<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1878</id>
	<title>Nabble - GnuRadio</title>
	<updated>2009-12-05T13:45:42Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/GnuRadio-f1878.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GnuRadio-f1878.html" />
	<subtitle type="html">GNU Radio, a free software defined radio. GNU Radio is a collection of software that when combined with minimal hardware, allows the construction of radios where the actual waveforms transmitted and received are defined by software. What this means is that it turns the digital modulation schemes used in today's high performance wireless devices into software problems.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26659697</id>
	<title>Re: No exception... but no transmission</title>
	<published>2009-12-05T13:45:42Z</published>
	<updated>2009-12-05T13:45:42Z</updated>
	<author>
		<name>Eric Blossom</name>
	</author>
	<content type="html">On Tue, Dec 01, 2009 at 01:17:41AM -0800, abbasi9999 wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Actually i pasted this post before but according to the rules, since i was
&lt;br&gt;&amp;gt; not subscribed to the GNU mailing list i have to send it again.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm new to Python and gnuradio, so please help me.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; My problem doesnot show any exception so i cannot trace it.
&lt;br&gt;&amp;gt; However, i created a program to transmit dbpsk signal (i didnot create the
&lt;br&gt;&amp;gt; receiver yet).
&lt;br&gt;&amp;gt; in the main function I'm doing loop to transmit about 1000 packtet.
&lt;br&gt;&amp;gt; but it start sending the first 4 and then stuck (it did not send them
&lt;br&gt;&amp;gt; correctly), to check what is going on i used the command :
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sys.stderr.write('.')
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; so it will print &amp;quot;.&amp;quot; when there is error but the problem i dont know why its
&lt;br&gt;&amp;gt; stuck.
&lt;br&gt;&amp;gt; there is no exception.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; please help ASAP
&lt;br&gt;&amp;gt; regards, 
&lt;/div&gt;&lt;br&gt;Have you looked at gnuradio-examples/python/digital/benchmark_tx.py?
&lt;br&gt;&lt;br&gt;Try:
&lt;br&gt;&lt;br&gt;&amp;nbsp; benchmark_tx.py --help
&lt;br&gt;&lt;br&gt;Please see also &lt;a href=&quot;http://gnuradio.org/trac/wiki/ReportingErrors&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gnuradio.org/trac/wiki/ReportingErrors&lt;/a&gt;&lt;br&gt;&lt;br&gt;Eric
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659697&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/No-exception...-but-no-transmission-tp26588099p26659697.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26656885</id>
	<title>Re: Flowgraph generates output even when the input exhausts</title>
	<published>2009-12-05T08:05:34Z</published>
	<updated>2009-12-05T08:05:34Z</updated>
	<author>
		<name>Mir M. Ali-2</name>
	</author>
	<content type="html">There was a problem in my block. I fixed it. I am using gr_block and cosume_each.&lt;br&gt;&lt;br&gt;Thanks for the help&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Sat, Dec 5, 2009 at 8:54 AM, Eric Blossom &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26656885&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eb@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;On Thu, Dec 03, 2009 at 11:16:01AM -0600, Mir M. Ali wrote:&lt;br&gt;

&amp;gt; Hi,&lt;br&gt;
&amp;gt; I developed a gnuradio block that takes 2 inputs. Input_01 is coming from a&lt;br&gt;
&amp;gt; source that repeats and Input_02 is coming from a source that exhausts after&lt;br&gt;
&amp;gt; a while. The output should only be generated when there is data on both the&lt;br&gt;
&amp;gt; input lines. I see in my flowgraph that even when the data on input_02&lt;br&gt;
&amp;gt; exhausts output is still generated even though I see no problem with my C++&lt;br&gt;
&amp;gt; code. Its a simple operation in which for each input in Input_02 line the&lt;br&gt;
&amp;gt; block outputs &amp;#39;N&amp;#39; items from Input_01. Once, the data source (in this case&lt;br&gt;
&amp;gt; is a file_source in non-repeat mode) for Input_02 exhausts i.e. the file is&lt;br&gt;
&amp;gt; read completely the output should stop being generated as there is nothing&lt;br&gt;
&amp;gt; coming on Input_02. I expect the previous data stored in the buffer for&lt;br&gt;
&amp;gt; Input_02 is flushed by the scheduler after one work() cycle.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Any  help would be appreciated.&lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt; Mir&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;GNU Radio does work the way you described.  You can confirm this by&lt;br&gt;
doing something like:&lt;br&gt;
&lt;br&gt;
  src1 = gr.vector_source_f((1,2,3,4,5,6), False)&lt;br&gt;
  src2 = gr.vector_source_f((10,11,12,13,14,15), True)&lt;br&gt;
  op = gr.add_ff()&lt;br&gt;
  dst = gr.vector_sink_f()&lt;br&gt;
&lt;br&gt;
  tb.connect(src1, (op, 0))&lt;br&gt;
  tb.connect(src2, (op, 1))&lt;br&gt;
  tb.connect(op, dst)&lt;br&gt;
&lt;br&gt;
  tb.run()&lt;br&gt;
&lt;br&gt;
This will halt.&lt;br&gt;
&lt;br&gt;
There is most likely a problem in your block.  If you&amp;#39;re subclassing&lt;br&gt;
gr_block, are you calling consume or consume_each?&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
&lt;br&gt;
Eric&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26656885&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Flowgraph-generates-output-even-when-the-input-exhausts-tp26630127p26656885.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26656312</id>
	<title>Re: Flowgraph generates output even when the input exhausts</title>
	<published>2009-12-05T06:54:58Z</published>
	<updated>2009-12-05T06:54:58Z</updated>
	<author>
		<name>Eric Blossom</name>
	</author>
	<content type="html">On Thu, Dec 03, 2009 at 11:16:01AM -0600, Mir M. Ali wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; I developed a gnuradio block that takes 2 inputs. Input_01 is coming from a
&lt;br&gt;&amp;gt; source that repeats and Input_02 is coming from a source that exhausts after
&lt;br&gt;&amp;gt; a while. The output should only be generated when there is data on both the
&lt;br&gt;&amp;gt; input lines. I see in my flowgraph that even when the data on input_02
&lt;br&gt;&amp;gt; exhausts output is still generated even though I see no problem with my C++
&lt;br&gt;&amp;gt; code. Its a simple operation in which for each input in Input_02 line the
&lt;br&gt;&amp;gt; block outputs 'N' items from Input_01. Once, the data source (in this case
&lt;br&gt;&amp;gt; is a file_source in non-repeat mode) for Input_02 exhausts i.e. the file is
&lt;br&gt;&amp;gt; read completely the output should stop being generated as there is nothing
&lt;br&gt;&amp;gt; coming on Input_02. I expect the previous data stored in the buffer for
&lt;br&gt;&amp;gt; Input_02 is flushed by the scheduler after one work() cycle.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any &amp;nbsp;help would be appreciated.
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Mir
&lt;/div&gt;&lt;br&gt;GNU Radio does work the way you described. &amp;nbsp;You can confirm this by 
&lt;br&gt;doing something like:
&lt;br&gt;&lt;br&gt;&amp;nbsp; src1 = gr.vector_source_f((1,2,3,4,5,6), False)
&lt;br&gt;&amp;nbsp; src2 = gr.vector_source_f((10,11,12,13,14,15), True)
&lt;br&gt;&amp;nbsp; op = gr.add_ff()
&lt;br&gt;&amp;nbsp; dst = gr.vector_sink_f()
&lt;br&gt;&lt;br&gt;&amp;nbsp; tb.connect(src1, (op, 0))
&lt;br&gt;&amp;nbsp; tb.connect(src2, (op, 1))
&lt;br&gt;&amp;nbsp; tb.connect(op, dst)
&lt;br&gt;&lt;br&gt;&amp;nbsp; tb.run()
&lt;br&gt;&lt;br&gt;This will halt.
&lt;br&gt;&lt;br&gt;There is most likely a problem in your block. &amp;nbsp;If you're subclassing
&lt;br&gt;gr_block, are you calling consume or consume_each?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Eric
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26656312&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Flowgraph-generates-output-even-when-the-input-exhausts-tp26630127p26656312.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26653812</id>
	<title>Re: how many samples captured with usrp_rx_cfile</title>
	<published>2009-12-05T00:36:17Z</published>
	<updated>2009-12-05T00:36:17Z</updated>
	<author>
		<name>gnychis</name>
	</author>
	<content type="html">You could easily tell by the capture file size.  Divide the number of bytes by 8, unless you used shorts, then divide by 4.&lt;br&gt;&lt;br&gt;- George&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Dec 4, 2009 at 6:51 PM, dave k &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26653812&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dave_k_420@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;&quot; valign=&quot;top&quot;&gt;
hey folks i usually make capture files with usrp_rx_cfile by using the -N option... however if i arbatrialy stop the capture with ctrl-c is how would i figure out how many samples were actually captured?&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;br&gt;



      &lt;br&gt;_______________________________________________&lt;br&gt;
Discuss-gnuradio mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26653812&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26653812&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-many-samples-captured-with-usrp_rx_cfile-tp26651248p26653812.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26652926</id>
	<title>Question on howto-write-a-block</title>
	<published>2009-12-04T20:29:27Z</published>
	<updated>2009-12-04T20:29:27Z</updated>
	<author>
		<name>Brook Lin</name>
	</author>
	<content type="html">Hi All, 
&lt;br&gt;&lt;br&gt;I am building a signal processing block following the tutorial under the directory /gnuradio/gr-howto-write-a-block, say 'howto_code' block. I've created howto_code.h and howto_code.cc file under /gnuradio/gr-howto-write-a-block/src/lib, meanwhile, I modified howto.i and Makefile.am in the same directory.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Then, under the directory /gnuradio/gr-howto-write-a-block, I run 
&lt;br&gt;./bootstrap
&lt;br&gt;./configure
&lt;br&gt;make
&lt;br&gt;I got error said &amp;quot;/usr/bin/swig -c++ -fvirtual -python -modern -I/usr/local/include/gnuradio/swig -I/usr/local/include/gnuradio -module howto -o howto.cc ../../src/lib/howto.i	
&lt;br&gt;howto_addcode.h
&lt;br&gt;&lt;b&gt;/bin/bash: howto_code.h: command not found&lt;/b&gt;&amp;quot;
&lt;br&gt;&lt;br&gt;Can anyone advise me how to fix it? What should be the problem?
&lt;br&gt;&lt;br&gt;Thanks in advance, 
&lt;br&gt;Brook</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-on-howto-write-a-block-tp26652926p26652926.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26652794</id>
	<title>Re: Building wxPython in Cygwin</title>
	<published>2009-12-04T19:49:42Z</published>
	<updated>2009-12-04T19:49:42Z</updated>
	<author>
		<name>Don Ward</name>
	</author>
	<content type="html">&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652794&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;radio4pm@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;I am attempting to build wxPython under Cyqwin. &amp;nbsp;Like the message posted on 
&lt;br&gt;&amp;gt;the listserv September 14, I am getting an error message for a missing 
&lt;br&gt;&amp;gt;CreateBitmap member in the class wxGraphicsRenderer. &amp;nbsp;The complete output 
&lt;br&gt;&amp;gt;from build step 9 showing all of the error messages follows at the end of 
&lt;br&gt;&amp;gt;this message. &amp;nbsp;I made the modifications to both the setup.h file and the 
&lt;br&gt;&amp;gt;timer.cpp files as indicated in the build instructions and the 
&lt;br&gt;&amp;gt;_gdi_wrap.cpp file as suggested in the previous e-mail. &amp;nbsp;The output below 
&lt;br&gt;&amp;gt;indicates that I still am seeing the same problem even with the updated 
&lt;br&gt;&amp;gt;files. &amp;nbsp;I have included snips from both setup.h and _gdi_wrap.cpp with the 
&lt;br&gt;&amp;gt;modifications in the event that I either entered the information 
&lt;br&gt;&amp;gt;incorrectly or that there is another problem in the file that I have 
&lt;br&gt;&amp;gt;missed. &amp;nbsp;The widgets installed fine and run the test cases without a 
&lt;br&gt;&amp;gt;problem, so I would appreciate any suggestions as to where to go from here 
&lt;br&gt;&amp;gt;to complete the wxPython build.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; -CAS
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; File: Setup.h &amp;nbsp;(starting at line 320)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; #define wxUSE_COMBOBOX 1
&lt;br&gt;&amp;gt; #define wxUSE_DATAVIEWCTRL &amp;nbsp;0
&lt;br&gt;&amp;gt; #define wxUSE_DATEPICKCTRL 1
&lt;br&gt;&amp;gt; #define wxUSE_DATEPICKCTRL_GENERIC 1
&lt;br&gt;&amp;gt; #define wxUSE_DIRPICKERCTRL 1
&lt;br&gt;&amp;gt; #define wxUSE_FILEPICKERCTRL 1
&lt;br&gt;&amp;gt; #define wxUSE_FONTPICKERCTRL 1
&lt;br&gt;&amp;gt; #define wxUSE_GAUGE 1
&lt;br&gt;&amp;gt; #define wxUSE_HYPERLINKCTRL 1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; File: _gdi_wrap.cpp (starting at line 4055)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; virtual wxGraphicsBrush CreateRadialGradientBrush( wxDouble xo, wxDouble 
&lt;br&gt;&amp;gt; yo,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;wxDouble xc, 
&lt;br&gt;&amp;gt; wxDouble yc, wxDouble radius,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;const wxColour 
&lt;br&gt;&amp;gt; &amp;oColor, const wxColour &amp;cColor) { return wxNullGraphicsBrush; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;virtual wxGraphicsFont CreateFont( const wxFont &amp;, const wxColour &amp; ) 
&lt;br&gt;&amp;gt; { return wxNullGraphicsFont; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;/* &amp;nbsp;Next line added per per web message regarding installation: &amp;nbsp;CAS - 
&lt;br&gt;&amp;gt; 11/27/2009 */
&lt;br&gt;&amp;gt; virtual wxGraphicsBitmap CreateBitmap ( const wxBitmap &amp; ) { return 
&lt;br&gt;&amp;gt; wxNullGraphicsBitmap; }
&lt;/div&gt;&lt;br&gt;This line was added in the wrong place; it should be added at about line 
&lt;br&gt;4156. &amp;nbsp;The instructions at &lt;a href=&quot;http://gnuradio.org/trac/wiki/wxPythonCygwin&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gnuradio.org/trac/wiki/wxPythonCygwin&lt;/a&gt;&amp;nbsp;
&lt;br&gt;include a patch that does this for you.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;wxGraphicsBitmap CreateBitmap( const wxBitmap &amp;bitmap ) const { return 
&lt;br&gt;&amp;gt; wxNullGraphicsBitmap; }
&lt;br&gt;&lt;br&gt;-- Don W.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652794&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Building-wxPython-in-Cygwin-tp26651926p26652794.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26652231</id>
	<title>Re: Building on OSX 10.6</title>
	<published>2009-12-04T17:55:10Z</published>
	<updated>2009-12-04T17:55:10Z</updated>
	<author>
		<name>Michael Dickens-3</name>
	</author>
	<content type="html">On Dec 4, 2009, at 2:56 PM, Ed Criscuolo wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I've decided to take this approach for now. &amp;nbsp;I've cloned the latest
&lt;br&gt;&amp;gt; git master, but I'm a total beginner at git. &amp;nbsp;Where's the best place
&lt;br&gt;&amp;gt; to insert the &amp;quot;-arch i386&amp;quot; into CFLAGS to force a 32-bit build? &amp;nbsp;Is
&lt;br&gt;&amp;gt; it as simple as
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ./bootstrap
&lt;br&gt;&amp;gt; ./configure
&lt;br&gt;&amp;gt; &amp;quot;make CFLAGS=&amp;quot;-arch i386&amp;quot;
&lt;br&gt;&amp;gt; make check
&lt;br&gt;&amp;gt; sudo make install
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; or does it need to go in as a switch to &amp;quot;configure&amp;quot;?
&lt;/div&gt;&lt;br&gt;Into configure, or before then; after bootstrap &amp; before make. &amp;nbsp;You &amp;nbsp;
&lt;br&gt;can just
&lt;br&gt;&lt;br&gt;export CFLAGS=&amp;quot;-arch i386&amp;quot;
&lt;br&gt;&lt;br&gt;and so forth, then run 'configure' &amp; it'll pick up your shell &amp;nbsp;
&lt;br&gt;environment. &amp;nbsp;I don't think you can easily change the build &amp;nbsp;
&lt;br&gt;environment directing from 'make'. &amp;nbsp;I haven't tried this approach, but &amp;nbsp;
&lt;br&gt;I see no reason it won't work. &amp;nbsp;Do let me/the list know, and good &amp;nbsp;
&lt;br&gt;luck! - MLD
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652231&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Boost-1.40-won%27t-build-on-OSX-10.6-tp26402493p26652231.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26651926</id>
	<title>Building wxPython in Cygwin</title>
	<published>2009-12-04T16:57:21Z</published>
	<updated>2009-12-04T16:57:21Z</updated>
	<author>
		<name>radio4pm</name>
	</author>
	<content type="html">I am attempting to build wxPython under Cyqwin. &amp;nbsp;Like the message posted on the listserv September 14, I am getting an error message for a missing CreateBitmap member in the class wxGraphicsRenderer. &amp;nbsp;The complete output from build step 9 showing all of the error messages follows at the end of this message. &amp;nbsp;I made the modifications to both the setup.h file and the timer.cpp files as indicated in the build instructions and the _gdi_wrap.cpp file as suggested in the previous e-mail. &amp;nbsp;The output below indicates that I still am seeing the same problem even with the updated files. &amp;nbsp;I have included snips from both setup.h and _gdi_wrap.cpp with the modifications in the event that I either entered the information incorrectly or that there is another problem in the file that I have missed. &amp;nbsp;The widgets installed fine and run the test cases without a problem, so I would appreciate any suggestions as to where to go from here to complete the wxPython build. 
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;-CAS
&lt;br&gt;&lt;br&gt;File: Setup.h &amp;nbsp;(starting at line 320)
&lt;br&gt;&lt;br&gt;#define wxUSE_COMBOBOX 1
&lt;br&gt;#define wxUSE_DATAVIEWCTRL &amp;nbsp;0
&lt;br&gt;#define wxUSE_DATEPICKCTRL 1
&lt;br&gt;#define wxUSE_DATEPICKCTRL_GENERIC 1
&lt;br&gt;#define wxUSE_DIRPICKERCTRL 1
&lt;br&gt;#define wxUSE_FILEPICKERCTRL 1
&lt;br&gt;#define wxUSE_FONTPICKERCTRL 1
&lt;br&gt;#define wxUSE_GAUGE 1
&lt;br&gt;#define wxUSE_HYPERLINKCTRL 1
&lt;br&gt;&lt;br&gt;&lt;br&gt;File: _gdi_wrap.cpp (starting at line 4055)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;virtual wxGraphicsBrush CreateRadialGradientBrush( wxDouble xo, wxDouble yo,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; wxDouble xc, wxDouble yc, wxDouble radius,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; const wxColour &amp;oColor, const wxColour &amp;cColor) { return wxNullGraphicsBrush; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; virtual wxGraphicsFont CreateFont( const wxFont &amp;, const wxColour &amp; ) &amp;nbsp;{ return wxNullGraphicsFont; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; /* &amp;nbsp;Next line added per per web message regarding installation: &amp;nbsp;CAS - 11/27/2009 */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; virtual wxGraphicsBitmap CreateBitmap ( const wxBitmap &amp; ) { return wxNullGraphicsBitmap; }
&lt;br&gt;&lt;br&gt;&amp;nbsp;	wxGraphicsBitmap CreateBitmap( const wxBitmap &amp;bitmap ) const { return wxNullGraphicsBitmap; } 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; virtual wxGraphicsMatrix CreateMatrix( wxDouble, wxDouble, wxDouble, wxDouble,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; wxDouble, wxDouble) &amp;nbsp;{ return wxNullGraphicsMatrix; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; virtual void PushState() {}
&lt;br&gt;&amp;nbsp; &amp;nbsp; virtual void PopState() {}
&lt;br&gt;&lt;br&gt;&lt;br&gt;output from attempted build: &amp;nbsp;(I included the Gizmos as I had build them on the system)
&lt;br&gt;&lt;br&gt;python setup.py build_ext --inplace WXPORT=msw COMPILER=cygwin BUILD_GLCANVAS=0 UNICODE=0
&lt;br&gt;&lt;br&gt;WARNING: WXWIN not set in environment. Assuming '..'
&lt;br&gt;Found wx-config: /usr/local/bin/wx-config
&lt;br&gt;&amp;nbsp; &amp;nbsp; Using flags: &amp;nbsp;--toolkit=msw --unicode=no --version=2.8
&lt;br&gt;Preparing CORE... 
&lt;br&gt;Preparing STC... 
&lt;br&gt;Preparing GIZMOS... 
&lt;br&gt;running build_ext
&lt;br&gt;building '_gdi_' extension
&lt;br&gt;gcc -mcygwin -mdll -O -Wall -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DWXUSINGDLL -D__WXMSW__ -Iinclude -Isrc -I/usr/local/lib/wx/include/msw-ansi-release-2.8 -I/usr/local/include/wx-2.8 -I/usr/include/python2.5 -c src/msw/_gdi_wrap.cpp -o build/temp.cygwin-1.5.25-i686-2.5/src/msw/_gdi_wrap.o -O3
&lt;br&gt;src/msw/_gdi_wrap.cpp: In function `wxPalette* new_wxPalette(const wxArrayInt&amp;, const wxArrayInt&amp;, const wxArrayInt&amp;)':
&lt;br&gt;src/msw/_gdi_wrap.cpp:2884: warning: comparison between signed and unsigned integer expressions
&lt;br&gt;src/msw/_gdi_wrap.cpp:2884: warning: comparison between signed and unsigned integer expressions
&lt;br&gt;src/msw/_gdi_wrap.cpp: In member function `virtual bool wxGraphicsContext::SetLogicalFunction(int)':
&lt;br&gt;src/msw/_gdi_wrap.cpp:4076: warning: no return statement in function returning non-void
&lt;br&gt;src/msw/_gdi_wrap.cpp: In function `PyObject* _wrap_GraphicsRenderer_CreateBitmap(PyObject*, PyObject*, PyObject*)':
&lt;br&gt;src/msw/_gdi_wrap.cpp:32229: error: 'class wxGraphicsRenderer' has no member named 'CreateBitmap'
&lt;br&gt;src/msw/_gdi_wrap.cpp: In function `PyObject* _wrap_PenList_AddPen(PyObject*, PyObject*, PyObject*)':
&lt;br&gt;src/msw/_gdi_wrap.cpp:33879: warning: `AddPen' is deprecated (declared at /usr/local/include/wx-2.8/wx/gdicmn.h:516)
&lt;br&gt;src/msw/_gdi_wrap.cpp: In function `PyObject* _wrap_PenList_RemovePen(PyObject*, PyObject*, PyObject*)':
&lt;br&gt;src/msw/_gdi_wrap.cpp:33917: warning: `RemovePen' is deprecated (declared at /usr/local/include/wx-2.8/wx/gdicmn.h:517)
&lt;br&gt;src/msw/_gdi_wrap.cpp: In function `PyObject* _wrap_BrushList_AddBrush(PyObject*, PyObject*, PyObject*)':
&lt;br&gt;src/msw/_gdi_wrap.cpp:34010: warning: `AddBrush' is deprecated (declared at /usr/local/include/wx-2.8/wx/gdicmn.h:526)
&lt;br&gt;src/msw/_gdi_wrap.cpp: In function `PyObject* _wrap_BrushList_RemoveBrush(PyObject*, PyObject*, PyObject*)':
&lt;br&gt;src/msw/_gdi_wrap.cpp:34048: warning: `RemoveBrush' is deprecated (declared at /usr/local/include/wx-2.8/wx/gdicmn.h:527)
&lt;br&gt;src/msw/_gdi_wrap.cpp: In function `PyObject* _wrap_FontList_AddFont(PyObject*, PyObject*, PyObject*)':
&lt;br&gt;src/msw/_gdi_wrap.cpp:34200: warning: `AddFont' is deprecated (declared at /usr/local/include/wx-2.8/wx/gdicmn.h:539)
&lt;br&gt;src/msw/_gdi_wrap.cpp: In function `PyObject* _wrap_FontList_RemoveFont(PyObject*, PyObject*, PyObject*)':
&lt;br&gt;src/msw/_gdi_wrap.cpp:34238: warning: `RemoveFont' is deprecated (declared at /usr/local/include/wx-2.8/wx/gdicmn.h:540)
&lt;br&gt;error: command 'gcc' failed with exit status 1
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651926&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Building-wxPython-in-Cygwin-tp26651926p26651926.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26651248</id>
	<title>how many samples captured with usrp_rx_cfile</title>
	<published>2009-12-04T15:51:57Z</published>
	<updated>2009-12-04T15:51:57Z</updated>
	<author>
		<name>dave k-9</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;hey folks i usually make capture files with usrp_rx_cfile by using the -N option... however if i arbatrialy stop the capture with ctrl-c is how would i figure out how many samples were actually captured?&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;



      &lt;br /&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651248&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-many-samples-captured-with-usrp_rx_cfile-tp26651248p26651248.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26650575</id>
	<title>RE: Wrong number of arguments for overloaded function 'gr_top_block_sptr_connect'.</title>
	<published>2009-12-04T14:49:41Z</published>
	<updated>2009-12-04T14:49:41Z</updated>
	<author>
		<name>Nick Foster</name>
	</author>
	<content type="html">&lt;br&gt;I have fixed this error by completely uninstalling GR and removing the associated libraries (including libusrp, which it looks like you missed) from the library directories as well as from the Python module include directory. Then reinstall.
&lt;br&gt;&lt;br&gt;--n
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650575&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Johan.Mussche@...&lt;/a&gt;
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650575&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: Fri, 4 Dec 2009 14:53:39 +0100
&lt;br&gt;&amp;gt; Subject: RE: [Discuss-gnuradio] Wrong number of arguments for overloaded	function 'gr_top_block_sptr_connect'.
&lt;br&gt;&amp;gt; CC: 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have followed the advise, but it did not work. I am working on Ubuntu 9.04 and use gnuradio 3.2.2.
&lt;br&gt;&amp;gt; The error only occurs when I use the SSRP. Other flow-graphs create no errors.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Are there any other ideas about the cause.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Johan
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ##############################################################################################
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; NotImplementedError: Wrong number of arguments for overloaded function 'gr_top_block_sptr_connect'.
&lt;br&gt;&amp;gt; &amp;nbsp; Possible C/C++ prototypes are:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; connect(boost::shared_ptr&amp;lt; gr_top_block&amp;gt; *,gr_basic_block_sptr)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; connect(boost::shared_ptr&amp;lt; gr_top_block&amp;gt; *,gr_basic_block_sptr,int,gr_basic_block_sptr,int)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; swig/python detected a memory leak of type 'gr_basic_block_sptr *', no destructor found.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ###############################################################################################
&lt;br&gt;&amp;gt; ________________________________________
&lt;br&gt;&amp;gt; Van: Josh Blum [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650575&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;josh@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Verzonden: woensdag 2 december 2009 20:55
&lt;br&gt;&amp;gt; Aan: Johan Mussche
&lt;br&gt;&amp;gt; CC: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650575&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Onderwerp: Re: [Discuss-gnuradio] Wrong number of arguments for overloaded &amp;nbsp; &amp;nbsp; &amp;nbsp;function 'gr_top_block_sptr_connect'.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have seen this error before on a fedora 11 system, reproducible too. If you make clean, make, and make install your from your source, and try again, it should go away. I have no idea why.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Also, I recommend using gnuradio 3.2 &amp;nbsp;(or from the master) which comes with a way-newer version of grc.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -Josh
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Wed, Dec 2, 2009 at 10:16 AM, Johan Mussche &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650575&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Johan.Mussche@...&lt;/a&gt;&amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650575&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Johan.Mussche@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hello everyone,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am trying to use a SSRP with GNU-radio. In the past, with version 3.1 of gnuradio and GRC 0.69, the SSRP worked.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Now I am using the latest version of GNU-radio from the svn trunk in combination with swig 1.3.36 and python 2.6.
&lt;br&gt;&amp;gt; I have installed the ssrp-files into gnuradio and added the SSRP-block to GRC. Loading the firmware into the SSRP is no problem but
&lt;br&gt;&amp;gt; when I want to run the flow-graph I get the following error:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; #####################################################################################
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ssrp: firmware /usr/share/ssrp/firmware/rxS_512.ihx loaded successfully.
&lt;br&gt;&amp;gt; Traceback (most recent call last):
&lt;br&gt;&amp;gt; &amp;nbsp;File &amp;quot;/root/Desktop/top_block.py&amp;quot;, line 62, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;tb = top_block()
&lt;br&gt;&amp;gt; &amp;nbsp;File &amp;quot;/root/Desktop/top_block.py&amp;quot;, line 52, in __init__
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;self.connect((self.ssrp_simple_source_x_0, 0), (self.gr_interleaved_short_to_complex_0, 0))
&lt;br&gt;&amp;gt; &amp;nbsp;File &amp;quot;/usr/local/lib/python2.6/dist-packages/gnuradio/gr/top_block.py&amp;quot;, line 124, in connect
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;self._connect(points[i-1], points[i])
&lt;br&gt;&amp;gt; &amp;nbsp;File &amp;quot;/usr/local/lib/python2.6/dist-packages/gnuradio/gr/top_block.py&amp;quot;, line 130, in _connect
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;dst_block.basic_block(), dst_port)
&lt;br&gt;&amp;gt; &amp;nbsp;File &amp;quot;/usr/local/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_py_runtime.py&amp;quot;, line 1443, in connect
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;return _gnuradio_swig_py_runtime.gr_top_block_sptr_connect(*args)
&lt;br&gt;&amp;gt; NotImplementedError: Wrong number of arguments for overloaded function 'gr_top_block_sptr_connect'.
&lt;br&gt;&amp;gt; &amp;nbsp;Possible C/C++ prototypes are:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;connect(boost::shared_ptr&amp;lt; gr_top_block&amp;gt; *,gr_basic_block_sptr)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;connect(boost::shared_ptr&amp;lt; gr_top_block&amp;gt; *,gr_basic_block_sptr,int,gr_basic_block_sptr,int)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ########################################################################################
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have also tried to to use the old GRC (0.69) but that gives the same error, so it has nothing to do with GRC.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can anyone tell me the cause of this error. Is it because of the newer version of swig or gnuradio?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Best regards,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Johan
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Discuss-gnuradio mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650575&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;&amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650575&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Discuss-gnuradio mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650575&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;/div&gt;&amp;nbsp;		 	 &amp;nbsp; 		 &amp;nbsp;
&lt;br&gt;_________________________________________________________________
&lt;br&gt;Get gifts for them and cashback for you. Try Bing now.
&lt;br&gt;&lt;a href=&quot;http://www.bing.com/shopping/search?q=xbox+games&amp;scope=cashback&amp;form=MSHYCB&amp;publ=WLHMTAG&amp;crea=TEXT_MSHYCB_Shopping_Giftsforthem_cashback_1x1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bing.com/shopping/search?q=xbox+games&amp;scope=cashback&amp;form=MSHYCB&amp;publ=WLHMTAG&amp;crea=TEXT_MSHYCB_Shopping_Giftsforthem_cashback_1x1&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650575&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wrong-number-of-arguments-for-overloaded-function-%27gr_top_block_sptr_connect%27.-tp26613668p26650575.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26650317</id>
	<title>library for wrapping simd calls</title>
	<published>2009-12-04T14:20:57Z</published>
	<updated>2009-12-04T14:20:57Z</updated>
	<author>
		<name>Josh Blum-2</name>
	</author>
	<content type="html">Found out about these little gems at the gr summit 09:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://liboil.freedesktop.org/wiki/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://liboil.freedesktop.org/wiki/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.schleef.org/orc/documentation/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.schleef.org/orc/documentation/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;If liboil does what I think it does, we only have to write the code
once with liboil calls, and this library takes care of giving us a fast vectorized
implementation on various platforms.&lt;br&gt;&lt;br&gt;The internet is a big place, and helpful stuff like liboil could easily get missed. If anyone happens to come across a project that could make gnuradio faster/smarter, please share the knowledge!&lt;br&gt;
&lt;br&gt;
-Josh&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650317&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/library-for-wrapping-simd-calls-tp26650317p26650317.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26648368</id>
	<title>Building on OSX 10.6</title>
	<published>2009-12-04T11:56:55Z</published>
	<updated>2009-12-04T11:56:55Z</updated>
	<author>
		<name>Ed Criscuolo-2</name>
	</author>
	<content type="html">Michael Dickens wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2) Move to the GIT master, and limit compilation to just 32-bit mode &amp;nbsp;
&lt;br&gt;&amp;gt; -- and you should get full GNU Radio functionality (assuming you can &amp;nbsp;
&lt;br&gt;&amp;gt; get all of the background dependencies installed, e.g., via MacPorts).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Michael,
&lt;br&gt;&lt;br&gt;&lt;br&gt;I've decided to take this approach for now. &amp;nbsp;I've cloned the latest
&lt;br&gt;git master, but I'm a total beginner at git. &amp;nbsp;Where's the best place
&lt;br&gt;to insert the &amp;quot;-arch i386&amp;quot; into CFLAGS to force a 32-bit build? &amp;nbsp;Is
&lt;br&gt;it as simple as
&lt;br&gt;&lt;br&gt;./bootstrap
&lt;br&gt;./configure
&lt;br&gt;&amp;quot;make CFLAGS=&amp;quot;-arch i386&amp;quot;
&lt;br&gt;make check
&lt;br&gt;sudo make install
&lt;br&gt;&lt;br&gt;&lt;br&gt;or does it need to go in as a switch to &amp;quot;configure&amp;quot;?
&lt;br&gt;&lt;br&gt;&lt;br&gt;By the way, we missed you at the &amp;quot;GnuRadio Summit '09&amp;quot;
&lt;br&gt;last night after the SDR '09 sessions.
&lt;br&gt;&lt;br&gt;@(^.^)@ &amp;nbsp;Ed
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26648368&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Boost-1.40-won%27t-build-on-OSX-10.6-tp26402493p26648368.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26648250</id>
	<title>libgnuradio-usrp.so.0: undefined symbol: _ZN7db_base4dbidEv</title>
	<published>2009-12-04T11:45:47Z</published>
	<updated>2009-12-04T11:45:47Z</updated>
	<author>
		<name>alejo duque-2</name>
	</author>
	<content type="html">hola,
&lt;br&gt;&lt;br&gt;i've read the archives and i read Eric B suggesting one should:
&lt;br&gt;&lt;br&gt;&amp;quot;remove all traces of GNU Radio from /usr/local,then remake and install a
&lt;br&gt;known version (from svn or a tarball).&amp;quot;
&lt;br&gt;&lt;br&gt;I just did that twice with the latest 2 revs 11665 and 11664 but im still
&lt;br&gt;trapped by:
&lt;br&gt;&lt;br&gt;libgnuradio-usrp.so.0: undefined symbol: _ZN7db_base4dbidEv
&lt;br&gt;&lt;br&gt;could anyone tell me what else to try, im right now under Ubuntu karmic
&lt;br&gt;but will reboot under gentoo in a moment.
&lt;br&gt;&lt;br&gt;Thx for any tip,
&lt;br&gt;/a
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26648250&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/libgnuradio-usrp.so.0%3A-undefined-symbol%3A-_ZN7db_base4dbidEv-tp26648250p26648250.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26642901</id>
	<title>RE: Wrong number of arguments for overloaded function 'gr_top_block_sptr_connect'.</title>
	<published>2009-12-04T05:53:39Z</published>
	<updated>2009-12-04T05:53:39Z</updated>
	<author>
		<name>Johan Mussche</name>
	</author>
	<content type="html">I have followed the advise, but it did not work. I am working on Ubuntu 9.04 and use gnuradio 3.2.2.
&lt;br&gt;The error only occurs when I use the SSRP. Other flow-graphs create no errors.
&lt;br&gt;&lt;br&gt;Are there any other ideas about the cause.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Johan
&lt;br&gt;&lt;br&gt;##############################################################################################
&lt;br&gt;&lt;br&gt;NotImplementedError: Wrong number of arguments for overloaded function 'gr_top_block_sptr_connect'.
&lt;br&gt;&amp;nbsp; Possible C/C++ prototypes are:
&lt;br&gt;&amp;nbsp; &amp;nbsp; connect(boost::shared_ptr&amp;lt; gr_top_block &amp;gt; *,gr_basic_block_sptr)
&lt;br&gt;&amp;nbsp; &amp;nbsp; connect(boost::shared_ptr&amp;lt; gr_top_block &amp;gt; *,gr_basic_block_sptr,int,gr_basic_block_sptr,int)
&lt;br&gt;&lt;br&gt;swig/python detected a memory leak of type 'gr_basic_block_sptr *', no destructor found.
&lt;br&gt;&lt;br&gt;###############################################################################################
&lt;br&gt;________________________________________
&lt;br&gt;Van: Josh Blum [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26642901&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;josh@...&lt;/a&gt;]
&lt;br&gt;Verzonden: woensdag 2 december 2009 20:55
&lt;br&gt;Aan: Johan Mussche
&lt;br&gt;CC: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26642901&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;Onderwerp: Re: [Discuss-gnuradio] Wrong number of arguments for overloaded &amp;nbsp; &amp;nbsp; &amp;nbsp;function 'gr_top_block_sptr_connect'.
&lt;br&gt;&lt;br&gt;I have seen this error before on a fedora 11 system, reproducible too. If you make clean, make, and make install your from your source, and try again, it should go away. I have no idea why.
&lt;br&gt;&lt;br&gt;Also, I recommend using gnuradio 3.2 &amp;nbsp;(or from the master) which comes with a way-newer version of grc.
&lt;br&gt;&lt;br&gt;-Josh
&lt;br&gt;&lt;br&gt;On Wed, Dec 2, 2009 at 10:16 AM, Johan Mussche &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26642901&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Johan.Mussche@...&lt;/a&gt;&amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26642901&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Johan.Mussche@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;Hello everyone,
&lt;br&gt;&lt;br&gt;I am trying to use a SSRP with GNU-radio. In the past, with version 3.1 of gnuradio and GRC 0.69, the SSRP worked.
&lt;br&gt;&lt;br&gt;Now I am using the latest version of GNU-radio from the svn trunk in combination with swig 1.3.36 and python 2.6.
&lt;br&gt;I have installed the ssrp-files into gnuradio and added the SSRP-block to GRC. Loading the firmware into the SSRP is no problem but
&lt;br&gt;when I want to run the flow-graph I get the following error:
&lt;br&gt;&lt;br&gt;#####################################################################################
&lt;br&gt;&lt;br&gt;ssrp: firmware /usr/share/ssrp/firmware/rxS_512.ihx loaded successfully.
&lt;br&gt;Traceback (most recent call last):
&lt;br&gt;&amp;nbsp;File &amp;quot;/root/Desktop/top_block.py&amp;quot;, line 62, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;tb = top_block()
&lt;br&gt;&amp;nbsp;File &amp;quot;/root/Desktop/top_block.py&amp;quot;, line 52, in __init__
&lt;br&gt;&amp;nbsp; &amp;nbsp;self.connect((self.ssrp_simple_source_x_0, 0), (self.gr_interleaved_short_to_complex_0, 0))
&lt;br&gt;&amp;nbsp;File &amp;quot;/usr/local/lib/python2.6/dist-packages/gnuradio/gr/top_block.py&amp;quot;, line 124, in connect
&lt;br&gt;&amp;nbsp; &amp;nbsp;self._connect(points[i-1], points[i])
&lt;br&gt;&amp;nbsp;File &amp;quot;/usr/local/lib/python2.6/dist-packages/gnuradio/gr/top_block.py&amp;quot;, line 130, in _connect
&lt;br&gt;&amp;nbsp; &amp;nbsp;dst_block.basic_block(), dst_port)
&lt;br&gt;&amp;nbsp;File &amp;quot;/usr/local/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_py_runtime.py&amp;quot;, line 1443, in connect
&lt;br&gt;&amp;nbsp; &amp;nbsp;return _gnuradio_swig_py_runtime.gr_top_block_sptr_connect(*args)
&lt;br&gt;NotImplementedError: Wrong number of arguments for overloaded function 'gr_top_block_sptr_connect'.
&lt;br&gt;&amp;nbsp;Possible C/C++ prototypes are:
&lt;br&gt;&amp;nbsp; &amp;nbsp;connect(boost::shared_ptr&amp;lt; gr_top_block &amp;gt; *,gr_basic_block_sptr)
&lt;br&gt;&amp;nbsp; &amp;nbsp;connect(boost::shared_ptr&amp;lt; gr_top_block &amp;gt; *,gr_basic_block_sptr,int,gr_basic_block_sptr,int)
&lt;br&gt;&lt;br&gt;########################################################################################
&lt;br&gt;&lt;br&gt;I have also tried to to use the old GRC (0.69) but that gives the same error, so it has nothing to do with GRC.
&lt;br&gt;&lt;br&gt;Can anyone tell me the cause of this error. Is it because of the newer version of swig or gnuradio?
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;Johan
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26642901&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;&amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26642901&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26642901&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wrong-number-of-arguments-for-overloaded-function-%27gr_top_block_sptr_connect%27.-tp26613668p26642901.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26639689</id>
	<title>USRP2 stops after several-days-continuous-operation</title>
	<published>2009-12-04T01:10:04Z</published>
	<updated>2009-12-04T01:10:04Z</updated>
	<author>
		<name>ILKYOUNG KWOUN</name>
	</author>
	<content type="html">Hi, folks,&lt;br&gt;&lt;br&gt;I&amp;#39;m testing my application with USRP2. &lt;br&gt;After I verify the function works fine logically, I started aging test by letting the program run over a week.&lt;br&gt;Although it varies, the program hangs eventually after running several days. (from 2~3 days to 8 days)&lt;br&gt;
&lt;br&gt;The followings are part of my python code&lt;br&gt;&lt;br&gt;# In the top block,&lt;br&gt;    ~~~&lt;br&gt;    self.u = usrp2.source_32fc(self.interface, self.MAC_addr)&lt;br&gt;    s2v = gr.stream_to_vector(gr.sizeof_gr_complex, self.fft_size)&lt;br&gt;
    fft = gr.fft_vcc(self.fft_size, True, mywindow)&lt;br&gt;    c2mag = gr.complex_to_mag_squared(self.fft_size)&lt;br&gt;    self.msgq = gr.msg_queue(1)&lt;br&gt;    stats = gr.message_sink(gr.sizeof_float * self.fft_size, self.msgq, True)&lt;br&gt;
&lt;br&gt;    self.connect(self.u, s2v, fft, c2mag, stats)&lt;br&gt;    ~~~&lt;br&gt;&lt;br&gt;# In main_loop thread&lt;br&gt;    ~~~&lt;br&gt;    while(1):&lt;br&gt;        rcvd_param = rx_msg.check_udp()&lt;br&gt;&lt;br&gt;        if (rcvd_param[0] == 1):        # Valid UDP packet received&lt;br&gt;
            tb.u.set_decim(cp.decim)    # Set(Update) USRP2 decim&lt;br&gt;            cp.init_ctrl_param(rcvd_param, tb.fft_size)&lt;br&gt;&lt;br&gt;        radio.tune(cp.ctr_freq)                                # This is to control other independent receiver&lt;br&gt;
        cp.spectrum_inv = radio.spectrum_status()&lt;br&gt;&lt;br&gt;        # Force buffer flushing&lt;br&gt;        samples = msg.payload(tb.msgq.delete_head(), tb.fft_size)&lt;br&gt;        samples = msg.payload(tb.msgq.delete_head(), tb.fft_size)&lt;br&gt;
        samples = msg.payload(tb.msgq.delete_head(), tb.fft_size)&lt;br&gt;        samples.make_rawdata()&lt;br&gt;        tx_msg.send_packet_over_UDP(cp, samples.raw_data)&lt;br&gt;    ~~~&lt;br&gt;        cp.update()                                                # End of while loop&lt;br&gt;
    ~~~&lt;br&gt;&lt;br&gt;In the program, I generated a message queue to get the sample from USRP2, do some process it a bit, and send it to other server over UDP.&lt;br&gt;&lt;br&gt;In the while loop,&lt;br&gt;1. Check the user defined control parameter (concerning tuning frequency and USRP2 decim. rate)&lt;br&gt;
    If any control message is delivered, it update the control parameters. Otherwise, skips.&lt;br&gt;2. Tune the independent receiver module. This is a frontend of USRP2.&lt;br&gt;3. Flushing sample queue&lt;br&gt;4. Get the sample out of queue and send it over UDP&lt;br&gt;
&lt;br&gt;The program hangs between first and second buffer flushing after several days of continuous operation.&lt;br&gt;When it hangs, I figured out that the USRP2 does not send sample data to PC. (I confirmed it with wireshark.)&lt;br&gt;
&lt;br&gt;I attached the program to gdb and found out that the program is stuck waiting for the queue to be filled, as you see in the following gdb back-trace message.&lt;br&gt;&lt;br&gt;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;br&gt;
(gdb) info program&lt;br&gt;        Using the running image of attached LWP 28651.&lt;br&gt;Program stopped at 0xa08a32e9.&lt;br&gt;(gdb) bt&lt;br&gt;#0  0x00007f26a08a32e9 in pthread_cond_wait@@GLIBC_2.3.2 ()&lt;br&gt;   from /lib/libpthread.so.0&lt;br&gt;
#1  0x00007f269f3ec9c0 in omni_condition::wait (this=&amp;lt;value optimized out&amp;gt;) at posix.cc:152&lt;br&gt;#2  0x00007f269f794c98 in gr_msg_queue::delete_head (this=0x2aea520) at gr_msg_queue.cc:81&lt;br&gt;#3  0x00007f269fa3b125 in gr_py_msg_queue__delete_head (q= {px = 0x7fffb561f150, pn = {pi_ = 0xffffffffffffffff}}) at gnuradio_swig_py_runtime.cc:4840&lt;br&gt;
#4  0x00007f269fa43649 in _wrap_gr_py_msg_queue__delete_head (args=&amp;lt;value optimized out&amp;gt;, kwargs=&amp;lt;value optimized out&amp;gt;) at gnuradio_swig_py_runtime.cc:13477&lt;br&gt;#5  0x000000000041d3bd in PyObject_Call ()&lt;br&gt;#6  0x00000000004a1460 in PyEval_EvalFrameEx ()&lt;br&gt;
#7  0x00000000004a4649 in PyEval_EvalCodeEx ()&lt;br&gt;#8  0x00000000004a2cb0 in PyEval_EvalFrameEx ()&lt;br&gt;#9  0x00000000004a3dae in PyEval_EvalFrameEx ()&lt;br&gt;#10 0x00000000004a4649 in PyEval_EvalCodeEx ()&lt;br&gt;#11 0x00000000004a4762 in PyEval_EvalCode ()&lt;br&gt;
#12 0x00000000004c4c3c in PyRun_FileExFlags ()&lt;br&gt;#13 0x00000000004c4f6b in PyRun_SimpleFileExFlags ()&lt;br&gt;#14 0x00000000004189ce in Py_Main ()&lt;br&gt;#15 0x00007f269fca05a6 in __libc_start_main () from /lib/libc.so.6&lt;br&gt;#16 0x0000000000417ae9 in _start ()&lt;br&gt;
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;br&gt;&lt;br&gt;So, I am suspicious if this is a problem caused simply by the USRP2 not sending data.&lt;br&gt;Is there anybody experienced similar case or having any idea?&lt;br&gt;
&lt;br&gt;Regards,&lt;br&gt;&lt;br&gt;ILKYOUNG.&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26639689&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/USRP2-stops-after-several-days-continuous-operation-tp26639689p26639689.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26634008</id>
	<title>Re: problem of compiling FPGA bin files.</title>
	<published>2009-12-03T13:59:31Z</published>
	<updated>2009-12-03T13:59:31Z</updated>
	<author>
		<name>Matt Ettus</name>
	</author>
	<content type="html">&lt;br&gt;Some people have had success with ISE 11.1, and some have not. &amp;nbsp;I have
&lt;br&gt;not tried it yet, and am still on 10.1.03 which is known to work. &amp;nbsp;Early
&lt;br&gt;in the new year I'll be moving to 11.1, but if anyone can figure out the
&lt;br&gt;problems, that would be much appreciated.
&lt;br&gt;&lt;br&gt;Matt
&lt;br&gt;&lt;br&gt;&lt;br&gt;On 12/01/2009 05:36 AM, 周亮 wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; I tried to use Xilinx ISE 11.1 to open project 
&lt;br&gt;&amp;gt; &amp;quot;usrp2/fpga/top/u2_fpga/u2_fpga.ise&amp;quot;.There are some files missing,such 
&lt;br&gt;&amp;gt; as&amp;quot;fifo_generator_4_1.v&amp;quot; . And there are errors when implement design...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ==============================================
&lt;br&gt;&amp;gt; ERROR:ConstraintSystem:59 - Constraint &amp;lt;NET &amp;quot;adc_a[0]&amp;quot; LOC = &amp;quot;A14&amp;quot; ;&amp;gt;
&lt;br&gt;&amp;gt; [u2_fpga.ucf(1)]: NET &amp;quot;adc_a[0]&amp;quot; not found. Please verify that:
&lt;br&gt;&amp;gt; 1. The specified design element actually exists in the original design.
&lt;br&gt;&amp;gt; 2. The specified object is spelled correctly in the constraint source file.
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; ERROR:ConstraintSystem:59 - Constraint &amp;lt;NET &amp;quot;clk_muxed&amp;quot; TNM_NET = 
&lt;br&gt;&amp;gt; &amp;quot;clk_muxed&amp;quot;;&amp;gt;
&lt;br&gt;&amp;gt; [u2_fpga.ucf(216)]: NET &amp;quot;clk_muxed&amp;quot; not found. Please verify that:
&lt;br&gt;&amp;gt; 1. The specified design element actually exists in the original design.
&lt;br&gt;&amp;gt; 2. The specified object is spelled correctly in the constraint source file.
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; ERROR:ConstraintSystem:59 - Constraint &amp;lt;NET &amp;quot;ser_t&amp;lt;15&amp;gt;&amp;quot; IOSTANDARD = 
&lt;br&gt;&amp;gt; LVCMOS25
&lt;br&gt;&amp;gt; |&amp;gt; [u2_fpga.ucf(336)]: NET &amp;quot;ser_t&amp;lt;15&amp;gt;&amp;quot; not found. Please verify that:
&lt;br&gt;&amp;gt; 1. The specified design element actually exists in the original design.
&lt;br&gt;&amp;gt; 2. The specified object is spelled correctly in the constraint source file.
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; ERROR:ConstraintSystem:59 - Constraint &amp;lt;DRIVE = 12 |&amp;gt; 
&lt;br&gt;&amp;gt; [u2_fpga.ucf(336)]: NET &amp;quot;ser_t&amp;lt;15&amp;gt;&amp;quot; not found. Please verify that:
&lt;br&gt;&amp;gt; 1. The specified design element actually exists in the original design.
&lt;br&gt;&amp;gt; 2. The specified object is spelled correctly in the constraint source file.
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; ERROR:ConstraintSystem:59 - Constraint &amp;lt;SLEW = FAST ;&amp;gt; 
&lt;br&gt;&amp;gt; [u2_fpga.ucf(336)]: NET &amp;quot;ser_t&amp;lt;15&amp;gt;&amp;quot; not found. Please verify that:
&lt;br&gt;&amp;gt; 1. The specified design element actually exists in the original design.
&lt;br&gt;&amp;gt; 2. The specified object is spelled correctly in the constraint source file.
&lt;br&gt;&amp;gt; =========================================
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; How could I fix it??
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Liang
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; 使用Messenger保护盾2.0，支持多账号登录！ 现在就下载！ 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://im.live.cn/safe/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://im.live.cn/safe/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Discuss-gnuradio mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26634008&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26634008&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problem-of-compiling-FPGA-bin-files.-tp26592130p26634008.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26633824</id>
	<title>Re: USRP2 firmware + cross compiled GNU Radio question</title>
	<published>2009-12-03T13:48:19Z</published>
	<updated>2009-12-03T13:48:19Z</updated>
	<author>
		<name>Matt Ettus</name>
	</author>
	<content type="html">On 11/29/2009 04:52 AM, Tim Newman wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633824&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alfayez@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi, I've been working on cross compiling the latest stable GNU Radio
&lt;br&gt;&amp;gt;&amp;gt; release, 3.2.1, onto the TI Davinci DM6446 board using OpenEmbedded as
&lt;br&gt;&amp;gt;&amp;gt; my build environment and Angstrom as my Linux Distro. I've managed to
&lt;br&gt;&amp;gt;&amp;gt; cross compile and download gnuradio onto the board, though I'm going
&lt;br&gt;&amp;gt;&amp;gt; with a console only Linux image so I don't have any of the gnuradio
&lt;br&gt;&amp;gt;&amp;gt; python GUI stuff. Anyways, I am using a USRP2 and the board I'm using
&lt;br&gt;&amp;gt;&amp;gt; doesn't have has 100T ethernet and not 1000T, so I'm using a
&lt;br&gt;&amp;gt;&amp;gt; 1000/100/10T DLink switch to do the translation.
&lt;br&gt;&amp;gt; First, maybe it was a mistype but the latest version of gnuradio is
&lt;br&gt;&amp;gt; 3.2.2 not 3.2.1. Next, if you just want to test transmit, use
&lt;br&gt;&amp;gt; usrp2_siggen.py.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The USRP2 won't work unless you are using a GigE network card on the host.
&lt;br&gt;&amp;gt; Matt has put together a new ethernet MAC here:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://gnuradio.org/trac/wiki/NewEthMAC&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gnuradio.org/trac/wiki/NewEthMAC&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't think this supports 10/100, maybe I'm wrong, but it may be worth
&lt;br&gt;&amp;gt; trying.
&lt;/div&gt;&lt;br&gt;We still require Gigabit.
&lt;br&gt;&lt;br&gt;Matt
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633824&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/USRP2-firmware-%2B-cross-compiled-GNU-Radio-question-tp26559737p26633824.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26633554</id>
	<title>Re: Limited Rx BW on XCVR2450 daugtherboard</title>
	<published>2009-12-03T13:30:12Z</published>
	<updated>2009-12-03T13:30:12Z</updated>
	<author>
		<name>Matt Ettus</name>
	</author>
	<content type="html">&lt;br&gt;Hanwen,
&lt;br&gt;&lt;br&gt;Thanks for confirming the fix. &amp;nbsp;The slope you see with decimation 5 is 
&lt;br&gt;indeed the fault of the CIC. &amp;nbsp;Because 5 is odd, we can't use a halfband 
&lt;br&gt;filter, and instead need to use the CIC for all decimation.
&lt;br&gt;&lt;br&gt;Decimation or Interpolation which is a multiple of 4 will be the 
&lt;br&gt;flattest, and multiples of 2 will be nearly as flat. &amp;nbsp;Odd numbers will 
&lt;br&gt;always have that slope.
&lt;br&gt;&lt;br&gt;Matt
&lt;br&gt;&lt;br&gt;On 12/03/2009 06:10 AM, hanwen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I've applied the fix to my receiver. It works. The attachment is the
&lt;br&gt;&amp;gt; spectrum before and after the fixing at decimation rate 4 and 5. It
&lt;br&gt;&amp;gt; shows at decimation rate of 4 the 3dB bandwidth is really widened from
&lt;br&gt;&amp;gt; 7.5MHz to 9.5MHz.
&lt;br&gt;&amp;gt; But when decimation rate is 5, the spectrum looks like an arch with over
&lt;br&gt;&amp;gt; 10dB attenuation at age comparing with carrier center. I guess this
&lt;br&gt;&amp;gt; imperfect frequency response is due to the CIC design. Is there a way of
&lt;br&gt;&amp;gt; improve it?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009/11/26 Matt Ettus &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633554&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matt@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633554&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matt@...&lt;/a&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Thanks for finding this bug. &amp;nbsp;I have applied your fix to my git
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; repo. I'm away from any equipment right now, but if someone could
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; confirm that this works, Johnathan can get it in the mainline code.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Matt
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; On 10/08/2009 01:26 PM, Stephen Lai wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I've been having problems sending a 25 Msym/s BPSK stream
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; between two
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; USRP2's with XCVR2450 daughterboards. I've tracked it down to the Rx
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; circuitry limiting the passband to ~14 MHz when at least 20 MHz
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; should
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; be available.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sifting through the db_xcvr2450.c/db_xcvr2450.cc files, I think
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; there
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; may be a bug which causes the baseband LPF in the MAX2829 device to
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cutoff at 7.5 MHz instead of 9.5 MHz when the board is
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; configured for Rx.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Referring to &amp;quot;LPF Register&amp;quot; on the MAX2829 datasheet, the old
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; code...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; static void
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; set_reg_lpf(struct db_xcvr2450_dummy *db){
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; int reg_lpf = (
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (db-&amp;gt;common-&amp;gt;d_rssi_hbw&amp;lt;&amp;lt;15) |
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (db-&amp;gt;common-&amp;gt;d_txlpf_bw&amp;lt;&amp;lt;10) |
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (db-&amp;gt;common-&amp;gt;d_rxlpf_bw&amp;lt;&amp;lt;9) |
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (db-&amp;gt;common-&amp;gt;d_rxlpf_fine&amp;lt;&amp;lt;4) | 7);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; send_reg(reg_lpf);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ...seems like it should read...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; static void
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; set_reg_lpf(struct db_xcvr2450_dummy *db){
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; int reg_lpf = (
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (db-&amp;gt;common-&amp;gt;d_rssi_hbw&amp;lt;&amp;lt;15) |
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (db-&amp;gt;common-&amp;gt;d_txlpf_bw&amp;lt;&amp;lt;9) |
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (db-&amp;gt;common-&amp;gt;d_rxlpf_bw&amp;lt;&amp;lt;7) |
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (db-&amp;gt;common-&amp;gt;d_rxlpf_fine&amp;lt;&amp;lt;4) | 7);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; send_reg(reg_lpf);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ...to be set correctly.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Has anybody else had problems with this? I'm using
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; txrx_edk10.1_r11370.bin. I don't have Xilinx/EDK tools installed
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; on my
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; setup, but if someone is willing to build a load with the fix, I can
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; test it out.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; thanks,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Steve
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; _______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Discuss-gnuradio mailing list
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633554&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633554&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; _______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Discuss-gnuradio mailing list
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633554&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633554&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633554&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Limited-Rx-BW-on-XCVR2450-daugtherboard-tp25811187p26633554.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26632050</id>
	<title>Require specification for the SMA Connector</title>
	<published>2009-12-03T11:43:57Z</published>
	<updated>2009-12-03T11:43:57Z</updated>
	<author>
		<name>Somya Ajmera</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:times new roman,new york,times,serif;font-size:12pt&quot;&gt;&lt;div&gt;&lt;div style=&quot;font-family: times new roman,new york,times,serif; font-size: 12pt;&quot;&gt;&lt;div&gt;Hi All,&lt;br&gt;&lt;br&gt;I am
facing a problem with the type of SMA connector that needed to be
connected on the USRP (Rev 4.5) mother board at the J2001 location for
the clock input and J2002 for the clock output. It would be really
helpful if anybody can provide me the exact specification for this
connector and the type of cable to be used with it.&amp;nbsp; I was looking to
reuse the cable which I am presently using to connect the SMA connector
on the Daughter board and the Antenna.&amp;nbsp; Any help is appreciated.&lt;br&gt;&lt;br&gt;Thanks &amp;amp; Regards,&lt;br&gt;Somya Ajmera&lt;br&gt;&lt;/div&gt;  &lt;/div&gt;&lt;/div&gt;
&lt;!-- cg10.c2.mail.re1.yahoo.com compressed/chunked Tue Dec  1 02:54:46 PST 2009 --&gt;
&lt;/div&gt;&lt;br&gt;



      &lt;hr size=1&gt; &lt;a href=&quot;http://sg.rd.yahoo.com/aa/mail/domainchoice/mail/signature/*http://mail.promotions.yahoo.com/newdomains/aa/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt; Get your preferred Email name! &lt;/a&gt; &lt;br&gt;
Now you can @ymail.com and @rocketmail.com.&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26632050&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Require-specification-for-the-SMA-Connector-tp26632050p26632050.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26630127</id>
	<title>Flowgraph generates output even when the input exhausts</title>
	<published>2009-12-03T09:16:01Z</published>
	<updated>2009-12-03T09:16:01Z</updated>
	<author>
		<name>Mir M. Ali-2</name>
	</author>
	<content type="html">Hi,&lt;br&gt;I developed a gnuradio block that takes 2 inputs. Input_01 is coming from a source that repeats and Input_02 is coming from a source that exhausts after a while. The output should only be generated when there is data on both the input lines. I see in my flowgraph that even when the data on input_02 exhausts output is still generated even though I see no problem with my C++ code. Its a simple operation in which for each input in Input_02 line the block outputs &amp;#39;N&amp;#39; items from Input_01. Once, the data source (in this case is a file_source in non-repeat mode) for Input_02 exhausts i.e. the file is read completely the output should stop being generated as there is nothing coming on Input_02. I expect the previous data stored in the buffer for Input_02 is flushed by the scheduler after one work() cycle.&lt;br&gt;
&lt;br&gt;Any  help would be appreciated.&lt;br&gt;Thanks,&lt;br&gt;Mir&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26630127&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Flowgraph-generates-output-even-when-the-input-exhausts-tp26630127p26630127.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26629936</id>
	<title>Re: GNUradio debugging and stepping</title>
	<published>2009-12-03T09:02:26Z</published>
	<updated>2009-12-03T09:02:26Z</updated>
	<author>
		<name>Charles Herdt</name>
	</author>
	<content type="html">&amp;nbsp;Hi Jason
&lt;br&gt;&lt;br&gt;&amp;nbsp;I've been wanting something like that also, and one of the tricks
&lt;br&gt;that have been working well is to dump the streams to a file.
&lt;br&gt;&amp;nbsp;If you want to visualize everything in sync, you can interleave
&lt;br&gt;samples from different points of the flow graph and sink it to a file.
&lt;br&gt;&amp;nbsp;You can use audacity to import the raw samples for easy visualization.
&lt;br&gt;&amp;nbsp;I'd be curious to know of other solutions for this.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Charles
&lt;br&gt;&lt;br&gt;On Thu, Dec 3, 2009 at 2:49 PM, Jason Uher &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629936&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jasonuher@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I was wondering if there was a simple method that allows someone to
&lt;br&gt;&amp;gt; step through a gnuradio flow graph like you might when using a
&lt;br&gt;&amp;gt; debugger.  I have tried using gdb, but the swig/python stuff gives a
&lt;br&gt;&amp;gt; whole lot of clutter.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm not even sure it's possible given the way the gnuradio handles
&lt;br&gt;&amp;gt; scheduling, but is there a way to build a graph and step through it
&lt;br&gt;&amp;gt; sample by sample, watching the outputs from each block?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Jason
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Discuss-gnuradio mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629936&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629936&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GNUradio-debugging-and-stepping-tp26629251p26629936.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26629251</id>
	<title>GNUradio debugging and stepping</title>
	<published>2009-12-03T08:49:23Z</published>
	<updated>2009-12-03T08:49:23Z</updated>
	<author>
		<name>Jason Uher</name>
	</author>
	<content type="html">All,
&lt;br&gt;&lt;br&gt;I was wondering if there was a simple method that allows someone to
&lt;br&gt;step through a gnuradio flow graph like you might when using a
&lt;br&gt;debugger. &amp;nbsp;I have tried using gdb, but the swig/python stuff gives a
&lt;br&gt;whole lot of clutter.
&lt;br&gt;&lt;br&gt;I'm not even sure it's possible given the way the gnuradio handles
&lt;br&gt;scheduling, but is there a way to build a graph and step through it
&lt;br&gt;sample by sample, watching the outputs from each block?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Jason
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629251&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GNUradio-debugging-and-stepping-tp26629251p26629251.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26626647</id>
	<title>Re: Limited Rx BW on XCVR2450 daugtherboard</title>
	<published>2009-12-03T06:14:23Z</published>
	<updated>2009-12-03T06:14:23Z</updated>
	<author>
		<name>hanwen</name>
	</author>
	<content type="html">2009/12/3 hanwen &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26626647&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kidult.hanwen@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
I&amp;#39;ve applied the fix to my receiver. It works. The attachment is the spectrum before and after the fixing at decimation rate 4 and 5. It shows at decimation rate of 4 the 3dB bandwidth is really widened from 7.5MHz to 9.5MHz.&lt;div&gt;

But when decimation rate is 5, the spectrum looks like an arch with over 10dB attenuation at age comparing with carrier center. I guess this imperfect frequency response is due to the CIC design. Is there a way of improve it?&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks. &lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/26 Matt Ettus &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26626647&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matt@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;

&lt;br&gt;
Thanks for finding this bug.  I have applied your fix to my git repo. I&amp;#39;m away from any equipment right now, but if someone could confirm that this works, Johnathan can get it in the mainline code.&lt;br&gt;
&lt;br&gt;
Matt&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
On 10/08/2009 01:26 PM, Stephen Lai wrote:&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;
Hi All,&lt;br&gt;
&lt;br&gt;
I&amp;#39;ve been having problems sending a 25 Msym/s BPSK stream between two&lt;br&gt;
USRP2&amp;#39;s with XCVR2450 daughterboards. I&amp;#39;ve tracked it down to the Rx&lt;br&gt;
circuitry limiting the passband to ~14 MHz when at least 20 MHz should&lt;br&gt;
be available.&lt;br&gt;
&lt;br&gt;
Sifting through the db_xcvr2450.c/db_xcvr2450.cc files, I think there&lt;br&gt;
may be a bug which causes the baseband LPF in the MAX2829 device to&lt;br&gt;
cutoff at 7.5 MHz instead of 9.5 MHz when the board is configured for Rx.&lt;br&gt;
&lt;br&gt;
Referring to &amp;quot;LPF Register&amp;quot; on the MAX2829 datasheet, the old code...&lt;br&gt;
&lt;br&gt;
static void&lt;br&gt;
set_reg_lpf(struct db_xcvr2450_dummy *db){&lt;br&gt;
int reg_lpf = (&lt;br&gt;
(db-&amp;gt;common-&amp;gt;d_rssi_hbw&amp;lt;&amp;lt;15) |&lt;br&gt;
(db-&amp;gt;common-&amp;gt;d_txlpf_bw&amp;lt;&amp;lt;10) |&lt;br&gt;
(db-&amp;gt;common-&amp;gt;d_rxlpf_bw&amp;lt;&amp;lt;9) |&lt;br&gt;
(db-&amp;gt;common-&amp;gt;d_rxlpf_fine&amp;lt;&amp;lt;4) | 7);&lt;br&gt;
send_reg(reg_lpf);&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
...seems like it should read...&lt;br&gt;
&lt;br&gt;
static void&lt;br&gt;
set_reg_lpf(struct db_xcvr2450_dummy *db){&lt;br&gt;
int reg_lpf = (&lt;br&gt;
(db-&amp;gt;common-&amp;gt;d_rssi_hbw&amp;lt;&amp;lt;15) |&lt;br&gt;
(db-&amp;gt;common-&amp;gt;d_txlpf_bw&amp;lt;&amp;lt;9) |&lt;br&gt;
(db-&amp;gt;common-&amp;gt;d_rxlpf_bw&amp;lt;&amp;lt;7) |&lt;br&gt;
(db-&amp;gt;common-&amp;gt;d_rxlpf_fine&amp;lt;&amp;lt;4) | 7);&lt;br&gt;
send_reg(reg_lpf);&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
...to be set correctly.&lt;br&gt;
&lt;br&gt;
Has anybody else had problems with this? I&amp;#39;m using&lt;br&gt;
txrx_edk10.1_r11370.bin. I don&amp;#39;t have Xilinx/EDK tools installed on my&lt;br&gt;
setup, but if someone is willing to build a load with the fix, I can&lt;br&gt;
test it out.&lt;br&gt;
&lt;br&gt;
thanks,&lt;br&gt;
Steve&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;/div&gt;&lt;/div&gt;
_______________________________________________&lt;br&gt;
Discuss-gnuradio mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26626647&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
Discuss-gnuradio mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26626647&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26626647&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Limited-Rx-BW-on-XCVR2450-daugtherboard-tp25811187p26626647.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26620421</id>
	<title>USRP2 Carrier Sensing using Raw Samples</title>
	<published>2009-12-02T19:17:07Z</published>
	<updated>2009-12-02T19:17:07Z</updated>
	<author>
		<name>mchristine</name>
	</author>
	<content type="html">Hello,&lt;br&gt;&lt;br&gt;I recently ran an experiment using the USRP2 to collect I&amp;amp;Q samples using usrp2_rx_cfile.py. I want to detect when the an 802.11b channel is busy using these raw samples. &lt;br&gt;I&amp;#39;ve seen the use of the filter y[n] = alpha*x[n] + (1-alpha)*y[n-1] with alpha as 0.001 in the carrier sensing BBN 802.11 code. The default threshold was set to 30 dB. &lt;br&gt;
I&amp;#39;ve imported the data to Matlab and calculated the magnitude squared of each sample and ran it through this filter, but it appears that the data does not match the packets that I sent. &lt;br&gt;&lt;br&gt;The carrier sensing code might correspond to the USRP, but are there any direct changes I would need to make for the USRP2 to use the carrier sensing code?&lt;br&gt;
&lt;br&gt;I&amp;#39;ve read through this post:&lt;br&gt;&lt;a href=&quot;http://www.ruby-forum.com/topic/120841&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ruby-forum.com/topic/120841&lt;/a&gt;&lt;br&gt;but it deals with the USRP at the FPGA level. &lt;br&gt;&lt;br&gt;Anyone have any suggestions? &lt;br&gt;
&lt;br&gt;Thanks,&lt;br&gt;Miklos Christine&lt;br&gt;&lt;br&gt; &lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26620421&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/USRP2-Carrier-Sensing-using-Raw-Samples-tp26620421p26620421.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26619322</id>
	<title>Re: failed to allocate buffer size error</title>
	<published>2009-12-02T16:48:39Z</published>
	<updated>2009-12-02T16:48:39Z</updated>
	<author>
		<name>Mir M. Ali-2</name>
	</author>
	<content type="html">I think the same too. When I restarted the system it went through without a hitch. I am using Ubuntu 8.10, gnuradio 3.2, Intel Core 2 duo 2.0 Ghz/4MB cache computer with 2 GB RAM.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Mir&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
On Wed, Dec 2, 2009 at 6:39 PM, Eric Blossom &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26619322&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eb@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div class=&quot;im&quot;&gt;On Wed, Dec 02, 2009 at 04:20:16PM -0600, Mir M. Ali wrote:&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt; Why does this error occur when usrp_sink is replaced with a file_sink  in&lt;br&gt;
&amp;gt; the transmit_path?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; *gr_fir_fff: using SSE&lt;br&gt;
&amp;gt; gr_vmcircbuf_sysv_shm: shmget (0): No space left on device&lt;br&gt;
&amp;gt; gr_buffer::allocate_buffer: failed to allocate buffer of size 64 KB&lt;br&gt;
&amp;gt; terminate called after throwing an instance of &amp;#39;std::bad_alloc&amp;#39;&lt;br&gt;
&amp;gt;   what():  std::bad_alloc&lt;br&gt;
&lt;/div&gt;&amp;gt; Aborted*&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
Sounds like your system is either out of memory (and/or swap), or that&lt;br&gt;
the number of Sys V shared memory segments that is configured on your&lt;br&gt;
system is small.  What OS, version, distribution and CPU architecture&lt;br&gt;
are you using?&lt;br&gt;
&lt;br&gt;
If you run &amp;quot;make check&amp;quot; from the top of the GNU Radio tree, does it pass?&lt;br&gt;
During the check, it allocates and frees many, many shared memory segments.&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
Eric&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26619322&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/failed-to-allocate-buffer-size-error-tp26618829p26619322.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26619287</id>
	<title>Re: failed to allocate buffer size error</title>
	<published>2009-12-02T16:39:20Z</published>
	<updated>2009-12-02T16:39:20Z</updated>
	<author>
		<name>Eric Blossom</name>
	</author>
	<content type="html">On Wed, Dec 02, 2009 at 04:20:16PM -0600, Mir M. Ali wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; Why does this error occur when usrp_sink is replaced with a file_sink &amp;nbsp;in
&lt;br&gt;&amp;gt; the transmit_path?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; *gr_fir_fff: using SSE
&lt;br&gt;&amp;gt; gr_vmcircbuf_sysv_shm: shmget (0): No space left on device
&lt;br&gt;&amp;gt; gr_buffer::allocate_buffer: failed to allocate buffer of size 64 KB
&lt;br&gt;&amp;gt; terminate called after throwing an instance of 'std::bad_alloc'
&lt;br&gt;&amp;gt; &amp;nbsp; what(): &amp;nbsp;std::bad_alloc
&lt;br&gt;&amp;gt; Aborted*
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Sounds like your system is either out of memory (and/or swap), or that
&lt;br&gt;the number of Sys V shared memory segments that is configured on your
&lt;br&gt;system is small. &amp;nbsp;What OS, version, distribution and CPU architecture
&lt;br&gt;are you using?
&lt;br&gt;&lt;br&gt;If you run &amp;quot;make check&amp;quot; from the top of the GNU Radio tree, does it pass?
&lt;br&gt;During the check, it allocates and frees many, many shared memory segments. 
&lt;br&gt;&lt;br&gt;Eric
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26619287&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/failed-to-allocate-buffer-size-error-tp26618829p26619287.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26618829</id>
	<title>failed to allocate buffer size error</title>
	<published>2009-12-02T14:20:16Z</published>
	<updated>2009-12-02T14:20:16Z</updated>
	<author>
		<name>Mir M. Ali-2</name>
	</author>
	<content type="html">Hi,&lt;br&gt;Why does this error occur when usrp_sink is replaced with a file_sink  in the transmit_path?&lt;br&gt;&lt;br&gt;&lt;b&gt;gr_fir_fff: using SSE&lt;br&gt;gr_vmcircbuf_sysv_shm: shmget (0): No space left on device&lt;br&gt;gr_buffer::allocate_buffer: failed to allocate buffer of size 64 KB&lt;br&gt;
terminate called after throwing an instance of &amp;#39;std::bad_alloc&amp;#39;&lt;br&gt;  what():  std::bad_alloc&lt;br&gt;Aborted&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt; I want to collect data after the rrc_filter in benchmark_tx as I have no USRP. How can I do this?&lt;br&gt;
&lt;br&gt;Thanks,&lt;br&gt;Mir&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26618829&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/failed-to-allocate-buffer-size-error-tp26618829p26618829.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26618659</id>
	<title>Did you ever come across this type of error?</title>
	<published>2009-12-02T14:13:02Z</published>
	<updated>2009-12-02T14:13:02Z</updated>
	<author>
		<name>Mir M. Ali-2</name>
	</author>
	<content type="html">Dear Dr. Daigle,&lt;br&gt;If you remember I told you that I rewrote the transmission side of my system such that there is no usrp involved. But this system doesn&amp;#39;t work and it shows an error that I can&amp;#39;t resolve. The error is as shown below,&lt;br&gt;
gr_fir_fff: using SSE&lt;br&gt;gr_vmcircbuf_sysv_shm: shmget (0): No space left on device&lt;br&gt;gr_buffer::allocate_buffer: failed to allocate buffer of size 64 KB&lt;br&gt;terminate called after throwing an instance of &amp;#39;std::bad_alloc&amp;#39;&lt;br&gt;
  what():  std::bad_alloc&lt;br&gt;Aborted&lt;br&gt;&lt;br&gt;&lt;br&gt;Apparently, this is due to failure in allocation of enough memory. When I commented out the lines in the original transmit_path.py that involves usrp and replaced the usrp_sink with a file_sink I get the same error. Any ideas? &lt;br&gt;
&lt;br&gt;I first tried to use your model of qa_test to write a transmitter but I am wasn&amp;#39;t sure about the way to pass multiple packets to the message_queue. I may need some help on this. &lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Ali&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26618659&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Did-you-ever-come-across-this-type-of-error--tp26618659p26618659.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26618605</id>
	<title>Re: gnuradio companion problem</title>
	<published>2009-12-02T14:04:32Z</published>
	<updated>2009-12-02T14:04:32Z</updated>
	<author>
		<name>Eric Blossom</name>
	</author>
	<content type="html">On Wed, Dec 02, 2009 at 08:57:58PM +0200, mehmet kabasakal wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi everyone,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am trying to run grc from the terminal. But when i type grc i got:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; mehmet@mehmet-laptop:~$ grc
&lt;br&gt;&amp;gt; Traceback (most recent call last):
&lt;br&gt;&amp;gt; &amp;nbsp; File &amp;quot;/usr/bin/grc&amp;quot;, line 48, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; from gnuradio.grc.python.Platform import Platform
&lt;br&gt;&amp;gt; &amp;nbsp; File &amp;quot;/usr/lib/python2.6/dist-packages/gnuradio/grc/python/Platform.py&amp;quot;,
&lt;br&gt;&amp;gt; line 22, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; from .. base.Platform import Platform as _Platform
&lt;br&gt;&amp;gt; &amp;nbsp; File &amp;quot;/usr/lib/python2.6/dist-packages/gnuradio/grc/base/Platform.py&amp;quot;,
&lt;br&gt;&amp;gt; line 22, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; from .. base import ParseXML, odict
&lt;br&gt;&amp;gt; &amp;nbsp; File &amp;quot;/usr/lib/python2.6/dist-packages/gnuradio/grc/base/ParseXML.py&amp;quot;,
&lt;br&gt;&amp;gt; line 20, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; from lxml import etree
&lt;br&gt;&amp;gt; &amp;nbsp; File &amp;quot;lxml.etree.pyx&amp;quot;, line 188, in lxml.etree
&lt;br&gt;&amp;gt; (src/lxml/lxml.etree.c:124917)
&lt;br&gt;&amp;gt; LookupError: unknown encoding: ASCII
&lt;br&gt;&amp;gt; Error in sys.excepthook:
&lt;br&gt;&amp;gt; Traceback (most recent call last):
&lt;br&gt;&amp;gt; &amp;nbsp; File &amp;quot;/usr/lib/python2.6/dist-packages/apport_python_hook.py&amp;quot;, line 38, in
&lt;br&gt;&amp;gt; apport_excepthook
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; from apport.packaging_impl import impl as packaging
&lt;br&gt;&amp;gt; &amp;nbsp; File &amp;quot;/usr/lib/python2.6/dist-packages/apport/__init__.py&amp;quot;, line 1, in
&lt;br&gt;&amp;gt; &amp;lt;module&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; from apport.report import Report
&lt;br&gt;&amp;gt; &amp;nbsp; File &amp;quot;/usr/lib/python2.6/dist-packages/apport/report.py&amp;quot;, line 20, in
&lt;br&gt;&amp;gt; &amp;lt;module&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; from problem_report import ProblemReport
&lt;br&gt;&amp;gt; &amp;nbsp; File &amp;quot;/usr/lib/python2.6/dist-packages/problem_report.py&amp;quot;, line 17, in
&lt;br&gt;&amp;gt; &amp;lt;module&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; from email.Encoders import encode_base64
&lt;br&gt;&amp;gt; &amp;nbsp; File &amp;quot;/usr/lib/python2.6/email/__init__.py&amp;quot;, line 47, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; sys.setrecursionlimit(1500)
&lt;br&gt;&amp;gt; NameError: name 'sys' is not defined
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Original exception was:
&lt;br&gt;&amp;gt; Traceback (most recent call last):
&lt;br&gt;&amp;gt; &amp;nbsp; File &amp;quot;/usr/bin/grc&amp;quot;, line 48, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; from gnuradio.grc.python.Platform import Platform
&lt;br&gt;&amp;gt; &amp;nbsp; File &amp;quot;/usr/lib/python2.6/dist-packages/gnuradio/grc/python/Platform.py&amp;quot;,
&lt;br&gt;&amp;gt; line 22, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; from .. base.Platform import Platform as _Platform
&lt;br&gt;&amp;gt; &amp;nbsp; File &amp;quot;/usr/lib/python2.6/dist-packages/gnuradio/grc/base/Platform.py&amp;quot;,
&lt;br&gt;&amp;gt; line 22, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; from .. base import ParseXML, odict
&lt;br&gt;&amp;gt; &amp;nbsp; File &amp;quot;/usr/lib/python2.6/dist-packages/gnuradio/grc/base/ParseXML.py&amp;quot;,
&lt;br&gt;&amp;gt; line 20, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; from lxml import etree
&lt;br&gt;&amp;gt; &amp;nbsp; File &amp;quot;lxml.etree.pyx&amp;quot;, line 188, in lxml.etree
&lt;br&gt;&amp;gt; (src/lxml/lxml.etree.c:124917)
&lt;br&gt;&amp;gt; LookupError: unknown encoding: ASCII
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Do you have any idea about this?
&lt;br&gt;&amp;gt; I use gnuradio 3.2.2 and ubuntu 9.04
&lt;/div&gt;&lt;br&gt;I think somebody else reported something like this a week or two ago.
&lt;br&gt;Can you try searching the archives. &amp;nbsp;The problem might have been 
&lt;br&gt;the wrong version of lxml. &amp;nbsp;Try searching for gnuradio+lxml+ascii
&lt;br&gt;&lt;br&gt;Eric
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26618605&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gnuradio-companion-problem-tp26616971p26618605.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26618538</id>
	<title>Re: error of mapping when rebuild FPGA</title>
	<published>2009-12-02T13:56:32Z</published>
	<updated>2009-12-02T13:56:32Z</updated>
	<author>
		<name>Eric Blossom</name>
	</author>
	<content type="html">On Wed, Dec 02, 2009 at 10:06:41PM +0800, 周亮 wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; with command
&lt;br&gt;&amp;gt; gnuradio/usrp2/fpga/top/u2_rev3$ make bin
&lt;br&gt;&lt;br&gt;Matt can say more about this, but he's currently at the SDR Forum.
&lt;br&gt;Please note that we've been using ISE 10.1 SP3(?) not 11.* to build
&lt;br&gt;it. &amp;nbsp;In our experience, the xilinx tools &amp;quot;leave something to be
&lt;br&gt;desired...&amp;quot;
&lt;br&gt;&lt;br&gt;Can you try it with 10.1 with the latest service pack?
&lt;br&gt;&lt;br&gt;&amp;gt; I got errors when mapping:
&lt;br&gt;&amp;gt; ERROR:Pack:2310 - Too many comps of type &amp;quot;RAMB16&amp;quot; found to fit this device.
&lt;br&gt;&amp;gt; ERROR:Pack:18 - The design is too large for the given device and package.
&lt;br&gt;&lt;br&gt;Eric
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26618538&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/error-of-mapping-when-rebuild-FPGA-tp26612673p26618538.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26617848</id>
	<title>Re: Wrong number of arguments for overloaded  function 'gr_top_block_sptr_connect'.</title>
	<published>2009-12-02T11:55:38Z</published>
	<updated>2009-12-02T11:55:38Z</updated>
	<author>
		<name>Josh Blum-2</name>
	</author>
	<content type="html">I have seen this error before on a fedora 11 system, reproducible too. If you make clean, make, and make install your from your source, and try again, it should go away. I have no idea why.&lt;br&gt;&lt;br&gt;Also, I recommend using gnuradio 3.2  (or from the master) which comes with a way-newer version of grc.&lt;br&gt;
&lt;br&gt;-Josh&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Dec 2, 2009 at 10:16 AM, Johan Mussche &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26617848&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Johan.Mussche@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hello everyone,&lt;br&gt;
&lt;br&gt;
I am trying to use a SSRP with GNU-radio. In the past, with version 3.1 of gnuradio and GRC 0.69, the SSRP worked.&lt;br&gt;
&lt;br&gt;
Now I am using the latest version of GNU-radio from the svn trunk in combination with swig 1.3.36 and python 2.6.&lt;br&gt;
I have installed the ssrp-files into gnuradio and added the SSRP-block to GRC. Loading the firmware into the SSRP is no problem but&lt;br&gt;
when I want to run the flow-graph I get the following error:&lt;br&gt;
&lt;br&gt;
#####################################################################################&lt;br&gt;
&lt;br&gt;
ssrp: firmware /usr/share/ssrp/firmware/rxS_512.ihx loaded successfully.&lt;br&gt;
Traceback (most recent call last):&lt;br&gt;
  File &amp;quot;/root/Desktop/top_block.py&amp;quot;, line 62, in &amp;lt;module&amp;gt;&lt;br&gt;
    tb = top_block()&lt;br&gt;
  File &amp;quot;/root/Desktop/top_block.py&amp;quot;, line 52, in __init__&lt;br&gt;
    self.connect((self.ssrp_simple_source_x_0, 0), (self.gr_interleaved_short_to_complex_0, 0))&lt;br&gt;
  File &amp;quot;/usr/local/lib/python2.6/dist-packages/gnuradio/gr/top_block.py&amp;quot;, line 124, in connect&lt;br&gt;
    self._connect(points[i-1], points[i])&lt;br&gt;
  File &amp;quot;/usr/local/lib/python2.6/dist-packages/gnuradio/gr/top_block.py&amp;quot;, line 130, in _connect&lt;br&gt;
    dst_block.basic_block(), dst_port)&lt;br&gt;
  File &amp;quot;/usr/local/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_py_runtime.py&amp;quot;, line 1443, in connect&lt;br&gt;
    return _gnuradio_swig_py_runtime.gr_top_block_sptr_connect(*args)&lt;br&gt;
NotImplementedError: Wrong number of arguments for overloaded function &amp;#39;gr_top_block_sptr_connect&amp;#39;.&lt;br&gt;
  Possible C/C++ prototypes are:&lt;br&gt;
    connect(boost::shared_ptr&amp;lt; gr_top_block &amp;gt; *,gr_basic_block_sptr)&lt;br&gt;
    connect(boost::shared_ptr&amp;lt; gr_top_block &amp;gt; *,gr_basic_block_sptr,int,gr_basic_block_sptr,int)&lt;br&gt;
&lt;br&gt;
########################################################################################&lt;br&gt;
&lt;br&gt;
I have also tried to to use the old GRC (0.69) but that gives the same error, so it has nothing to do with GRC.&lt;br&gt;
&lt;br&gt;
Can anyone tell me the cause of this error. Is it because of the newer version of swig or gnuradio?&lt;br&gt;
&lt;br&gt;
Best regards,&lt;br&gt;
&lt;br&gt;
Johan&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
Discuss-gnuradio mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26617848&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26617848&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wrong-number-of-arguments-for-overloaded-function-%27gr_top_block_sptr_connect%27.-tp26613668p26617848.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26616971</id>
	<title>gnuradio companion problem</title>
	<published>2009-12-02T10:57:58Z</published>
	<updated>2009-12-02T10:57:58Z</updated>
	<author>
		<name>mehmet kabasakal</name>
	</author>
	<content type="html">Hi everyone,&lt;br&gt;&lt;br&gt;I am trying to run grc from the terminal. But when i type grc i got:&lt;br&gt;&lt;br&gt;mehmet@mehmet-laptop:~$ grc&lt;br&gt;Traceback (most recent call last):&lt;br&gt;  File &amp;quot;/usr/bin/grc&amp;quot;, line 48, in &amp;lt;module&amp;gt;&lt;br&gt;
    from gnuradio.grc.python.Platform import Platform&lt;br&gt;  File &amp;quot;/usr/lib/python2.6/dist-packages/gnuradio/grc/python/Platform.py&amp;quot;, line 22, in &amp;lt;module&amp;gt;&lt;br&gt;    from .. base.Platform import Platform as _Platform&lt;br&gt;
  File &amp;quot;/usr/lib/python2.6/dist-packages/gnuradio/grc/base/Platform.py&amp;quot;, line 22, in &amp;lt;module&amp;gt;&lt;br&gt;    from .. base import ParseXML, odict&lt;br&gt;  File &amp;quot;/usr/lib/python2.6/dist-packages/gnuradio/grc/base/ParseXML.py&amp;quot;, line 20, in &amp;lt;module&amp;gt;&lt;br&gt;
    from lxml import etree&lt;br&gt;  File &amp;quot;lxml.etree.pyx&amp;quot;, line 188, in lxml.etree (src/lxml/lxml.etree.c:124917)&lt;br&gt;LookupError: unknown encoding: ASCII&lt;br&gt;Error in sys.excepthook:&lt;br&gt;Traceback (most recent call last):&lt;br&gt;
  File &amp;quot;/usr/lib/python2.6/dist-packages/apport_python_hook.py&amp;quot;, line 38, in apport_excepthook&lt;br&gt;    from apport.packaging_impl import impl as packaging&lt;br&gt;  File &amp;quot;/usr/lib/python2.6/dist-packages/apport/__init__.py&amp;quot;, line 1, in &amp;lt;module&amp;gt;&lt;br&gt;
    from apport.report import Report&lt;br&gt;  File &amp;quot;/usr/lib/python2.6/dist-packages/apport/report.py&amp;quot;, line 20, in &amp;lt;module&amp;gt;&lt;br&gt;    from problem_report import ProblemReport&lt;br&gt;  File &amp;quot;/usr/lib/python2.6/dist-packages/problem_report.py&amp;quot;, line 17, in &amp;lt;module&amp;gt;&lt;br&gt;
    from email.Encoders import encode_base64&lt;br&gt;  File &amp;quot;/usr/lib/python2.6/email/__init__.py&amp;quot;, line 47, in &amp;lt;module&amp;gt;&lt;br&gt;    sys.setrecursionlimit(1500)&lt;br&gt;NameError: name &amp;#39;sys&amp;#39; is not defined&lt;br&gt;&lt;br&gt;
Original exception was:&lt;br&gt;Traceback (most recent call last):&lt;br&gt;  File &amp;quot;/usr/bin/grc&amp;quot;, line 48, in &amp;lt;module&amp;gt;&lt;br&gt;    from gnuradio.grc.python.Platform import Platform&lt;br&gt;  File &amp;quot;/usr/lib/python2.6/dist-packages/gnuradio/grc/python/Platform.py&amp;quot;, line 22, in &amp;lt;module&amp;gt;&lt;br&gt;
    from .. base.Platform import Platform as _Platform&lt;br&gt;  File &amp;quot;/usr/lib/python2.6/dist-packages/gnuradio/grc/base/Platform.py&amp;quot;, line 22, in &amp;lt;module&amp;gt;&lt;br&gt;    from .. base import ParseXML, odict&lt;br&gt;  File &amp;quot;/usr/lib/python2.6/dist-packages/gnuradio/grc/base/ParseXML.py&amp;quot;, line 20, in &amp;lt;module&amp;gt;&lt;br&gt;
    from lxml import etree&lt;br&gt;  File &amp;quot;lxml.etree.pyx&amp;quot;, line 188, in lxml.etree (src/lxml/lxml.etree.c:124917)&lt;br&gt;LookupError: unknown encoding: ASCII&lt;br&gt;&lt;br&gt;Do you have any idea about this?&lt;br&gt;I use gnuradio 3.2.2 and ubuntu 9.04&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26616971&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gnuradio-companion-problem-tp26616971p26616971.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26613932</id>
	<title>Re: GNU Radio Meetup at SDR Forum</title>
	<published>2009-12-02T08:05:16Z</published>
	<updated>2009-12-02T08:05:16Z</updated>
	<author>
		<name>Tom Rondeau</name>
	</author>
	<content type="html">I wanted to update everyone on the plans for the GNU Radio Meetup (or
&lt;br&gt;the newly-named GNU Radio Summit '09) at the SDR Forum Technical
&lt;br&gt;Conference that Matt announced last week.
&lt;br&gt;&lt;br&gt;We will be meeting tomorrow, Thursday Dec. 3 at the Hyatt in Crystal
&lt;br&gt;City, Arlington, VA at 6 PM in Potomac 5 on the lower level. Everyone
&lt;br&gt;in the area is invited to come, no need to be attending the SDR Forum
&lt;br&gt;conference.
&lt;br&gt;&lt;br&gt;We will be at the Hyatt from 6 - 8 and then retire to a more relaxed
&lt;br&gt;atmosphere (read: with beer) at Bailey's Pub on Crystal Dr.
&lt;br&gt;&lt;br&gt;Please come and join us if you can. We'd like to meet as many people
&lt;br&gt;using or interested in GNU Radio as possible and discuss how we can
&lt;br&gt;continue to advance and promote GNU Radio.
&lt;br&gt;&lt;br&gt;Tom
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26613932&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GNU-Radio-Meetup-at-SDR-Forum-tp26533789p26613932.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26613468</id>
	<title>GNU Radio Meetup at SDR Forum 09</title>
	<published>2009-12-02T07:23:32Z</published>
	<updated>2009-12-02T07:23:32Z</updated>
	<author>
		<name>Matt Ettus</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;An Update:
&lt;br&gt;&lt;br&gt;The GNU Radio Meetup at SDR Forum 2009 will be held this Thursday, 
&lt;br&gt;December 3rd, from 6-8 PM. &amp;nbsp;The location is the Hyatt Regency Crystal City:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.crystalcity.hyatt.com/groupbooking/wasrc1sdr2009&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.crystalcity.hyatt.com/groupbooking/wasrc1sdr2009&lt;/a&gt;&lt;br&gt;&lt;br&gt;The room is &amp;quot;Potomac 5&amp;quot;. &amp;nbsp;You do NOT need to be registered for the 
&lt;br&gt;conference to attend this, so if you're in the area, please stop by.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Afterward we'll be heading over to a pub to continue the conversation.
&lt;br&gt;&lt;br&gt;If you're on Twitter, any last minute updates will be on @MattEttus.
&lt;br&gt;&lt;br&gt;Matt Ettus
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26613468&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GNU-Radio-Meetup-at-SDR-Forum-09-tp26613468p26613468.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26613668</id>
	<title>Wrong number of arguments for overloaded function 'gr_top_block_sptr_connect'.</title>
	<published>2009-12-02T07:16:30Z</published>
	<updated>2009-12-02T07:16:30Z</updated>
	<author>
		<name>Johan Mussche</name>
	</author>
	<content type="html">Hello everyone,
&lt;br&gt;&lt;br&gt;I am trying to use a SSRP with GNU-radio. In the past, with version 3.1 of gnuradio and GRC 0.69, the SSRP worked.
&lt;br&gt;&lt;br&gt;Now I am using the latest version of GNU-radio from the svn trunk in combination with swig 1.3.36 and python 2.6.
&lt;br&gt;I have installed the ssrp-files into gnuradio and added the SSRP-block to GRC. Loading the firmware into the SSRP is no problem but
&lt;br&gt;when I want to run the flow-graph I get the following error:
&lt;br&gt;&lt;br&gt;#####################################################################################
&lt;br&gt;&lt;br&gt;ssrp: firmware /usr/share/ssrp/firmware/rxS_512.ihx loaded successfully.
&lt;br&gt;Traceback (most recent call last):
&lt;br&gt;&amp;nbsp; File &amp;quot;/root/Desktop/top_block.py&amp;quot;, line 62, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; tb = top_block()
&lt;br&gt;&amp;nbsp; File &amp;quot;/root/Desktop/top_block.py&amp;quot;, line 52, in __init__
&lt;br&gt;&amp;nbsp; &amp;nbsp; self.connect((self.ssrp_simple_source_x_0, 0), (self.gr_interleaved_short_to_complex_0, 0))
&lt;br&gt;&amp;nbsp; File &amp;quot;/usr/local/lib/python2.6/dist-packages/gnuradio/gr/top_block.py&amp;quot;, line 124, in connect
&lt;br&gt;&amp;nbsp; &amp;nbsp; self._connect(points[i-1], points[i])
&lt;br&gt;&amp;nbsp; File &amp;quot;/usr/local/lib/python2.6/dist-packages/gnuradio/gr/top_block.py&amp;quot;, line 130, in _connect
&lt;br&gt;&amp;nbsp; &amp;nbsp; dst_block.basic_block(), dst_port)
&lt;br&gt;&amp;nbsp; File &amp;quot;/usr/local/lib/python2.6/dist-packages/gnuradio/gr/gnuradio_swig_py_runtime.py&amp;quot;, line 1443, in connect
&lt;br&gt;&amp;nbsp; &amp;nbsp; return _gnuradio_swig_py_runtime.gr_top_block_sptr_connect(*args)
&lt;br&gt;NotImplementedError: Wrong number of arguments for overloaded function 'gr_top_block_sptr_connect'.
&lt;br&gt;&amp;nbsp; Possible C/C++ prototypes are:
&lt;br&gt;&amp;nbsp; &amp;nbsp; connect(boost::shared_ptr&amp;lt; gr_top_block &amp;gt; *,gr_basic_block_sptr)
&lt;br&gt;&amp;nbsp; &amp;nbsp; connect(boost::shared_ptr&amp;lt; gr_top_block &amp;gt; *,gr_basic_block_sptr,int,gr_basic_block_sptr,int)
&lt;br&gt;&lt;br&gt;########################################################################################
&lt;br&gt;&lt;br&gt;I have also tried to to use the old GRC (0.69) but that gives the same error, so it has nothing to do with GRC.
&lt;br&gt;&lt;br&gt;Can anyone tell me the cause of this error. Is it because of the newer version of swig or gnuradio? 
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;Johan
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnuradio mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26613668&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnuradio@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnuradio&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wrong-number-of-arguments-for-overloaded-function-%27gr_top_block_sptr_connect%27.-tp26613668p26613668.html" />
</entry>

</feed>
