Re: [Discuss-gnuradio] It must be defined inside the context of a function !

2014-01-16 Thread Activecat
Regards. On Thu, Jan 16, 2014 at 4:14 PM, Marcus Müller mar...@hostalia.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Activecat, you're right. Method calls (or function calls in general) such us push_back can only take place in functions. That's why constructors exist! Please

[Discuss-gnuradio] It must be defined inside the context of a function !

2014-01-15 Thread Activecat
Dear Sir, Below code will produce compilation error: 'input_sizes' does not name a type. This is because input_sizes must be assigned inside a context of a function in c++, right ? std::vectorint input_sizes; input_sizes.push_back(sizeof(float)); input_sizes.push_back(sizeof(double));

[Discuss-gnuradio] undocumented SBX behavior

2013-12-30 Thread Activecat
Dear Sir, I run this command with SBX daughterboard on N210: /usr/local/lib/uhd/examples/tx_waveforms --freq 500e6 --wave-type SINE --wave-freq 5e3 --rate 10e6 What is performed at the SBX, does it multiply (Frequency Modulation) the 5kHz SINE wave with the 500MHz carrier frequency ..?

Re: [Discuss-gnuradio] IEEE 802.11 a

2013-12-23 Thread Activecat
You may try your luck here: 1. https://www.cgran.org/wiki/BBN80211 but it runs on gnuradio version 3.1.1 2. MAC code by Uwicore lab http://www.uwicore.umh.es/ is unfortunately for gnuradio version 3.3 3. https://github.com/bastibl/gr-ieee802-11 runs on gnuradio 3.7 Let me know if

[Discuss-gnuradio] set_mux() not available in gnuradio version 3.7

2013-12-16 Thread Activecat
/classusrp__standard__rx.html#aa98b7831a644635f19ee84a7ecd404b2 Thanks. Regards, activecat Email: active...@gmail.com ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] set_mux() not available in gnuradio version 3.7

2013-12-16 Thread Activecat
Yes, I mean, what is teh equivalent command in UHD API ..? How to control the MUX in the UHD API ? set_mux() On Tue, Dec 17, 2013 at 12:01 PM, Marcus D. Leech mle...@ripnet.com wrote: On 12/16/2013 10:52 PM, Activecat wrote: Dear Sir, bool set_mux( int mux ); This command

Re: [Discuss-gnuradio] set_mux() not available in gnuradio version 3.7

2013-12-16 Thread Activecat
On Tue, Dec 17, 2013 at 12:01 PM, Marcus D. Leech mle...@ripnet.com wrote: On 12/16/2013 10:52 PM, Activecat wrote: Dear Sir, bool set_mux( int mux ); This command is supported by GNU Radio 3.4.2 C++ API but not GNU Radio 3.7. In this case, how to control the MUX using GNU Radio

[Discuss-gnuradio] gnuradio repository error

2013-11-20 Thread Activecat
It timeouts even after few attempts. See below. $ git clone --progress http://gnuradio.org/git/gnuradio.git Cloning into 'gnuradio'... error: Unable to get pack file http://gnuradio.org/git/gnuradio.git/objects/pack/pack-d0093c65108e2594a080f6e3983dbe9402e10527.pack transfer closed with

[Discuss-gnuradio] gr-ieee802-11 compilation error

2013-11-20 Thread Activecat
Dear Sir, While compiling gr-ieee802-11 from https://github.com/bastibl/gr-ieee802-11, these errors were encountered: host@~/gr-ieee802-11/build $ make Scanning dependencies of target ieee802_11_generated_includes [ 3%] Generating moving_average_ff.h, moving_average_cc.h [ 3%] Built target

[Discuss-gnuradio] gr-ieee802-11: Mostly broken flow graphs in examples

2013-11-20 Thread Activecat
, activecat Email: active...@gmail.com ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] FTW IEEE802.11a/g/p OFDM Frame Encoder: How to run on gnuradio v3.6.5.1 ?

2013-11-19 Thread Activecat
/download/ftw_80211_ofdm_tx/trunk' make: *** [all] Error 2 Please advise, how to make FTW installed on gnuradio v3.6.5.1 ..? Thanks in advance. Regards, activecat Email: active...@gmail.com ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https

Re: [Discuss-gnuradio] setup of usrp N100/N200

2013-10-21 Thread Activecat
recognise this first before troubleshooting at the gnuradio level. Now you should troubleshoot your Linux, not gnuradio, if you confirmed that your hardware is really GE capable. -- Forwarded message -- From: Activecat active...@gmail.com Date: Mon, Oct 21, 2013 at 1:09 PM Subject

Re: [Discuss-gnuradio] setup of usrp N100/N200

2013-10-21 Thread Activecat
Chances are your pc hardware is actually not GE capable. On Mon, Oct 21, 2013 at 2:23 PM, Sandhya G sandhya4...@gmail.com wrote: ok sir then i'l try to debug the problem in my os now Thanks Sandhya On Mon, Oct 21, 2013 at 11:49 AM, Activecat active...@gmail.com wrote: As I mentioned

Re: [Discuss-gnuradio] setup of usrp N100/N200

2013-10-21 Thread Activecat
Congradulation and you are most welcome. activecat. On Mon, Oct 21, 2013 at 7:10 PM, Sandhya G sandhya4...@gmail.com wrote: Yes sir .your right i thought my pc is ethernet capable.I brushed the spec of pc hardware it just supports maximum 100mbps .so i'm installing gnuradio on pandaboard

[Discuss-gnuradio] GNU Radio 3.7 installation issue

2013-10-21 Thread Activecat
uninstall libgruel3.5.3.2 installed by me. Thanks in advance. Regards, activecat ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] GNU Radio 3.7 installation issue

2013-10-21 Thread Activecat
Dear Sir, Both gr-baz and grextras fail in compilation of gnuradio 3.7. It seems that we have no other choice but to ignore the compilation errors. But what are gr-baz and grextras being used for, and how this compilation error will affect the functionality of gnuradio 3.7 ? Regards, activecat

[Discuss-gnuradio] cgran is weird

2013-10-21 Thread Activecat
of 'http://gnuradio.org/svn/gnuradio/trunk': could not connect to server (http://gnuradio.org) What was wrong? Has cgran been migrated to another location ..? Regards, activecat ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https

[Discuss-gnuradio] Install GNU Radio 3.7.1: Gruel error, where should I replace GNURADIO_CORE with GNURADIO_RUNTIME_ ?

2013-10-20 Thread Activecat
Dear Sir, I was using GNU Radio 3.6.5.1 but now try migrating to version 3.7.1. So I remove all existing installation, then start using the latest build-gnuradio script. This error comes out: Building extra module gr-baz -- The CXX compiler identification is GNU 4.7.2 -- The C compiler

Re: [Discuss-gnuradio] setup of usrp N100/N200

2013-10-20 Thread Activecat
Your pc must have 1000Mbps port. The 10/100Mbps won't work. An alternative is to connect a 10/100/1000 LAN switch between your pc and the USRP. Rgds, activecat. On Mon, Oct 21, 2013 at 12:37 PM, Sandhya G sandhya4...@gmail.com wrote: HI all, I have followed as per the instructions given

Re: [Discuss-gnuradio] setup of usrp N100/N200

2013-10-20 Thread Activecat
and regards Sandhya.G On Mon, Oct 21, 2013 at 10:19 AM, Activecat active...@gmail.com wrote: Your pc must have 1000Mbps port. The 10/100Mbps won't work. An alternative is to connect a 10/100/1000 LAN switch between your pc and the USRP. Rgds, activecat. On Mon, Oct 21, 2013 at 12:37 PM

Re: [Discuss-gnuradio] setup of usrp N100/N200

2013-10-20 Thread Activecat
and sir y i'am i getting unknown key format even though i give addr=192.168.10.2 and the problem i'm facing is its showing me an error has cannot find as a single device.I have no clue the reason for that Thanks and regards Sandhya On Mon, Oct 21, 2013 at 10:24 AM, Activecat active...@gmail.com

Re: [Discuss-gnuradio] setup of usrp N100/N200

2013-10-20 Thread Activecat
and the problem i'm facing is its showing me an error has cannot find as a single device.I have no clue the reason for that Thanks and regards Sandhya On Mon, Oct 21, 2013 at 10:24 AM, Activecat active...@gmail.com wrote: If that is a new USRP from factory then you don't need to update the firmware

Re: [Discuss-gnuradio] setup of usrp N100/N200

2013-10-20 Thread Activecat
. Thanks and regards Sandhya On Mon, Oct 21, 2013 at 10:42 AM, Activecat active...@gmail.com wrote: What operating are you running? How do you get the 10/100Mbps ? Do you see the LED turns on at the USRP GE port? On Mon, Oct 21, 2013 at 1:09 PM, Sandhya G sandhya4...@gmail.com wrote: Sir

Re: [Discuss-gnuradio] setup of usrp N100/N200

2013-10-20 Thread Activecat
mentioned the errors what i'am getting when i run the flowgraph. Even i'am clueless how my device is only showing up 10/100Mbps when i connect the hardware and even i tried with other pc but i'm facing the same problem. Thanks and regards Sandhya On Mon, Oct 21, 2013 at 10:42 AM, Activecat

<    1   2   3