[Discuss-gnuradio] How to uninstall an OUT-OF-TREE module?

2014-07-22 Thread Nguyễn Văn Lý
Hi all, I have made an OUT-OF-TREE module, but now I want to remove it from gnuradio. I am using GNUradio 3.7.3. Can anyone tell me how to that? Thanks a lot Van-Ly Nguyen Van-Ly, Vietnam National University, Hanoi - VNU University of Engineering and Technology - UET Faculty of Electronics and Te

[Discuss-gnuradio] PyBombs install maint branch from fresh

2014-07-22 Thread Activecat
Dear Sirs, I am performing fresh gnuradio installation using pybombs. Pybombs install master branch by default. How to make pybombs install 'maint' instead? Act@rsLAPTOP: ~/download/pybombs $ git checkout maint error: pathspec 'maint' did not match any file(s) known to git. __

Re: [Discuss-gnuradio] gnuradio dataflow, buffering and scheduling

2014-07-22 Thread Vanush Vaswani
http://www.trondeau.com/storage/tutorial/gr_scheduler_overview.pdf On Wed, Jul 23, 2014 at 2:32 AM, Anh Duc Nguyen wrote: > Dear all, > > I wish to study how gnuradio handles the dataflow,e.g., buffering, > scheduling, synchronization, optimization as well as resultant latency in > detail. Howe

Re: [Discuss-gnuradio] Synchronizing N210 TX and RX channels

2014-07-22 Thread Marcus Müller
Hi Daniele, your problem is actually harder: The latency of digital signal processing depends on your desired decimation, and analog signal latency depends on a ton of factors like target RF frequency, adjustable filters (if your daughterboard has something like this), antenna and cabling delay, a

Re: [Discuss-gnuradio] Cross-correlating Two FFT signals

2014-07-22 Thread Marcus D. Leech
On 07/22/2014 01:32 PM, Ward, Marcus D. wrote: Thanks Martin, I'll try that and also I don't happen to see any Inverse FFT blocks on Gnu-radio, is there a way I can do the IFFT on GNU-radio since there is no block for it? The FFT block has a parameter that says "Forward" or "Reverse" (or Inve

Re: [Discuss-gnuradio] Cross-correlating Two FFT signals

2014-07-22 Thread Ward, Marcus D.
Thanks Martin, I'll try that and also I don't happen to see any Inverse FFT blocks on Gnu-radio, is there a way I can do the IFFT on GNU-radio since there is no block for it? -Original Message- From: discuss-gnuradio-bounces+marcus.ward=jhuapl@gnu.org [mailto:discuss-gnuradio-bounce

Re: [Discuss-gnuradio] Synchronizing N210 TX and RX channels

2014-07-22 Thread Daniele Nicolodi
Hello Stephan, thank for your reply. What I would like to do is more simple than that: I need to synchronize tx and rx of the same USRP, not of two different devices. But I need continuous streaming and not burst. Any help in this direction is much appreciated. Thanks. Best, Daniele On 22/07

Re: [Discuss-gnuradio] Synchronizing N210 TX and RX channels

2014-07-22 Thread Stefan Wunsch
Hey Daniele, I have done the radar toolbox and implemented a synced USRP interface (USRP Echotimer). You are right, the USRP Echotimer does align the timestamps of the TX/RX commands on both USRPs. But if you connect them by MIMO, the time and clock are pretty good in sync. Therefore I think the

Re: [Discuss-gnuradio] Synchronizing N210 TX and RX channels

2014-07-22 Thread Daniele Nicolodi
On 22/07/2014 18:18, Martin Braun wrote: > On top of what Marcus' has said, > > the gr-radar toolbox might be helpful. It has a block that takes a > tagged stream, and outputs a signal it acquired synchronously to the > transmitted one. Thanks Martin. This seems to imply that there is no way to

[Discuss-gnuradio] gnuradio dataflow, buffering and scheduling

2014-07-22 Thread Anh Duc Nguyen
Dear all, I wish to study how gnuradio handles the dataflow,e.g., buffering, scheduling, synchronization, optimization as well as resultant latency in detail. However, I can not find any material that explain such things clearly. Could you please point me to direct or indirect resources e.g., in l

Re: [Discuss-gnuradio] Cross-correlating Two FFT signals

2014-07-22 Thread Martin Braun
On 07/22/2014 04:02 PM, Ward, Marcus D. wrote: > Hello, > > I'm trying to find a way that I could cross-correlate two FFT signals > that I have coming in from two UDP networks, anyone know of a block I > can do that with? There's no dedicated xcorr-block, but you can do a fast correlation using F

Re: [Discuss-gnuradio] Synchronizing N210 TX and RX channels

2014-07-22 Thread Martin Braun
On top of what Marcus' has said, the gr-radar toolbox might be helpful. It has a block that takes a tagged stream, and outputs a signal it acquired synchronously to the transmitted one. g...@github.com:kit-cel/gr-radar.git M On 07/22/2014 05:14 PM, Daniele Nicolodi wrote: > Hello, > > I would

Re: [Discuss-gnuradio] Synchronizing N210 TX and RX channels

2014-07-22 Thread Marcus D. Leech
On 07/22/2014 11:29 AM, Daniele Nicolodi wrote: Thanks Marcus, but those examples use directly the UHD driver and I have an hard time understanding how to translate them to use the GNURadio UHD source and sink blocks. Are you implying that what I want to do cannot be done with the standard sou

Re: [Discuss-gnuradio] Synchronizing N210 TX and RX channels

2014-07-22 Thread Daniele Nicolodi
On 22/07/2014 17:18, Marcus D. Leech wrote: > On 07/22/2014 11:14 AM, Daniele Nicolodi wrote: >> Hello, >> >> I would like to synchronize the RX and TX channels on an N210 so that >> the acquisition and transmission of data are triggered simultaneously. >> I haven't found documentation on how to do

Re: [Discuss-gnuradio] Synchronizing N210 TX and RX channels

2014-07-22 Thread Marcus D. Leech
On 07/22/2014 11:14 AM, Daniele Nicolodi wrote: Hello, I would like to synchronize the RX and TX channels on an N210 so that the acquisition and transmission of data are triggered simultaneously. I haven't found documentation on how to do that. Can someone, please, point me in the right directio

[Discuss-gnuradio] Synchronizing N210 TX and RX channels

2014-07-22 Thread Daniele Nicolodi
Hello, I would like to synchronize the RX and TX channels on an N210 so that the acquisition and transmission of data are triggered simultaneously. I haven't found documentation on how to do that. Can someone, please, point me in the right direction? Thanks! Cheers, Daniele _

Re: [Discuss-gnuradio] TX-POWER USRP N210 AND WBX DOUGHTERBOARD

2014-07-22 Thread madengr
I should note that want I really want to do is automate this measurement and generate a series of curves that show TX_gain setting vs. intermod, for several frequencies, at -3 dB from full scale. The state of GPIB support under Linux doesn't seem to be that great though. I suppose though that you

Re: [Discuss-gnuradio] TX-POWER USRP N210 AND WBX DOUGHTERBOARD

2014-07-22 Thread madengr
As Martin said, it really helps to have a spectrum analyzer. What I'll do is generate a CW tone (sinusoid) of 0.707 Vp; that is 3 dB backed off from DAC full scale power. Then I'll increase the TX gain setting until the TX image rejection starts to become poor. This will typically be 15 dBm for

[Discuss-gnuradio] Cross-correlating Two FFT signals

2014-07-22 Thread Ward, Marcus D.
Hello, I'm trying to find a way that I could cross-correlate two FFT signals that I have coming in from two UDP networks, anyone know of a block I can do that with? Thanks in advance, Marcus ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org h

[Discuss-gnuradio] Message passing - issue with messages left in queues after running top block

2014-07-22 Thread Perper
Hi all, I've noticed that "Run to completion" works now in situation when message passing is used, which is great! I have a related question. I'm creating a block which uses message passing, and run it once: tb = some_block(fname="file1") tb.start() tb.wait() #at this mom

Re: [Discuss-gnuradio] libboost error

2014-07-22 Thread Martin Braun
On 07/22/2014 01:19 PM, Sylvain Munaut wrote: > Looks to me it's not even gnuradio, but UHD. > > "/usr/local/lib/libuhd.so" seems to be linked agains that version. I'm > not sure where you got that libuhd from but it seems to use a > different boost version than what you have now. Thanks, Sylvain

Re: [Discuss-gnuradio] libboost error

2014-07-22 Thread Sylvain Munaut
Looks to me it's not even gnuradio, but UHD. "/usr/local/lib/libuhd.so" seems to be linked agains that version. I'm not sure where you got that libuhd from but it seems to use a different boost version than what you have now. Cheers, Sylvain On Tue, Jul 22, 2014 at 10:47 AM, Martin Braun wr

Re: [Discuss-gnuradio] how does Packet Header Generator module handle tags

2014-07-22 Thread Martin Braun
On 07/21/2014 02:04 PM, hutiantian wrote: > Hi Martin, > What's the TSB tags? Does the tags have the different types? I think the > tags just a pair of key-value. http://gnuradio.org/doc/doxygen/page_tagged_stream_blocks.html M > > Thanks > Tiankun > > 于 2014年07月21日 17:54, Martin Braun 写道: >> B

Re: [Discuss-gnuradio] libboost error

2014-07-22 Thread Martin Braun
The CMake process may have its faults, but it won't randomly decide to use a boost version not installed. Make sure there really is no boost 4.6 anywhere on your machine, and clear out the build dir. M On 07/21/2014 06:04 PM, Ngô Khắc Hoàng wrote: > 1. I do not use Pybombs. > > 2. To install li

Re: [Discuss-gnuradio] TX-POWER USRP N210 AND WBX DOUGHTERBOARD

2014-07-22 Thread Martin Braun
Simone, the actual tx power depends on a lot of parameters, and it is not a simple setting. For one thing, it depends a lot on the actual signal you are generating. If you need a very specific output power, you need to calibrate your setup with a tool such as a spectrum analyzer. In general, the

[Discuss-gnuradio] TX-POWER USRP N210 AND WBX DOUGHTERBOARD

2014-07-22 Thread Simone Ciccia S210664
Hi at all, I have problem to understand how an USRP used as a trasmitter works in term of transmitted power when we fix a tx_gain. Let me explain better: - The WBX Daughterboard is a wide bandwidth transceiver that provides up to 100 mW of output power and a noise figure of 5 dB. (extracted from