Re: [Discuss-gnuradio] How to change a flowgraph in c++ dynamically

2014-05-15 Thread Marcus Müller
Hi Mostafa, I mean the run option "run to completion" in the GRC. GRC is like LEGO for communication engineers, if you play around with it, you'll soon be having fun and have an easier time understanding hints like this ;) See http://imgur.com/YPUvyzm Greetings, Marcus On Thu, May 15, 2014 at 8

Re: [Discuss-gnuradio] saving raw data after correct frame reception

2014-05-15 Thread Activecat
On Thu, May 15, 2014 at 3:09 PM, Marcus Müller wrote: > Hi, > > sorry I didn't mention earlier: > > >Unnecessary historical value increases CPU utilization. > Is not inherently true, GNU Radio only ensures that buffer is not being > freed up for overwriting later. > > So actually, if you're really

[Discuss-gnuradio] low frequency in GRC

2014-05-15 Thread jason sam
I am using GNU Radio Companion 3.7.3...when i set the frequency of my signal source to low values(in Hz or kHz),i get no signal on my scope or fft sink?? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/dis

[Discuss-gnuradio] LTE and USRP

2014-05-15 Thread Coll Perales, Baldomero
Hello, I considering the possibility to purchase some USRP boards. My objective is to work with open source code of LTE. I've seen the OpenLTE project (http://openlte.sourceforge.net/, http://sourceforge.net/projects/openlte/) which looks pretty nice. It seems that it works with USRP B2X0 (Bus Ser

Re: [Discuss-gnuradio] LTE and USRP

2014-05-15 Thread Coll Perales, Baldomero
Thanks Marcus for your fast response. I’ll do it :). I'm adding this question again (sorry): Do you know any other project that is developing LTE using gnu-radio/USRP? Regards, Baldo De: Marcus Müller [mailto:marcus.muel...@ettus.com] Enviado el: jueves, 15 de mayo de 2014 11:20 Para: Coll Per

Re: [Discuss-gnuradio] B200 clock calibration

2014-05-15 Thread Robert Light
Hi, In case we use on-board oscillator , how is ADF4001 configured? Does CP (pin20) output affect the VCXO_Tune ? Is it possible to control this chip directly from the command line? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://li

Re: [Discuss-gnuradio] low frequency in GRC

2014-05-15 Thread Mike Jameson
If you attach your GRC flowgraph I'll take a look at it for you. Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://ettus.com On Thu, May 15, 2014 at 10:06 AM, jason sam wrote: > I am using GNU Radio Companion 3.7.3...when i set the frequ

Re: [Discuss-gnuradio] How to change a flowgraph in c++ dynamically

2014-05-15 Thread Mostafa Alizadeh
Hi Marcus, Thank you, On Thu, May 15, 2014 at 11:58 AM, Marcus Müller wrote: > Hi Mostafa, > I mean the run option "run to completion" in the GRC. GRC is like LEGO for > communication engineers, if you play around with it, you'll soon be having > fun and have an easier time understanding hints

Re: [Discuss-gnuradio] LTE and USRP

2014-05-15 Thread Johannes Demel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Baldo, there is also gr-lte [1] as another alternative for an LTE receiver in this case. happy hacking Johannes [1] https://github.com/kit-cel/gr-lte On 15.05.2014 11:13, Coll Perales, Baldomero wrote: > Hello, > > I considering the possibility

Re: [Discuss-gnuradio] LTE and USRP

2014-05-15 Thread Martin Braun
On 15.05.2014 11:35, Coll Perales, Baldomero wrote: Thanks Marcus for your fast response. I’ll do it :). I'm adding this question again (sorry): Do you know any other project that is developing LTE using gnu-radio/USRP? AFAIK, Johannes' project is the only one that uses GNU Radio, but there's

Re: [Discuss-gnuradio] Root rasied cosine parameters issue

2014-05-15 Thread Tom Rondeau
On Thu, May 15, 2014 at 7:55 AM, Irfan Ullah wrote: > Hi all, > I have problem with pulse shaping RRC filter parameters when I set the > parameters as > > interpolation=4Gain=nfiltssample rate=1 symbol rate=1 Alpha=0.5 > Num Taps=11*sps*nfilts > > (nfilts = 32, sps=4) > > but my o

Re: [Discuss-gnuradio] OFDM cyclic prefixer

2014-05-15 Thread Yuri P.M
Thank you very much, for your help Mr. Economos, For sure I will take a look at this project, Yuri. 2014-05-14 21:12 GMT-03:00 Ron Economos : > If you haven't already, you may want to take a look > at this GnuRadio DVB-T implementation. > > https://github.com/BogdanDIA/gr-dvbt > > Ron > > > On

Re: [Discuss-gnuradio] LTE and USRP

2014-05-15 Thread Paul Sutton
Hi Baldo, There is also LibLTE - https://github.com/libLTE/libLTE It's a modular LTE library with minimal external dependencies. It's compatible with UHD devices and is LGPLv3. It's under development but currently provides eNodeB and UE implementations for most of the downlink. Among the example p

Re: [Discuss-gnuradio] grc-mimo setup

2014-05-15 Thread Mike Jameson
Your device hint in the 'Device Addr' section of the 'UHD Source' block should be "addr=192.168.10.2" and in a separate 'UHD source' block the "Device Addr" should be "addr=192.168.10.3" Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://ettu

Re: [Discuss-gnuradio] grc-mimo setup

2014-05-15 Thread xianda
Hi Mike Thank you for your reply. Now I change the addr but a new error comes: thread[thread-per-block[1]: ]: LookupError: KeyError: Cannot find an item size: thread[thread-per-block[2]: ]: LookupError: KeyError: Cannot find an item size: Can you help me?Thank you. Best regrads At 2014-05-15

Re: [Discuss-gnuradio] LTE and USRP

2014-05-15 Thread Coll Perales, Baldomero
Thanks Paul, LibLTE looks like very promising. I'll follow the advances. By the way, do you know if it will be compatible with USRP2 or only with new ones (N Series - UHD-based)? Thanks, Baldo -Mensaje original- De: Paul Sutton [mailto:p...@softwareradiosystems.com] Enviado el: jueves

Re: [Discuss-gnuradio] LTE and USRP

2014-05-15 Thread Paul Sutton
USRP2 is also UHD-based and it is compatible with LibLTE. On 15/05/14 13:56, Coll Perales, Baldomero wrote: > Thanks Paul, > > LibLTE looks like very promising. I'll follow the advances. By the way, do > you know if it will be compatible with USRP2 or only with new ones (N Series > - UHD-based)?

Re: [Discuss-gnuradio] grc-mimo setup

2014-05-15 Thread Mike Jameson
A sample rate of 32e3 is very low. I suggest trying with a minimum sample rate of 100e6/128 (always divide the N210's master clock rate by an even number to use as a sample rate) which is 781250. Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: h

Re: [Discuss-gnuradio] grc-mimo setup

2014-05-15 Thread Martin Braun
This was a UHD bug we fixed a couple of weeks back. If you're using git/master, you can just git pull, rebuild UHD and it will work. Otherwise, you can set otw_format=sc16 in the streamer args and it will solve the problem as well. Cheers, M On 15.05.2014 14:55, xianda wrote: Hi Mike Thank

Re: [Discuss-gnuradio] grc-mimo setup

2014-05-15 Thread xianda
Hello Thank you so much. 1.And i set the wire format as Complex int16.And it run.Thank you again.I'm so happy.This device bring us so many happy. But what do you mean "git pull"?Sorry for my poor english. Can you tell me what command i should type into the

Re: [Discuss-gnuradio] grc-mimo setup

2014-05-15 Thread Mike Jameson
If you built GNU Radio and UHD using pybombs then you can just run: ./pybombs update gnuradio Alternatively, if you build manually you can go into the 'uhd/host/build' directory and run: git pull cmake ../ make sudo make install Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: h

Re: [Discuss-gnuradio] grc-mimo setup

2014-05-15 Thread xianda
Hi Mike Thank you for your patience.Thanks again. At 2014-05-15 22:01:00,"Mike Jameson" wrote: If you built GNU Radio and UHD using pybombs then you can just run: ./pybombs update gnuradio Alternatively, if you build manually you can go into the 'uhd/host/build' directory and run: git pul

Re: [Discuss-gnuradio] low frequency in GRC

2014-05-15 Thread jason sam
Actually i think the problem is that i have very low sample rate according to the 1024 FFT.. On Thu, May 15, 2014 at 7:38 PM, jason sam wrote: > > ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discus

Re: [Discuss-gnuradio] B200 clock calibration

2014-05-15 Thread Nick Foster
The ADF4001's output charge pump is tristated when not locking to an external reference, and a resistor divider holds the VCTCXO's tuning input at 1/2 Vcc. The B200 hardware can use the AD9361's low-speed DAC to drive the VCTCXO's tuning input via AUXDAC1 if R118 is populated; however, this functio

Re: [Discuss-gnuradio] B200 clock calibration

2014-05-15 Thread Marcus Leech
The only way to really make this work "properly" is to go closed-loop.  At that point, you might as well use an external reference.  I've pointed out before   that 10MHz OCXOs are available cheaply, and generally achieve 100PPB *at worst*, even the "scrap pulls" that are cheaply available on eBay u

[Discuss-gnuradio] Dev Call May Live Broadcast

2014-05-15 Thread Martin Braun
Follow the dev call on: http://youtu.be/5EZkxdO1oYo Cheers, M ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Developer call live now!

2014-05-15 Thread Philip Balister
http://youtu.be/5EZkxdO1oYo Philip ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] low frequency in GRC

2014-05-15 Thread madengr
Regarding the low sample rate, I have had this issue too when decimating to narrow bandwidths. I assume sample rate is an integer for most blocks therefore one can't go below 1 samp/sec? Lou KD4HSO -- View this message in context: http://gnuradio.4.n7.nabble.com/low-frequency-in-GRC-tp48237p

Re: [Discuss-gnuradio] low frequency in GRC

2014-05-15 Thread Marcus Leech
Gnu Radio is a streaming architecture. Sample-rate is actually almost-entirely meaningless within the flowgraph, and only really   has meaning "at the edges" when interfacing to the real world.  The only exception is the throttle block, and even it doesn't   produce *precise* sample-rates.   For th

[Discuss-gnuradio] MSF/DCF/RBU Time Station Receiver Implementation

2014-05-15 Thread Iain Young, G7III
Hi Everyone, In recent days I had the idea to plug my LF preamp and antenna into my 192k Soundcard. Even with Nyquist being his usual pain, that still gives me DC to 96kHz. Perfect for certain time stations :) I lashed up a linear receiver, put it on 59kHz, and what do I hear ? "pip pip pip" fro

Re: [Discuss-gnuradio] MSF/DCF/RBU Time Station Receiver Implementation

2014-05-15 Thread Marcus Leech
I worked on a WWVB receiver a few years back.  Then realized that I'm in an apparent "null" in the WWVB transmit pattern.  Even   my commercial WWVB clocks cannot receive it.  Sigh.       on May 15, 2014, Iain Young, G7III wrote: Hi Everyone,In recent days I had the idea to plug my LF preamp and

Re: [Discuss-gnuradio] MSF/DCF/RBU Time Station Receiver Implementation

2014-05-15 Thread Iain Young, G7III
On 15/05/14 20:30, Marcus Leech wrote: I worked on a WWVB receiver a few years back. Then realized that I'm in an apparent "null" in the WWVB transmit pattern. Even my commercial WWVB clocks cannot receive it. Sigh. Ah, that's unfortunate, to say the least. And now they've gone and comp

Re: [Discuss-gnuradio] MSF/DCF/RBU Time Station Receiver Implementation

2014-05-15 Thread madengr
Iain Young, G7III wrote > I lashed up a quick Goertzel filter at 250Hz, and re-tuned so I was > 250Hz off from MSF. Hacked up some code to actually decode the > output of GRC to the timecode bits for MSF. It decodes perfectly, > even without parity checking! Thank you for the post. I was experime

Re: [Discuss-gnuradio] not responding B100

2014-05-15 Thread Vincenzo Pellegrini
Hi Tapiwa, There should be object code for fixing the B100 USB interface in the UHD tree under /host/build/utils. cmake compiled it for you when you built the whole UHD. The bin file to use is fx2_init_eeprom. Use the --help option to get usage info. You also need the suitable b100_boot.bin and

Re: [Discuss-gnuradio] Message Passing

2014-05-15 Thread Activecat
On Wed, May 14, 2014 at 10:25 PM, Tom Rondeau wrote: > On Wed, May 14, 2014 at 7:06 AM, Activecat wrote: > >> On Wed, May 14, 2014 at 6:49 PM, Koslowski, Sebastian (CEL) < >> sebastian.koslow...@kit.edu> wrote: >>> >>> I retried by putting the definition of on top of >> in the xml file, it wor

[Discuss-gnuradio] Ice-related Build Problem

2014-05-15 Thread Dan CaJacob
Building GR with the latest pybombs completes successfully, but when calling a GR binary, there's an error about ICE (which built without problems): $:~/pybombs/src/gnuradio/build$ gnuradio-config-info -v gnuradio-config-info: error while loading shared libraries: libIce.so.35: cannot open shared

Re: [Discuss-gnuradio] Ice-related Build Problem

2014-05-15 Thread Dan CaJacob
Running find to search for the missing library does find it at: /usr/lib64/libIce.so.35 Very Respectfully, Dan CaJacob On Fri, May 16, 2014 at 1:20 AM, Dan CaJacob wrote: > Building GR with the latest pybombs completes successfully, but when > calling a GR binary, there's an error about ICE

[Discuss-gnuradio] installed ieee_802_15_4 . do following modifications

2014-05-15 Thread lingeswar kandregula
On Sun, May 11, 2014 at 8:55 PM, Bastian Bloessl wrote: Do you have a dated GNU Radio installation that does not support the REQUIRED_COMPONENTS in cmake? you could do this in lib/CMakeLists.txt list(APPEND gr_ieee802_15_4_libs ${Boost_LIBRARIES} gnuradio-blocks gnuradio-pmt