Re: [Discuss-gnuradio] Code::Blocks

2014-04-13 Thread abdullah unutmaz
manually specify the library to link against but let the Build System figure that out for you. Greetings, Marcus On 13.04.2014 09:43, abdullah unutmaz wrote: > Dear Marcus, > > I have found libgnuradio-runtime.so file, I guess this will allow > me to use entire gnuradio functionality

Re: [Discuss-gnuradio] Code::Blocks

2014-04-13 Thread abdullah unutmaz
Dear Marcus, I have found libgnuradio-runtime.so file, I guess this will allow me to use entire gnuradio functionality in Code::Blocks. Thank you, Abdullah On Sunday, April 13, 2014 3:33 AM, abdullah unutmaz wrote: Dear Marcus, Firstly thank you for your time. I want to use gnuradio

Re: [Discuss-gnuradio] Code::Blocks

2014-04-13 Thread abdullah unutmaz
ers you want, you usually know which library to link against. Greetings, Marcus On 13.04.2014 08:09, abdullah unutmaz wrote: > Greetins everybody, > > In my previous message, I said I had found no no .so file :). > > I would like to ask you, especially to use usb/ethernet >

Re: [Discuss-gnuradio] Code::Blocks

2014-04-12 Thread abdullah unutmaz
, abdullah unutmaz wrote: Greetings everybody, I have been using Code::Blocks IDE for a while. And I have tried to link GnuRadio in Code:Blocks, but I have not found any ".so" file in Ubuntu, although I have searched via terminal with the command "locate". I have read the

[Discuss-gnuradio] Code::Blocks

2014-04-12 Thread abdullah unutmaz
Greetings everybody, I have been using Code::Blocks IDE for a while. And I have tried to link GnuRadio in Code:Blocks, but I have not found any ".so" file in Ubuntu, although I have searched via terminal with the command "locate". I have read the tutorial in the web page:  http://gnuradio.org/r

[Discuss-gnuradio] a question to make sure Tx and Rx start times w.r.t. each other

2012-09-21 Thread abdullah unutmaz
Hi everybody,   I have been trying to design a ionosonde with USRPs in my final year project. I am responsible for the signal processing part of the project. I will have been using USRP1 untill hardware part, that is amplifier and antennas, is set up. I have been using another USRP1 & a PC to model

[Discuss-gnuradio] simple parallel output shift register

2012-08-22 Thread abdullah unutmaz
Greetings everybody, I have been trying to design a simple parallel output shift register, use gr.buffer & gr.buffer_reader. But I am having the error:

Re: [Discuss-gnuradio] vector sink data

2012-08-16 Thread abdullah unutmaz
If I am not wrong, I can use "gr.buffer" with "gr.buffer_reader" to design an exact parallel output shift register, at least the closest one. Abdullah From: Ben Reynwar To: abdullah unutmaz Cc: discuss-gnuradio Discussion Group Se

Re: [Discuss-gnuradio] vector sink data

2012-08-16 Thread abdullah unutmaz
project, when I discuss solutions with my professor, he decisivelywants the system to be ongoing data flow, even though in both of the possible solutions the process ends right after the data is acquired :). Thanks, Abdullah ____ From: abdullah unutmaz To: Ben Reynwar ; &

Re: [Discuss-gnuradio] [ input ] -> [ PSK mod ] -> [ PSK Demod ] -> [ output ] => [ input ] != [ output ] - interesting

2012-08-15 Thread abdullah unutmaz
ed to packed block before the demod. That way both input and output data is unpacked. -josh On 08/15/2012 03:10 AM, abdullah unutmaz wrote: > Greetings, > > In gnuradio-companion I connected output of a "PSK Mod" directly to a > "PSK Demod" input. Both of the blocks h

[Discuss-gnuradio] [ input ] -> [ PSK mod ] -> [ PSK Demod ] -> [ output ] => [ input ] != [ output ] - interesting

2012-08-15 Thread abdullah unutmaz
Greetings, In gnuradio-companion I connected output of a "PSK Mod" directly to a "PSK Demod" input. Both of the blocks have the same initializations, Number of Constellation Points:2 Gray Code:Yes Differential Encoding:No Samples/Symbol:8 Excess BW:350m in PSK Demod other properties are as foll

Re: [Discuss-gnuradio] vector sink data

2012-08-10 Thread abdullah unutmaz
Thanks, I realized what I need to do. Next monday I can try it, probably it will solve the problem. From: Ben Reynwar To: abdullah unutmaz ; discuss-gnuradio Discussion Group Sent: Friday, August 10, 2012 8:37 PM Subject: Re: [Discuss-gnuradio] vector

Re: [Discuss-gnuradio] vector sink data

2012-08-10 Thread abdullah unutmaz
: abdullah unutmaz ; discuss-gnuradio Discussion Group Sent: Thursday, August 9, 2012 6:29 PM Subject: Re: [Discuss-gnuradio] vector sink data On Thu, Aug 9, 2012 at 1:53 PM, abdullah unutmaz wrote: > Greetings, > > I would like to ask you how to read the data stored in a vector sink. I &g

[Discuss-gnuradio] vector sink data

2012-08-09 Thread abdullah unutmaz
Greetings, I would like to ask you how to read the data stored in a vector sink. I tried the solutions I found in the discussion list. You can see some part of my python code below. --

[Discuss-gnuradio] How to import any version of GNURadio into Qt Creator

2011-09-14 Thread abdullah unutmaz
Greetings everybody, You have probably heard of GQRX SDR Receiver - http://www.oz9aec.net/index.php/gnu-radio/gqrx-sdr - by Alexandru Csete. I have been using GNURadio 3.2.2 and I would ask how to import this version of GnuRadio into Qt Creator instead of latest version of GNURadio. I have alre

[Discuss-gnuradio] Is There Any Tutorial for GNURadio Companion Signal Processing Blocks

2011-08-09 Thread abdullah unutmaz
Greetings USRP users and producers,   We have constructed an eggbeater antenna to take VHF signals coming from amatuer radio satellites. And today I did my first demodulation and listened to a beacon signal. While trying to implement demodulation technique, I saw there are lots of useful signal p

[Discuss-gnuradio] importError: no module named gr_module_name

2011-07-07 Thread abdullah unutmaz
Greetings, I am an under-graduation student , new to both Ubuntu and GNURadio , and I desined a signal processing block modifying gr-my-blocks-template in computer in university , and imported it to GRC, and it works very well. But when tried to do same thing , many times , in my PC though