Re: [Discuss-gnuradio] any possible change in gr.fft_vcc from earlier versions?!

2013-05-21 Thread Martin Braun (CEL)
On Sun, May 19, 2013 at 02:57:35PM -0400, Alex Dusowitz wrote: I guess I can't use the bug tracker since I'm not a contributor! Am I right? Although I created an account (Alexdu) in case I can be added by you.  In case you couldn't already, now you can post. In the mean time, attached are 4

Re: [Discuss-gnuradio] anyone successful in running tx_ofdm and rx_ofdm grc files?

2013-05-21 Thread Martin Braun (CEL)
On Sun, May 19, 2013 at 11:45:42PM -0400, Achilleas Anastasopoulos wrote: I am having trouble setting some parameters and getting anything out of it... In particular in ofdm_rx 1) is the processing done on an 1 sample per symbol basis at the ScmidlCox ? I don't understand the question.

Re: [Discuss-gnuradio] problems running tx_ofdm and rx_ofdm

2013-05-21 Thread Martin Braun (CEL)
On Fri, May 17, 2013 at 05:27:43PM -0400, Achilleas Anastasopoulos wrote: Hey, i changed tx_ofdm and rx_ofdm to communicate through a fifo (named pipe) instead of USRPs and i seem to have problems making them work. It seems that when rx_ofdm starts one of the threads goes to 100% but

Re: [Discuss-gnuradio] Polyphase Clock Synchronization

2013-05-21 Thread Nemanja Savic
Hi all, thank you Tom for that fast response. I would like to clarify some additional stuff: I want like first to design signal shaping filter. Can you give me some guidlines, like 1.5 of the symbol rate or similar. I am currently playing with the filter design tool, quite nice tool, but can't do

Re: [Discuss-gnuradio] Budget Radio Telescope: DRAFT document

2013-05-21 Thread Patrik Tast
Most interesting! Thanks for sharing! Patrik -Original Message- From: Marcus D. Leech mle...@ripnet.com To: Discuss-gnuradio@gnu.org Discuss-gnuradio@gnu.org Subject: [Discuss-gnuradio] Budget Radio Telescope: DRAFT document Date: Mon, 20 May 2013 20:52:15 -0400 Some, very small,

Re: [Discuss-gnuradio] Budget Radio Telescope: DRAFT document

2013-05-21 Thread Juha Vierinen
Hi Marcus, Very nice. We've also been looking at using the $8 RTLSDR as a educational tool to do exactly the same thing. Alan Rogers et. al. at Haystack have also developed something similar: http://www.haystack.mit.edu/edu/undergrad/srt/ juha On Mon, May 20, 2013 at 8:52 PM, Marcus D. Leech

Re: [Discuss-gnuradio] Budget Radio Telescope: DRAFT document

2013-05-21 Thread Marcus D. Leech
Hi Marcus, Very nice. We've also been looking at using the $8 RTLSDR as a educational tool to do exactly the same thing. Alan Rogers et. al. at Haystack have also developed something similar: http://www.haystack.mit.edu/edu/undergrad/srt/ juha Yes, I'd seen both this, and the earlier SRT.

Re: [Discuss-gnuradio] Budget Radio Telescope: DRAFT document

2013-05-21 Thread Carles Fernandez
Dear Marcus, thanks for sharing this document. It happens that I'm writing a paper about the use of RTL2832U-based dongles applied to software radio (well, specifically about their use as GNSS receivers), and I would like to reference your work on radioastronomy as a example of other possible

Re: [Discuss-gnuradio] Budget Radio Telescope: DRAFT document

2013-05-21 Thread Marcus D. Leech
Dear Marcus, thanks for sharing this document. It happens that I'm writing a paper about the use of RTL2832U-based dongles applied to software radio (well, specifically about their use as GNSS receivers), and I would like to reference your work on radioastronomy as a example of other

[Discuss-gnuradio] gnuradio-companion problem

2013-05-21 Thread Dan Aldrich
Installed gnu radio using mac ports. First attempt was bumpy, so unistalled and reinstalled again. The companion comes up, but when I try a simple FM receiver (RTL-SDR - WBFM - Audio Sink), I get the following: Generating: /Users/daldrich/top_block.py Executing: /Users/daldrich/top_block.py

Re: [Discuss-gnuradio] gnuradio-companion problem

2013-05-21 Thread Michael Dickens
Hi Dan - Make sure you've installed both the gnuradio and gr-osmosdr ports with the +swig variant. Without it, you do not get the *_swig import libraries. If this is not the case, then email me off list and I'll help you debug the issue. - MLD On May 21, 2013, at 11:11 AM, Dan Aldrich

Re: [Discuss-gnuradio] i am working on cooperative communiaction using USRP kits i have a problem in USRP communication

2013-05-21 Thread Josh Blum
On 05/21/2013 01:11 AM, Irfan Ullah wrote: hi all, i have a problem in USRP communication when i use packet encoder and decoder in my flow graphs and do real time communication on USRP kits then the decoder does not work correctly means the received data after decoding will be compared with

Re: [Discuss-gnuradio] anyone successful in running tx_ofdm and rx_ofdm grc files?

2013-05-21 Thread Achilleas Anastasopoulos
Martin, I think my question would have been clearer if i had said that when I talk of symbol rate I do not define a symbol to be the OFDM symbol of length fft_length+CP_length, but its fft_length+CP_length components. So for me symbol rate is symbol_rate = (fft_length+CP_length) x

[Discuss-gnuradio] recieve with two antenas individually and simultaneously

2013-05-21 Thread manjusha
Hi, I have the following connections in my grc file. usrp source(900M)--gmsk mod--packet decoder--file sink1 usrp source(928M)--gmsk mod--packet decoder--file sink2 I am trying to receive the packets at two different frequencies.I can definitely see some data in the file sinks i used.But,the

[Discuss-gnuradio] recieve with two antenas individually and simultaneously

2013-05-21 Thread manjusha
Hi, I have the following connections in my grc file. usrp source(900M)--gmsk mod--packet decoder--file sink1 usrp source(928M)--gmsk mod--packet decoder--file sink2 I am trying to receive the packets at two different frequencies.I can definitely see some data in the file sinks i used.But,the

Re: [Discuss-gnuradio] recieve with two antenas individually and simultaneously

2013-05-21 Thread Marcus D. Leech
Hi, I have the following connections in my grc file. usrp source(900M)--gmsk mod--packet decoder--file sink1 usrp source(928M)--gmsk mod--packet decoder--file sink2 I am trying to receive the packets at two different frequencies.I can definitely see some data in the file sinks i used.But,the

[Discuss-gnuradio] re-writing C/C++ or keep python coding

2013-05-21 Thread NaceurElOuni
Hi, I do have a bunch of files written in python and C/C++ describing a complete transmission chain (Sources, Filters, Tx, Rx ...). However I am intending to add new features from the FPGA API (uhd::usrp::multi_usrp Class funtions like set_time_now()...) and those features are to be written in a

Re: [Discuss-gnuradio] recieve with two antenas individually and simultaneously

2013-05-21 Thread manjusha
Okay.. Here are the additional details.. I am using USRP1,RFX900,750Mhz to 1050mhz transceiver daughter board. Also,kindly find the attached grc file i am using. Please let me know if more details are required.. Thanks! final_msg_rx.grc

Re: [Discuss-gnuradio] tags_demo problem

2013-05-21 Thread Sam mite
On 05/20/2013 11:41 PM, Sam mite wrote: Hi list, Today I was trying to run one of the examples that come with gr-uhd tags_demo to schedule my burst transmission . I have USRP N210. RFX2400. linux; GNU C++ version 4.6.3; Boost_104601; UHD_003.005.000-26-gb65a3924 I want burst