[Discuss-gnuradio] PCI Express SDR Cards and GNU Radio

2012-07-04 Thread Manolis Surligas
Hello guys, I am searching for PCI Express cards that can (or possibly can) work together with GNU Radio. So far I have found this http://www.pervices.com/shop/index.php?route=product/productproduct_id=48 and they provide a block for the GRC to communicate with the card. Has anyone played

[Discuss-gnuradio] DVB-T signals using GNU radio companion

2012-07-04 Thread umer.rabbani
Hi, I have to generate DVB-T signal using gnu radio companion, is there any block available for that?? Umer ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Ubuntu 11.10 GNURadio Companion not installing help [SOLVED]

2012-07-04 Thread Jared Harvey
Hello Alex, AD Just noticed that the problem library is in AD ~/.local/. I've never seen that before, it AD seems to imply that you've got numpy installed AD in your home directory. Is that right? You AD could trymoving~/.local/lib/to AD ~/.local/lib-ignoreme/ and see

Re: [Discuss-gnuradio] PCI Express SDR Cards and GNU Radio

2012-07-04 Thread Ryan Connelly
There are a few companies that do business in data acquisition and DSP hardware (slap a RF front end and antenna in front of these and you got a SDR) that offer many, many form factor (i.e. PCIe) for all kinds of applications. Unfortunately they are not playing well with the GNU Radio environment

Re: [Discuss-gnuradio] building gnuradio - those annoying swig doc errors

2012-07-04 Thread Tom Rondeau
On Tue, Jul 3, 2012 at 9:34 PM, Johnathan Corgan jcor...@corganenterprises.com wrote: On Tue, Jul 3, 2012 at 3:42 PM, Johnathan Corgan jcor...@corganenterprises.com wrote: On Tue, Jul 3, 2012 at 3:31 PM, Josh Blum j...@ettus.com wrote: I don't think the .so issue is caused by the swig fixes.

Re: [Discuss-gnuradio] PCI Express SDR Cards and GNU Radio

2012-07-04 Thread Tom Rondeau
On Wed, Jul 4, 2012 at 3:55 AM, Manolis Surligas sourligasleoni...@gmail.com wrote: Hello guys, I am searching for PCI Express cards that can (or possibly can) work together with GNU Radio. So far I have found this http://www.pervices.com/shop/index.php?route=product/productproduct_id=48 and

[Discuss-gnuradio] How to write own blocks for grc

2012-07-04 Thread umer.rabbani
Hello All, Can you please guide me how can I start writing my own blocks for GRC. Regards, Umer Rabbani | Researcher [cid:image001.jpg@01CD59F8.CC600A20]http://www.bt.com/[cid:image002.gif@01CD59F8.CC600A20]http://www.btplc.com/Thegroup/Ourcompany/Groupbusinesses/BTInnovateandDesign/index.htm

[Discuss-gnuradio] GRC XML Problem: Variable number of vector outputs with different vlen

2012-07-04 Thread Felix Wunsch
Hi all! I have coded a block that basically takes an input vector of length N and divides it up into M smaller vectors with different vector length (for example: input vector of lenght 10 and 3 output vectors of length 2, 3 and 5). The idea is to have a std::vectorint as parameter whose size

Re: [Discuss-gnuradio] DVB-T signals using GNU radio companion

2012-07-04 Thread sreeraj r
http://www.ruby-forum.com/topic/1440970 http://www.oz9aec.net/index.php/gnu-radio/gnu-radio-blog/361-simple-dvb-with-gstreamer-and-gnu-radio https://github.com/csete/gnuradio-dvb   --- Regards Sreeraj Rajendran http://home.iitb.ac.in/~rsreeraj From:

Re: [Discuss-gnuradio] How to write own blocks for grc

2012-07-04 Thread sreeraj r
Its not that hard to find.http://gnuradio.org/redmine/projects/gnuradio/wiki/GNURadioCompanion#Adding-Custom-Blocks---RegardsSreeraj Rajendranhttp://home.iitb.ac.in/~rsreerajFrom: "umer.rabb...@bt.com" umer.rabb...@bt.com To: discuss-gnuradio@gnu.org Sent: Wednesday, 4 July 2012 7:52 PM

[Discuss-gnuradio] USRP B100 10 MHz specs

2012-07-04 Thread Vincenzo Pellegrini
Hi everybody, can anybody indicate if ref signal specs for the USRP B100 are to be considered the same as those for N210 as specified here? http://files.ettus.com/uhd_docs/manual/html/usrp2.html#ref-clock-10mhz ...or do look more like those for USRP2 indicated at the very same link. thank you

[Discuss-gnuradio] how to make a spectrum sensing usrp2 + rfx900 ?

2012-07-04 Thread Julio Hector Aguilar Renteria
how to make a spectrum sensing usrp2 + rfx900 ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Low-Cost USB Capture Hardware

2012-07-04 Thread Colin O'Flynn
Hello, I wondered what interest there is in HW which can perform capture, but is more limited than the USPR2 type devices. For a different project I made a high-speed ADC interface, which runs over USB. It's one channel, 100 MSPS. I won't attach images so you can see details at

Re: [Discuss-gnuradio] uhd help

2012-07-04 Thread Samuel Ibarra
Hello Josh, I have looked over the dboard iface file, but I am still a little confused. I am able to use swig to call the dboard_iface() within my python code, but I am not sure about what other functions I need in order to control those pins. I saw that within the dboard_xcvr2450.cpp file they

Re: [Discuss-gnuradio] uhd help

2012-07-04 Thread Josh Blum
On 07/04/2012 11:38 AM, Samuel Ibarra wrote: Hello Josh, I have looked over the dboard iface file, but I am still a little confused. I am able to use swig to call the dboard_iface() within my python code, but I am not sure about what other functions I need in order to control those pins.