[Discuss-gnuradio] GNURadio or Labview interface to USRP N210/N200

2014-10-07 Thread Sagar Simha
Hello All, I have Ettus Research N210 and N200. I have been running GNURadio on USRP. I wanted to experiment with LabView. I have two questions, 1) Is it possible to run the firmware given by NI in the below link on N210 or N200 http://www.ni.com/download/ni-usrp-1.1/2949/en/ 2) If the above is

[Discuss-gnuradio] Installing a gr module which is compatible with GNURadio 3.3.0

2014-09-24 Thread Sagar Simha
Hello all, I have a gr module that was built using GNURadio 3.3.0. I have to run it and experiment with it. I am facing the following problems. *PS : GNURadio 3.3.0 had a different architecture, which was gnuradio-core, but now with the latest versions, the architecture of GNURadio is changed and

[Discuss-gnuradio] Query on creating a Transfer function block

2014-08-26 Thread Sagar Simha
Hello All, I want to create a block which takes input of two streams ( Tx1 and Tx2 ) and give output of two streams, o1 = a * Tx1 + b * Tx2 o2 = c * Tx1 + d * Tx2, where a,b,c and d are complex constants. Can anybody please help on how to realize this block in GNURadio. Any pointer towards what