[Discuss-gnuradio] Anyone do you know good GPS receiver Method?

2011-11-18 Thread 山本弘貴
Hi, All I have very trouble My experiment enviroment isUBUNTU 11.04 , USRP N200, DBSRX2 ,active antenna and gnuradio I am worrying about good software GPS receiver is not exist . I want to receive L1 signal , and want to demodulate that signal However GPS signal is used Spread spectrum modulation

Re: [Discuss-gnuradio] Alamouti coding

2011-11-18 Thread Vanessa Gardellin
Sure, I am using the code on the trodeau repository and the ofdm 1tx-1rx works, however when I try to use the 2tx-1tx with the alamouti it doesn't. I am not using USRPs now, but just 2 channel models without noise and offset. The tx codes 2 consecutive symbols as the alamouti says and add 1 preambl

Re: [Discuss-gnuradio] new stream selector block in gr-basic

2011-11-18 Thread Khalid Jamil
Hi, This is great work. I updated my Gnu Radio to the latest code using Marcus build-gnuradio script but I did not get this new selector block. Can someone please explain me how can I integrate this new selector block into my gnuradio/GRC installation on Ubuntu. Thanks, Khalid. Josh Blum wr

[Discuss-gnuradio] USRP N210 Tuning

2011-11-18 Thread Khalid Jamil
Hi, I have a basic question from rx_samples_to_file.cpp example. When exactly USRP N210 gets tuned or locked? If I issue two commands of uhd::stream_cmd_t::STREAM_MODE_NUM_SAMPS_AND_DONE, will the usrp will be re-tuned between them. Thanks, Khalid. __

Re: [Discuss-gnuradio] Anyone do you know good GPS receiver Method?

2011-11-18 Thread Brian Padalino
2011/11/18 山本弘貴 : > Hi, All > I have  very trouble > My experiment enviroment isUBUNTU 11.04 , USRP N200, DBSRX2 ,active > antenna and gnuradio > I am worrying about good software GPS receiver is not exist . > I want to receive L1 signal , and want to demodulate that signal > However GPS signal is

Re: [Discuss-gnuradio] Anyone do you know good GPS receiver Method?

2011-11-18 Thread Wolfarth, Ryan
Hi folks, My group is using USRPs to do the task Kouki described, although our flow diagram is a little different. We only use the USRP2 to receive the raw RF data which is written to file. This data is processed to the point where we decode the navigation bits, but no position is ever found. W

Re: [Discuss-gnuradio] Alamouti coding

2011-11-18 Thread Tom Rondeau
On Fri, Nov 18, 2011 at 3:57 AM, Vanessa Gardellin < vanessa.gardel...@iit.cnr.it> wrote: > Sure, > I am using the code on the trodeau repository and the ofdm 1tx-1rx > works, however when I try to use the 2tx-1tx with the alamouti it > doesn't. > I am not using USRPs now, but just 2 channel model

Re: [Discuss-gnuradio] new stream selector block in gr-basic

2011-11-18 Thread Josh Blum
On 11/18/2011 02:01 AM, Khalid Jamil wrote: > Hi, > > This is great work. > > I updated my Gnu Radio to the latest code using Marcus build-gnuradio > script but I did not get this new selector block. > The work has not been merged into the official gnuradio master branch. > Can someone pleas

Re: [Discuss-gnuradio] usrp2_rx_cfile.py issue

2011-11-18 Thread Tom Rondeau
On Thu, Nov 17, 2011 at 6:41 PM, Hasan Rajib Imam wrote: > Hello Nick, > > Thanks for your reply. > > > "you can use Gnuradio blocks such as the decimating FIR filter to > decimate additionally by however much you like." > > Could you please tell me how can I do the above thing? Actually I am very

[Discuss-gnuradio] Log from yesterday's chat

2011-11-18 Thread Tom Rondeau
I normally don't mention when I've posted the IRC logs from our Developers' call, but I think we had a really good one yesterday and wanted to point people to the discussion: http://gnuradio.org/redmine/projects/gnuradio/wiki/Call2017 I think I captured the relevant points and action items we

[Discuss-gnuradio] GNU Radio User's Group Meeting in DC

2011-11-18 Thread Tom Rondeau
Once again, Matt Ettus and I will be hosting the now-annual GNU Radio User's Group Meeting in DC in conjunction with the Wireless Innovation Forum's SDR'11 WinnComm conference: http://conference.wirelessinnovation.org/mc/page.do;jsessionid=AD34B68953ACE7A5F89C12ABFF57CA18.mc0?sitePageId=102427 As

[Discuss-gnuradio] UHD update error on set_clock_config

2011-11-18 Thread Vanessa Gardellin
Dear all, I updated my UHD version to the UHD_003.004.000-65b6acc and I got the error return _uhd_swig.uhd_usrp_sink_sptr_set_clock_config(self, *args, **kwargs) RuntimeError: RuntimeError: NotImplementedError: Not implemented yet, but we have a very good idea of how to do it. Can I solve this

Re: [Discuss-gnuradio] UHD update error on set_clock_config

2011-11-18 Thread Marcus D. Leech
On 18/11/2011 11:23 AM, Vanessa Gardellin wrote: Dear all, I updated my UHD version to the UHD_003.004.000-65b6acc and I got the error return _uhd_swig.uhd_usrp_sink_sptr_set_clock_config(self, *args, **kwargs) RuntimeError: RuntimeError: NotImplementedError: Not implemented yet, but we have a

Re: [Discuss-gnuradio] UHD update error on set_clock_config

2011-11-18 Thread Josh Blum
On 11/18/2011 08:23 AM, Vanessa Gardellin wrote: > Dear all, > > I updated my UHD version to the UHD_003.004.000-65b6acc > > and I got the error > > return _uhd_swig.uhd_usrp_sink_sptr_set_clock_config(self, *args, **kwargs) > RuntimeError: RuntimeError: NotImplementedError: Not implemented ye

Re: [Discuss-gnuradio] UHD update error on set_clock_config

2011-11-18 Thread Vanessa Gardellin
I am using th n210 and what is in my code is: addresses = "addr0=" + self._addr_master + "," + "addr1=" + self._addr_slave print addresses self.uhd_usrp_sink_0 = uhd.usrp_sink( device_addr=addresses, io_type=uhd.io_type.COMPL

[Discuss-gnuradio] Error while testing a new block

2011-11-18 Thread André Selva
Hello! I was learning how to make a block, using the "how to make a block tutorial", and when I develop a little block for tests, I got the error message displayed below. The error occurred when i ran the python tests. == ERROR:

Re: [Discuss-gnuradio] Error while testing a new block

2011-11-18 Thread Tom Rondeau
On Fri, Nov 18, 2011 at 1:20 PM, André Selva wrote: > Hello! > > I was learning how to make a block, using the "how to make a block > tutorial", and when I develop a little block for tests, I got the error > message displayed below. The error occurred when i ran the python tests. > >

Re: [Discuss-gnuradio] Error while testing a new block

2011-11-18 Thread Josh Blum
On 11/18/2011 10:20 AM, André Selva wrote: > Hello! > > I was learning how to make a block, using the "how to make a block > tutorial", and when I develop a little block for tests, I got the error > message displayed below. The error occurred when i ran the python tests. > > ===

[Discuss-gnuradio] Error in testing benchmark_tx/rx.py

2011-11-18 Thread Songsong Gee
I'm currently testing UHD. I use two USRPs with one SBX on each. and I got GNU Radio 3.5.0rc0 on Ubuntu 10.10 and benchmark programs supporting UHD. When I run benchmark_tx/rx.py, however, tx@ubuntu $ ./benchmark_tx.py -f 410M rx@ubuntu $ ./benchmark_rx.py -f 410M I can see 'dots' representing a