Re: [Discuss-gnuradio] [GSoC] gr-radar: Dual CW Radar and Tracking Algorithms

2014-07-15 Thread Vanush Vaswani
Nice. I don't know much about radar. Is range related to EIRP? On Wed, Jul 16, 2014 at 1:14 AM, Stefan Wunsch wrote: > Hi, > > The Radar Toolbox has new features! > > First new feature of the Radar Toolbox is a Dual CW Radar. It is > implemented as simulation and tested with USRPs. This setup is

Re: [Discuss-gnuradio] GMSK Transmit

2014-07-15 Thread Vanush Vaswani
It is dependent on sample rate of graph. You may check this video for an example to transmit 9600 bps GFSK https://www.youtube.com/watch?v=N1hR6VgWeow&feature=youtu.be In this case, sample rate effectively set by throttle block because of no real hardware: 96000 samples/second GFSK modulator: 10

Re: [Discuss-gnuradio] GMSK Transmit

2014-07-15 Thread John Malsbury
Fortunately, the rate is set by the USRP sample rate, not by the rate of the UDP block. -John On Tue, Jul 15, 2014 at 3:50 PM, Al Anderson wrote: > I am working a project where I need to receive bytes via a UDP source, > encode as GMSK and transmit via Ettus UHD. > > My main question is how d

[Discuss-gnuradio] GMSK Transmit

2014-07-15 Thread Al Anderson
I am working a project where I need to receive bytes via a UDP source, encode as GMSK and transmit via Ettus UHD. My main question is how do I set the bit rate since I really cannot control the UDP source? My receiving radio is expecting 9600 bps. Thank you, Al -- Al And

Re: [Discuss-gnuradio] ofdm channel estimation

2014-07-15 Thread Martin Braun
XD, I'm having real trouble understanding what you're doing. Try this: generate white noise and put it into the detector. Do you see any 1s? I would guess no. M On 07/15/2014 03:11 PM, xianda wrote: > Hi Marcus: > Thank you.Sorry for that. > I wrongly use the r

Re: [Discuss-gnuradio] Repack bits & header generator

2014-07-15 Thread Martin Braun
On 07/16/2014 12:16 AM, Sara Chérif wrote: > HI all, > I want to ask about the repack bits block > http://gnuradio.org/doc/doxygen/classgr_1_1blocks_1_1repack__bits__bb.html > - Does it change the rate of the output relative to the input ? Yes. > - what does it mean it makes an alignment to the

[Discuss-gnuradio] Repack bits & header generator

2014-07-15 Thread Sara Chérif
HI all, I want to ask about the repack bits block http://gnuradio.org/doc/doxygen/classgr_1_1blocks_1_1repack__bits__bb.html - Does it change the rate of the output relative to the input ? - what does it mean it makes an alignment to the output ? - Also I don't understand this part in doxygen "the

Re: [Discuss-gnuradio] PyBOMBS skip volk_profile

2014-07-15 Thread Nowlan, Sean
Never mind. It looks like there's a timeout before which the user can select "no" to running volk_profile. From: discuss-gnuradio-bounces+sean.nowlan=gtri.gatech@gnu.org [mailto:discuss-gnuradio-bounces+sean.nowlan=gtri.gatech@gnu.org] On Behalf Of Nowlan, Sean Sent: Tuesday, July 15, 2

[Discuss-gnuradio] PyBOMBS skip volk_profile

2014-07-15 Thread Nowlan, Sean
Is there a clean way to skip volk_profile when rebuilding gnuradio with PyBOMBS? This setting seems to be automated and I can't find where to switch it off. Thanks, Sean ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/m

[Discuss-gnuradio] Grc block for measuring sample rate?

2014-07-15 Thread k1gto
A challenge that I am encountering recently when building flow graphs is with upsampling and downsampling and getting the sample rate where I need it. Sometimes I have rate mismatches and don't know a good way to take measurements with grc so I can troubleshoot. Is there a nifty way to measure t

Re: [Discuss-gnuradio] Why am I dropping data over the UDP network?

2014-07-15 Thread Marcus D. Leech
On 07/15/2014 02:58 PM, Ward, Marcus D. wrote: And the firmware in the device matches the UHD you have? Based on my structure, the firmware should be matching (since when I did the flow graph with the UDP, everything went fine except for data loss) and correct me if I'm wrong, but an error wou

Re: [Discuss-gnuradio] Why am I dropping data over the UDP network?

2014-07-15 Thread Ward, Marcus D.
And the firmware in the device matches the UHD you have? Based on my structure, the firmware should be matching (since when I did the flow graph with the UDP, everything went fine except for data loss) and correct me if I'm wrong, but an error would come on saying that the firmware is not compat

[Discuss-gnuradio] [GSoC] Co-Processors Update #6

2014-07-15 Thread Alfredo Muniz
Hello all, Logistical: - GSoC students don't forget to provide a quick update at the dev call July 17th 1700 UTC - One month left until pencils down Progress: - I was able to open the FFTC driver handle successfully so I can now send it data! I used a different approach that does communication wi

Re: [Discuss-gnuradio] Why am I dropping data over the UDP network?

2014-07-15 Thread Marcus D. Leech
On 07/15/2014 01:57 PM, Ward, Marcus D. wrote: On the machine that has the USRP connected (presumable this is a N2xx or USRP2?), what does: ping 192.168.10.2 return? Ping 192.168.10.2 is returning data what does uhd_usrp_probe --args "addr=192.168.10.2" Return? This returns an error mes

Re: [Discuss-gnuradio] Why am I dropping data over the UDP network?

2014-07-15 Thread Ward, Marcus D.
On the machine that has the USRP connected (presumable this is a N2xx or USRP2?), what does: ping 192.168.10.2 return? Ping 192.168.10.2 is returning data what does uhd_usrp_probe --args "addr=192.168.10.2" Return? This returns an error message: RuntimeError: LookupError: KeyError: No dev

Re: [Discuss-gnuradio] Why am I dropping data over the UDP network?

2014-07-15 Thread Marcus D. Leech
On 07/15/2014 01:21 PM, Ward, Marcus D. wrote: Ok so now I went to try out my architecture this time with a TCP source and sink. I have pictures included where the sending side is (TCPrecievestation) and the receiving side is (TCPreceivedisplaystation). On the (TCPreceievestation), the last th

Re: [Discuss-gnuradio] ctest can't find gnuradio module !

2014-07-15 Thread mohamedx
Hi Tom, Thank you for your prompt response. I use 3.7.3 version, I've installed it from the source. Here is what "cmake -Wno-dev ../" returns: -- Build type not specified: defaulting to release. -- Boost version: 1.54.0 -- Found the following Boost libraries: -- filesyst

[Discuss-gnuradio] [GSoC] gr-radar: Dual CW Radar and Tracking Algorithms

2014-07-15 Thread Stefan Wunsch
Hi, The Radar Toolbox has new features! First new feature of the Radar Toolbox is a Dual CW Radar. It is implemented as simulation and tested with USRPs. This setup is much more better than the previous FSK Radar! Check out my development blog for a demonstration video and further information. [0

Re: [Discuss-gnuradio] ctest can't find gnuradio module !

2014-07-15 Thread Tom Rondeau
On Tue, Jul 15, 2014 at 9:50 AM, mohamedx wrote: > Hi Tom, > > Thank you for your prompt response. > I use 3.7.3 version, I've installed it from the source. > Here is what "cmake -Wno-dev ../" returns: > > -- Build type not specified: defaulting to release. > -- Boost ver

Re: [Discuss-gnuradio] ctest can't find gnuradio module !

2014-07-15 Thread Tom Rondeau
On Tue, Jul 15, 2014 at 8:51 AM, mohamedx wrote: > Hi there, > > Could someone help me fix this issue, when I try to run my tests, the ctest > returns the following: > ... > from gnuradio import gr, gr_unittest > ImportError: No module named gnuradio > ... > Nonetheless, when I import any module

[Discuss-gnuradio] ctest can't find gnuradio module !

2014-07-15 Thread mohamedx
Hi there, Could someone help me fix this issue, when I try to run my tests, the ctest returns the following: ... from gnuradio import gr, gr_unittest ImportError: No module named gnuradio ... Nonetheless, when I import any module from gnuradio in python terminal, it passes without any problem, and

Re: [Discuss-gnuradio] ofdm channel estimation

2014-07-15 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Xianda, how should we possibly tell? You expect us to be able to guess what is going wrong with your measurement, in an environment that is unknown to us, using a receiving antenna, modified flowgraph and tx signal that you did not really define.

[Discuss-gnuradio] Variable delay controlled clock

2014-07-15 Thread Carlos Alberto Ruiz Naranjo
Hi there, I have modified the delay block of baz to control it from a clock of seconds. But I do not know if this is the best implementation... :S Greetings. /* -*- c++ -*- */ /* * Copyright 2007 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free softw

Re: [Discuss-gnuradio] ofdm channel estimation

2014-07-15 Thread xianda
Oh,I guess that because i receive signal which at the frequency of 2.45e9.It is like the wifi.May be I receive the wifi signal?Am i right? Thank you. At 2014-07-15 05:17:35, "Martin Braun" wrote: >On 07/15/2014 09:39 AM, xianda wrote: >> Hi Martin: >> Thank you for your k

Re: [Discuss-gnuradio] ofdm channel estimation

2014-07-15 Thread xianda
Hi Martin: Thank you very much.But I test again and again,the rx_detect don't exist 1.And some little value approach 0 exists.But in the header stream chain some values exist.I think when 1 don't exist there shouldn't have value in the header stream chain.Why? Best regards, xd

Re: [Discuss-gnuradio] ofdm channel estimation

2014-07-15 Thread Martin Braun
On 07/15/2014 09:39 AM, xianda wrote: > Hi Martin: > Thank you for your kindly reply. > Another question I want to ask. > When I use the rx_ofdm,I add a UHD:USRP > Source.(Environment: USRP N210)I know when the block Schmidl &Cox OFDM > synch. detect

Re: [Discuss-gnuradio] ofdm channel estimation

2014-07-15 Thread xianda
Hi Martin: Thank you for your kindly reply. Another question I want to ask. When I use the rx_ofdm,I add a UHD:USRP Source.(Environment: USRP N210)I know when the block Schmidl &Cox OFDM synch. detect the signal,the port "detect" will output 1.And I