[Discuss-gnuradio] BasicRX daughtercard for Ham Radio

2015-07-14 Thread Activecat
Dear Sir, Referring to [1], the correct daughtercard for HF Communications is LFRX and LFTX. As a Ham radio receiver, could BasicRX be used instead of LFRX? Regards, Activecat. [1]. http://www.ettus.com/content/files/kb/Selecting_an_RF_Daughterboard.pdf

Re: [Discuss-gnuradio] Asking help about "gr-ieee802-11"

2015-04-23 Thread Activecat
lly seg faults but you don't see it in GRC). > You can use something like > > gdb python > run wifi_loopback.py > > and then do a backtrace (bt). > > See also > https://gnuradio.org/redmine/projects/gnuradio/wiki/TutorialsDebugging > > Best, > Bastian > >

Re: [Discuss-gnuradio] Asking help about "gr-ieee802-11"

2015-04-23 Thread Activecat
libs), for GNU/Linux 2.6.26, BuildID[sha1]=0x6f99a4bee43009171bce9fa5457099aafaf2f753, stripped Thank you very much. On Thu, Jan 29, 2015 at 4:30 PM, Activecat wrote: > Dear Bastian, > > Yes, this solves all the problems. > I just get the current commit and recompile, everything works ! > Thank you ve

[Discuss-gnuradio] X Window System error

2015-04-08 Thread Activecat
Dear Sir, I've just install gnuradio using pybombs, and manually install the missing python-opengl using apt-get. Unfortunately below error occurs when I execute a flowgraph. Executing: "/home/sgku/Dropbox/gnuradio/gr-activecat/examples/jitter/top_block.py" Using Volk mach

Re: [Discuss-gnuradio] Failed to install gnuradio with PyBOMBS

2015-04-02 Thread Activecat
t; > http://www.w6rz.net/dvbt2_paprtr_cc_impl.cc > > w6rz.net is my personal website. > > Ron > > > On 04/01/2015 07:11 PM, Activecat wrote: > > Dear Sir, > > I have comment out the "#include ", but still has error, as > below: > > [ 80%] Bu

Re: [Discuss-gnuradio] Failed to install gnuradio with PyBOMBS

2015-04-01 Thread Activecat
aprtr_cc_impl.cc.o] Error 1 make[1]: *** [gr-dtv/lib/CMakeFiles/gnuradio-dtv.dir/all] Error 2 make: *** [all] Error 2 Build failed. See output above for error messages. The complete log is at https://github.com/activecat/gnuradio/blob/master/installation_log_003.txt Please advise, thank

[Discuss-gnuradio] Failed to install gnuradio with PyBOMBS

2015-04-01 Thread Activecat
%] Built target _digital_swig make: *** [all] Error 2 Build failed. See output above for error messages. The complete installation log is at https://github.com/activecat/gnuradio/blob/master/installation_log_001.txt I am using Debian 7.8 64bit. Further details of system info is at https

Re: [Discuss-gnuradio] PSD in dBm/Hz

2015-03-06 Thread Activecat
Dear Sirs, Thanks for the answers. Let me further elaborate. I could get what I want using Matlab, via below steps: 1). Using GRC flowgraph, connect the USRP Source to a File Sink. 2). Copy the file (says, test02.dat) to a PC running Matlab. 3). Using Matlab, run these commands: a). c

[Discuss-gnuradio] PSD in dBm/Hz

2015-03-04 Thread Activecat
Dear Sir, I am using USRP to receive signal, and then plot the signal using "WX GUI FFT Sink". I hope to get the vertical axis as "Power Spectral Density in dBm/Hz". Is there any way to do that? Regards. ___ Discuss-gnuradio mailing list Discuss-gnuradi

Re: [Discuss-gnuradio] Asking help about "gr-ieee802-11"

2015-01-29 Thread Activecat
roblem should have been fixed with the most recent commit > (3 days ago). > > > On 29 Jan 2015, at 09:15, Activecat wrote: > > > > Dear Sir, > > > > Thank you very much for your prompt response. > > I really appreciate your help. > > > > Refer

Re: [Discuss-gnuradio] Asking help about "gr-ieee802-11"

2015-01-29 Thread Activecat
x27;, fp, pathname, description) 23 finally: 24 fp.close() ImportError: dynamic module does not define init function (init_ieee802_11_swig) On Thu, Jan 29, 2015 at 4:02 PM, Bastian Bloessl wrote: > Hi, > > > On 29 Jan 2015, at 08:37, Activecat wrote: >

Re: [Discuss-gnuradio] Asking help about "gr-ieee802-11"

2015-01-28 Thread Activecat
hould I solve the problem then? Version info: sgku@mmu2: ~ $ echo $PYTHONPATH /usr/local/lib/python2.7/dist-packages sgku@mmu2: ~ $ uname -a Linux mmu2 3.2.0-4-686-pae #1 SMP Debian 3.2.63-2+deb7u1 i686 GNU/Linux sgku@mmu2: ~ $ cat /etc/debian_version 7.7 sgku@mmu2: ~ $ gnuradio-config-info -v

Re: [Discuss-gnuradio] Persistence Checkbox of WX GUI Scope Plot

2014-07-28 Thread Activecat
Thanks, the problem is solved after manually installing python-opengl. The "Persistence" checkbox is back to normal, and works correctly. On Mon, Jul 28, 2014 at 6:27 PM, Activecat wrote: > Previously I installed gnuradio using build-gnuradio, but recently I > install gnurad

Re: [Discuss-gnuradio] New WX GUI Scope Sink

2014-07-28 Thread Activecat
On Sun, Jul 27, 2014 at 10:58 PM, Tom Rondeau wrote: > On Sun, Jul 27, 2014 at 10:36 AM, Activecat wrote: > >> Dear Sir, >> >> The new WX GUI Scope Sink behaves slightly differently from the previous >> one. >> How come it only plots the center part (as circl

Re: [Discuss-gnuradio] Persistence Checkbox of WX GUI Scope Plot

2014-07-28 Thread Activecat
diagrams? > > M > > On 07/27/2014 04:10 PM, Activecat wrote: > > Dear Sir, > > > > It is found that in newer version of gnuradio, the WX GUI Scope Sink > > doesn't have a "Persistence" checkbox. > > In this case how to get back the featu

Re: [Discuss-gnuradio] Problem with large number of inputs.

2014-07-27 Thread Activecat
Mostafa, I do not think you have truly run the complete codes using Qtcreator, because that doesn't have a gnuradio runtime (the scheduler). At the other hand, your problem sounds more like a c++ coding error rather than gnuradio-specific. The helpful approach is 1). Put up the OOT into github.

[Discuss-gnuradio] Persistence Checkbox of WX GUI Scope Plot

2014-07-27 Thread Activecat
Dear Sir, It is found that in newer version of gnuradio, the WX GUI Scope Sink doesn't have a "Persistence" checkbox. In this case how to get back the feature ..? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/li

Re: [Discuss-gnuradio] QAM Mod / Demod blocks

2014-07-23 Thread Activecat
On Wed, Jul 23, 2014 at 9:45 PM, Tom Rondeau wrote: > On Wed, Jul 23, 2014 at 8:42 AM, Activecat wrote: > >> Dear Sir, >> >> I am learning to use the built-in "QAM Mod" and "QAM Demod" blocks. >> Refer below flowgraph. >> >> The p

Re: [Discuss-gnuradio] PyBombs install maint branch from fresh

2014-07-23 Thread Activecat
On Wed, Jul 23, 2014 at 8:40 PM, Marcus Müller wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ah well, consistency with the slowly aging build-gnuradio was not the > intended purpose of having pyBOMBS. build-gnuradio is the result of an > ongoing effort to bring a stable GNU Radio t

Re: [Discuss-gnuradio] PyBombs install maint branch from fresh

2014-07-23 Thread Activecat
On Wed, Jul 23, 2014 at 7:15 PM, Marcus Müller wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > As UHD and GNU Radio are widely independent, you can use whatever > combination you want in almost any situation (aside from severe API > breakage). > > Thanks. Just curious, does below sta

Re: [Discuss-gnuradio] PyBombs install maint branch from fresh

2014-07-23 Thread Activecat
On Wed, Jul 23, 2014 at 7:18 PM, Tim O'Shea wrote: > Martin, > You are probably right we should track maint by default at this point. > I think it's worth adding a Pybombs environment question about which branch > to track during initial setup for those that prefer to track master > however. > T

Re: [Discuss-gnuradio] PyBombs install maint branch from fresh

2014-07-23 Thread Activecat
On Wed, Jul 23, 2014 at 5:16 PM, Martin Braun wrote: > On 07/23/2014 07:14 AM, Activecat wrote: > > Dear Sirs, > > > > I am performing fresh gnuradio installation using pybombs. > > Pybombs install master branch by default. > > How to make pybombs install 

[Discuss-gnuradio] PyBombs install maint branch from fresh

2014-07-22 Thread Activecat
Dear Sirs, I am performing fresh gnuradio installation using pybombs. Pybombs install master branch by default. How to make pybombs install 'maint' instead? Act@rsLAPTOP: ~/download/pybombs $ git checkout maint error: pathspec 'maint' did not match any file(s) known to git. __

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Activecat
Bill, Do you face these problems when building OOT newly created from gr_modtool ? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Activecat
On Sun, Jul 6, 2014 at 4:59 PM, Marcus Müller wrote: > I *assume* that activecat's module should build fine, it does on my > computer (however, activecat, remove the build folder from git; that > shouldn't be included ;) ). > Sorry for that, I have now remo

Re: [Discuss-gnuradio] missing internal callbacks

2014-07-03 Thread Activecat
On Fri, Jul 4, 2014 at 5:40 AM, wrote: > Hello- > > when creating a flowgraph in GRC there are times I would like to change > the decimation on-the-fly with a gui slider. However, this does not work > because the decimation factor in blocks such as the AM Demod or Decimating > Fir Filter does no

Re: [Discuss-gnuradio] Simple block with constant rate

2014-07-01 Thread Activecat
On Tue, Jul 1, 2014 at 9:30 PM, Activecat wrote: > > On Tue, Jul 1, 2014 at 6:17 PM, caruiz.ext wrote: >> >> ---> Delay = 1 >> current_delay < delay ->delay of 1 sample >> I insert a virtual sample (linear interpolation) >> I sent the next s

Re: [Discuss-gnuradio] Simple block with constant rate

2014-07-01 Thread Activecat
On Tue, Jul 1, 2014 at 6:17 PM, caruiz.ext wrote: > > ---> Delay = 1 > current_delay < delay ->delay of 1 sample > I insert a virtual sample (linear interpolation) > I sent the next sample (2) > current_delay = 1 > I don't understand what this means. > ---> Delay = 1 > current_delay = dela

Re: [Discuss-gnuradio] Simple block with constant rate

2014-06-25 Thread Activecat
On Wed, Jun 25, 2014 at 6:53 PM, caruiz.ext wrote: > Activecat, my input block is a variable delay. > > - I have a signal recorded in a file. > > - Signal enters in a variable delay (delay is controlled by another block). > - Signal enters in Add noise block. > File -->

Re: [Discuss-gnuradio] Simple block with constant rate

2014-06-25 Thread Activecat
On Wed, Jun 25, 2014 at 5:15 PM, caruiz.ext wrote: > Signal 2,3,-,-,4,-,-,-,5,1,1,-,4,55... > Noise 1,1,0,2,2,1,2,3,4,2,3,4,1,12... > > Output 3,4,0,2,6,1,2,3,9,3,4,4,5,67... > I believe your problem could be easily solved. Let's show us the code that generates the Signal (2,3,-,-,4,), or

Re: [Discuss-gnuradio] RAW source

2014-06-24 Thread Activecat
Sara, We don't seem to communicate at the same frequency. I have nothing else to say. Good luck. On Wed, Jun 25, 2014 at 11:06 AM, Sara Chérif wrote: > Thanks Activecat very much . > > Now, SIP packets length is varying & RTP packets have fixed length of 87 > byte

Re: [Discuss-gnuradio] RAW source

2014-06-23 Thread Activecat
On Thu, Jun 19, 2014 at 9:32 PM, Sara Chérif wrote: > Sorry , I forgot to say that some packets coming from Twinkle are SIP & > ARP packets not only RTP. > Hence , I think I need to receive RAW packets in GNU Radio ( as I have > different type of packets: RTP , ARP , SIP packets) > > Note that :

Re: [Discuss-gnuradio] RAW source

2014-06-21 Thread Activecat
On Sat, Jun 21, 2014 at 7:31 PM, Sara Chérif wrote: > Thanks Marcus Müller , Marcus D. Leech , Activecat. > > yes , we can call this "Ethernet to wireless bridge using GSM RF channel > ". I have some questions, please : > > 1- Can I use both UDP source & TCP

Re: [Discuss-gnuradio] RAW source

2014-06-19 Thread Activecat
On Thu, Jun 19, 2014 at 9:32 PM, Sara Chérif wrote: > Sorry , I forgot to say that some packets coming from Twinkle are SIP & > ARP packets not only RTP. > Hence , I think I need to receive RAW packets in GNU Radio ( as I have > different type of packets: RTP , ARP , SIP packets) > > Note that :

Re: [Discuss-gnuradio] RAW source

2014-06-19 Thread Activecat
On Thu, Jun 19, 2014 at 8:11 PM, Marcus D. Leech wrote: > On 06/19/2014 07:54 AM, Sara Chérif wrote: > > Hi, > I want to capture packets coming from Twinkle Soft phone in gnuradio, > these packet are RTP packets . > But in gnuradio , there is only UDP or TCP source ! I can't find Raw > source

Re: [Discuss-gnuradio] prototype for make() does not match any in class

2014-06-19 Thread Activecat
On Thu, Jun 19, 2014 at 3:47 PM, Hoang Ngo Khac wrote: > Dear all, > > I'm writing an out-of-tree C++ block performing some PSK mapping method > (BPSK, QPSK. 16PSK, 256PSK). I got this error when running make command: > > /home/khachoang/gr-Hoang/lib/Digital_Mapper_impl.cc:36:5: error: >> protot

Re: [Discuss-gnuradio] testing block written in block

2014-06-18 Thread Activecat
On Wed, Jun 18, 2014 at 9:14 PM, Nowlan, Sean wrote: > If you’d rather use stock GR blocks or you would like a flowgraph with > identical functionality, you can hook up a Vector to Stream block (with > num_items=vector_length) to an Integrate block (with > decimation=vector_length). > > > > … >

Re: [Discuss-gnuradio] testing block written in block

2014-06-18 Thread Activecat
On Wed, Jun 18, 2014 at 4:57 PM, sreena p h wrote: > Hi > > I'm new to GNU radio and is trying to develop my own block. I want to > develop a block that intake a vector and out put sum of the vector > elements. I used the out of tree module and followed tutorial using python > code. How should be

Re: [Discuss-gnuradio] Using set_min_output_buffer() in Python block

2014-06-17 Thread Activecat
On Tue, Jun 17, 2014 at 6:16 PM, David Halls wrote: > Thanks Activecat!! I had the problem that > > "out_rc[0:len(rcABm)] = rcABm > ValueError: operands could not be broadcast together with shapes (4096) > (5376)" > > where "out_rc = output_ite

Re: [Discuss-gnuradio] Using set_min_output_buffer() in Python block

2014-06-17 Thread Activecat
On Tue, Jun 17, 2014 at 1:02 AM, David Halls wrote: > Hey Martin, > > My calls using > > self.set_min_output_buffer(4096*2) > > and > > self.set_min_noutput_items(4096) > > fail at runtime. Perhaps I am missing some import statements? > > "AttributeError: 'bsld_dec_butterfly_cfb' object has no at

Re: [Discuss-gnuradio] UHD Driver Not Working

2014-06-17 Thread Activecat
On Tue, Jun 17, 2014 at 2:25 AM, Carl Condas wrote: > An attempt to use PyBOMBS to install GNU Radio resulted in no errors. > However, the UHD driver must have installed incorrectly, because the source > and sink blocks are not working. Is there any way to fix this problem? > > -Carl > I guess

Re: [Discuss-gnuradio] Scheduling a block even with no input items RE: Flow graph blocking when doing 2x1 transmission

2014-06-09 Thread Activecat
On Tue, Jun 3, 2014 at 11:08 PM, Activecat wrote: > > Create a general block with two inputs and two outputs. > The two outputs connect to the USRP UHD sink. The first input connects to > the constantly transmitting source while the second input connects to the > non-consistent

Re: [Discuss-gnuradio] Writing wav file in GMSK TX, RX

2014-06-09 Thread Activecat
On Mon, Jun 9, 2014 at 2:57 PM, dushyant.marathe wrote: > Hi Activecat, > > Thanks for the reply. > > I am playing wav file using windows media player. When I execute the flow > graph it writes wav file. Wav file's size increases, unless I stop the flow > graph. But wh

Re: [Discuss-gnuradio] Writing wav file in GMSK TX, RX

2014-06-08 Thread Activecat
On Mon, Jun 9, 2014 at 1:57 PM, dushyant.marathe wrote: > Hello list, > > I am simulating Voice transmission system in GRC using 'GMSK Mod', 'GMSK > Demod' in loop without any channel in between & My flow graph configuration > is as follows: > > Wav file source -> Throttle -> Packet encoder -> GM

Re: [Discuss-gnuradio] Scheduling a block even with no input items RE: Flow graph blocking when doing 2x1 transmission

2014-06-07 Thread Activecat
On Thu, Jun 5, 2014 at 4:19 PM, David Halls wrote: > Original message > From: Activecat > Date:2014/06/05 7:57 AM (GMT+00:00) > To: David Halls ,discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] Scheduling a block even with no input > items RE: Flow g

Re: [Discuss-gnuradio] Frequency Counter‏

2014-06-07 Thread Activecat
First of all, please stay on the list. Refer inline reply below. On Fri, Jun 6, 2014 at 11:12 PM, jimsiaf91 [via GnuRadio] < ml-node+s4n4882...@n7.nabble.com> wrote: > Well, > I tried it with my usrp N210. The first time it showed something on the > Scope sink. After that it did not. > Your set

Re: [Discuss-gnuradio] Calling functions from flowgraph ?

2014-06-05 Thread Activecat
On Fri, Jun 6, 2014 at 12:07 AM, Activecat wrote: > Please stay on the list. > > On Thu, Jun 5, 2014 at 11:42 PM, Abouda Yassine > wrote: > >> Hi, >> Well,in fact that is not my question.I am going to explain with an >> example let's say I am using a

Re: [Discuss-gnuradio] Calling functions from flowgraph ?

2014-06-05 Thread Activecat
Please stay on the list. On Thu, Jun 5, 2014 at 11:42 PM, Abouda Yassine wrote: > Hi, > Well,in fact that is not my question.I am going to explain with an example > let's say I am using a random source which generates numbers between 0 and > 255,and store them > in a file sink.Then I would like

Re: [Discuss-gnuradio] Calling functions from flowgraph ?

2014-06-05 Thread Activecat
On Thu, Jun 5, 2014 at 5:07 PM, Abouda Yassine wrote: > Hi everybody, > > well,I had a python script which works with gnuradio and outputs results > on the terminal.To make it more visual,I made all the blocks on the > gnuradio-comapnion but now I would like to output the results on the > termina

Re: [Discuss-gnuradio] signal level

2014-06-05 Thread Activecat
On Thu, Jun 5, 2014 at 3:54 PM, Martin Braun wrote: > On 05.06.2014 05:17, jason sam wrote: > >> Hi Tom, >> Can you tell what is the constraint for USRP B210? >> > > Stay *well* within +/-1. > Is there any way to tell whether clipping had happened, says from warning message etc ..?

Re: [Discuss-gnuradio] signal level

2014-06-05 Thread Activecat
On Thu, Jun 5, 2014 at 4:09 PM, Marcus Müller wrote: > Hi Ali, > >power is very less... > Of course, since power is proportional to amplitude squared. > Obviously, if you try to drive an DAC with more than it's maximum > amplitude, you will get clipping. > This is a nonlinear thing and has very

Re: [Discuss-gnuradio] Frequency Counter‏

2014-06-05 Thread Activecat
On Tue, Jun 3, 2014 at 11:41 PM, Dimitris Siafarikas wrote: > Exceptional work! Looking forward to try this with my usrp tomorrow ;) > > > Dimitris, How is your test result with USRP, any updates ..? ___ Discuss-gnuradio mailing list Discuss-gnuradio

Re: [Discuss-gnuradio] Scheduling a block even with no input items RE: Flow graph blocking when doing 2x1 transmission

2014-06-04 Thread Activecat
On Wed, Jun 4, 2014 at 7:10 PM, David Halls wrote: > Activecat, > In fact my horrible hack doesn't work properly. Once items start arriving > at Payload TD Tx 2, they still don't arrive as 'consistently' (for want of > a better word), as those from the Noise

Re: [Discuss-gnuradio] Scheduling a block even with no input items RE: Flow graph blocking when doing 2x1 transmission

2014-06-04 Thread Activecat
Please do not top post. Refer http://gnuradio.org/redmine/projects/gnuradio/wiki/MailingLists#Guidelines-for-posting ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Scheduling a block even with no input items RE: Flow graph blocking when doing 2x1 transmission

2014-06-04 Thread Activecat
On Wed, Jun 4, 2014 at 10:25 PM, David Halls wrote: > Yes, there are 3. The Source Tx, the Relay Tx, and the Relay Rx. > To clarify, i). the "Source Tx" USRP may or may not receive data at any time interval. ii). the "Relay Tx" USRP transmit data only when the "Source Tx" USRP receive data, an

Re: [Discuss-gnuradio] Scheduling a block even with no input items RE: Flow graph blocking when doing 2x1 transmission

2014-06-04 Thread Activecat
On Wed, Jun 4, 2014 at 7:10 PM, David Halls wrote: > Activecat, > > In fact my horrible hack doesn't work properly. Once items start arriving > at Payload TD Tx 2, they still don't arrive as 'consistently' (for want of > a better word), as those from the Noi

Re: [Discuss-gnuradio] Scheduling a block even with no input items RE: Flow graph blocking when doing 2x1 transmission

2014-06-04 Thread Activecat
On Wed, Jun 4, 2014 at 8:53 PM, David Halls wrote: > Hi Activecat, > > I have disconnected the rest of the flow graph because it is extremely > complex. > > In the system I have a Source, a Relay (1 rx USRP, 1 tx USRP), a > Destination. S ---> R_rx/R_tx --> D > &

Re: [Discuss-gnuradio] Scheduling a block even with no input items RE: Flow graph blocking when doing 2x1 transmission

2014-06-04 Thread Activecat
On Wed, Jun 4, 2014 at 10:52 PM, David Halls wrote: > Not quite... > > i). the "Source Tx" USRP has a constant stream of data, and is constantly > transmitting. If the codewords in the file are exhausted it repeats. > ii). the "Relay Tx" USRP transmits data only when data has been received > by t

Re: [Discuss-gnuradio] Scheduling a block even with no input items RE: Flow graph blocking when doing 2x1 transmission

2014-06-04 Thread Activecat
On Wed, Jun 4, 2014 at 10:52 PM, David Halls wrote: > Not quite... > > i). the "Source Tx" USRP has a constant stream of data, and is constantly > transmitting. If the codewords in the file are exhausted it repeats. > ii). the "Relay Tx" USRP transmits data only when data has been received > by t

Re: [Discuss-gnuradio] Scheduling a block even with no input items RE: Flow graph blocking when doing 2x1 transmission

2014-06-04 Thread Activecat
On Wed, Jun 4, 2014 at 8:53 PM, David Halls wrote: > Hi Activecat, > > I have disconnected the rest of the flow graph because it is extremely > complex. > > In the system I have a Source, a Relay (1 rx USRP, 1 tx USRP), a > Destination. S ---> R_rx/R_tx --> D > &

Re: [Discuss-gnuradio] Scheduling a block even with no input items RE: Flow graph blocking when doing 2x1 transmission

2014-06-04 Thread Activecat
On Wed, Jun 4, 2014 at 4:59 PM, David Halls wrote: > Hi! > > This shouldn't be the case. But is there any easy way to allow different > rates on the two streams, so I could produce more zeros on stream 1 than > items on stream 0? Or vice versa? > > David > Please stay on the list. To have d

Re: [Discuss-gnuradio] something about forecast()

2014-06-04 Thread Activecat
On Wed, Jun 4, 2014 at 2:22 PM, xianda wrote: > Hi all: > I want to know something about the forecast(). > I have already known that forcast() can tell scheduler how many > input items are required for each output item. > 1.But now i have read two example: > The fi

Re: [Discuss-gnuradio] Scheduling a block even with no input items RE: Flow graph blocking when doing 2x1 transmission

2014-06-03 Thread Activecat
On Tue, Jun 3, 2014 at 9:59 PM, David Halls wrote: > The problem with using 'sob', 'eob' is because I have two inputs to the > USRP UHD sink. One is constantly transmitting and has items coming in from > time=0, but the other has no input items from time=0, they only arrive > later on. As a resul

Re: [Discuss-gnuradio] Scheduling a block even with no input items RE: Flow graph blocking when doing 2x1 transmission

2014-06-03 Thread Activecat
On Tue, Jun 3, 2014 at 9:59 PM, David Halls wrote: > The problem with using 'sob', 'eob' is because I have two inputs to the > USRP UHD sink. One is constantly transmitting and has items coming in from > time=0, but the other has no input items from time=0, they only arrive > later on. As a resul

Re: [Discuss-gnuradio] Frequency Counter‏

2014-06-03 Thread Activecat
On Mon, May 5, 2014 at 4:25 PM, Dimitris Siafarikas wrote: > Hi list, > > Has anyone been able to implement a frequency counter yet? > > Any ideas on how I should try it? > Hi Dimitris, Yes. I have recently created a block for frequency counting, refer https://github.com/

[Discuss-gnuradio] scheduler source code

2014-06-02 Thread Activecat
to me which files I shall go through in sequence? I know this is not easy. This is my first attempt to do so, a lot more effort will be needed. Thank you very much. Activecat ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gn

[Discuss-gnuradio] C++11 support

2014-06-01 Thread Activecat
Hi list, Could anyone tell me about the C++11 support in gnuradio? Thanks. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] a criticism to GNURadio's scheduler!

2014-06-01 Thread Activecat
On Mon, Jun 2, 2014 at 1:27 AM, Mostafa Alizadeh wrote: > Activecat, > > I think change my topology to get rid of this things. :) > However, I still believe in that the GNURadio fails in this scenario. > As we have throttle or message_strobe blocks, I need to have a source &g

Re: [Discuss-gnuradio] a criticism to GNURadio's scheduler!

2014-06-01 Thread Activecat
On Sun, Jun 1, 2014 at 4:56 PM, Mostafa Alizadeh wrote: > Hi Mike, > > No, the throttle isn't a source! It just controls the flow of items in an > specific time interval. I don't want this! I want cognitively tell the > source produces the random bits after some special procedures have done (a >

Re: [Discuss-gnuradio] sampling rate of a customized signal source

2014-05-31 Thread Activecat
On Sat, May 31, 2014 at 11:47 PM, Activecat wrote: > I've created a sample for you at https://github.com/activecat/gr-test1 > You could run the flowgraph found in the "examples" directory. > Try to change the samp_rate of the flowgraph from 32kHz to different >

Re: [Discuss-gnuradio] sampling rate of a customized signal source

2014-05-31 Thread Activecat
On Sat, May 31, 2014 at 11:03 PM, Pengyu Zhang wrote: > Hi Activecat, > > Thanks for your detailed examples. I will try set_output_multiple() and > tell you my user experiences :) > > I still have a question which was posted at the beginning of my previous > email. How to

Re: [Discuss-gnuradio] run a top block within a block!

2014-05-31 Thread Activecat
On Sat, May 31, 2014 at 5:53 PM, Mostafa Alizadeh wrote: > Hi Activecat, > I wanna change both block parameters and their connections also adding or > removing some blocks. > This is interesting if it's possible to build a flowgraph within the > *work* function of a bloc

Re: [Discuss-gnuradio] Dynamically changing input index of Selector block.

2014-05-31 Thread Activecat
On Sat, May 31, 2014 at 5:37 PM, Marcus Müller wrote: > Problem being is that as soon as the head block signals "done", the > flowgraph might come to a halt, effectively breaking the skip head > subgraph; > Thanks for highlighting this. Now I recall that the Head block return -1 when it is done

Re: [Discuss-gnuradio] run a top block within a block!

2014-05-30 Thread Activecat
On Sat, May 31, 2014 at 12:11 PM, Mostafa Alizadeh wrote: > Hi GNURadiores, > I was thinking about how to change dynamically the blocks connected in my > top block when it's running! > What do you want to change; the block parameters, or the links connecting the blocks (which is the flowgraph it

Re: [Discuss-gnuradio] sampling rate of a customized signal source

2014-05-30 Thread Activecat
Hi Pengyu, There are few considerations: On Sat, May 31, 2014 at 4:19 AM, Pengyu Zhang wrote: > Hi All, > How to determine the sampling rate of a customized signal source? > > I designed a customized signal source which should output two 1ms pulses > every 10ms. If I do not know the sampling ra

Re: [Discuss-gnuradio] Dynamically changing input index of Selector block.

2014-05-30 Thread Activecat
On Fri, May 30, 2014 at 10:20 PM, Mike Jameson wrote: > FYI, the head block "copies the first N items to the output then signals > done": > http://gnuradio.org/doc/doxygen/classgr_1_1blocks_1_1head.html > > Instead of using the "Head" block, the "Keep M in N" block should do the > trick. > You k

Re: [Discuss-gnuradio] Dynamically changing input index of Selector block.

2014-05-30 Thread Activecat
On Fri, May 30, 2014 at 4:57 PM, dushyant.marathe wrote: > Hi Activecat, > > I used both "Head" and "Skip Head" blocks in parallel to separate out > multiplexed input stream. > The Head block correctly gives me first 240k elements but, "Skip Head&quo

Re: [Discuss-gnuradio] assertion error beyond 4096 output items

2014-05-29 Thread Activecat
On Thu, May 29, 2014 at 4:54 PM, Karan Talasila wrote: > Vector_source_c takes in an argument numb which is a list that contains > fft_size values. I will paste the qa code here(http://pastebin.com/da21Ww4B). > > Something a little bit out of topic: Part of your c

Re: [Discuss-gnuradio] assertion error beyond 4096 output items

2014-05-29 Thread Activecat
On Thu, May 29, 2014 at 4:54 PM, Karan Talasila wrote: > We changed the print statement to what you said and console output is > > sagar@Horus:~/gr-alamouti/ > build$ ctest -V -R al_enc > UpdateCTestConfiguration from > :/home/sagar/gr-alamouti/build/DartConfiguration.tcl > UpdateCTestConfigurat

Re: [Discuss-gnuradio] assertion error beyond 4096 output items

2014-05-29 Thread Activecat
On Thu, May 29, 2014 at 4:54 PM, Karan Talasila wrote: > We changed the print statement to what you said and console output is > > sagar@Horus:~/gr-alamouti/ > build$ ctest -V -R al_enc > UpdateCTestConfiguration from > :/home/sagar/gr-alamouti/build/DartConfiguration.tcl > UpdateCTestConfigurat

Re: [Discuss-gnuradio] Dynamically changing input index of Selector block.

2014-05-29 Thread Activecat
On Thu, May 29, 2014 at 2:59 PM, dushyant.marathe wrote: > Hi Activecat, > > Thanks for the reply. > > As suggested by you, I used "Stream Mux" and it worked for me. > > Now I want to de-multiplex the output of "Stream Mux" so as to get back > both

Re: [Discuss-gnuradio] assertion error beyond 4096 output items

2014-05-29 Thread Activecat
On Thu, May 29, 2014 at 3:12 PM, Karan Talasila wrote: > @Activecat Here is the c++ block code > Let's change the print statement to below, recompile, run and paste the console output here. std::cout << "al_enc::work: noutput_items=" << noutput_items

Re: [Discuss-gnuradio] assertion error beyond 4096 output items

2014-05-29 Thread Activecat
On Thu, May 29, 2014 at 2:41 PM, Karan Talasila wrote: > So at the input of the C++ we are giving vector_source_c() and then input > output signatures are sizeof(gr_complex). The work function is taking > noutput_items and returning noutput_items. We understand now that because > we have used set

Re: [Discuss-gnuradio] assertion error beyond 4096 output items

2014-05-28 Thread Activecat
Hi Karan, You keep Marcus very busy, let me help to offload him. On Wed, May 28, 2014 at 8:36 PM, Karan Talasila wrote: > Hi Marcus, > Thank you for evaluating our code and help debugging it. what we > understand from your reply is that work function at a time processes > noutput_items and

Re: [Discuss-gnuradio] Dynamically changing input index of Selector block.

2014-05-28 Thread Activecat
On Tue, May 27, 2014 at 3:07 PM, dushyant.marathe wrote: > My GRC flow graph design is as follows: > > Two different signal sources => selector (with 2 input & 1 output) => scope > > Now I want to change input index of 'Selector' block automatically so that > for fixed time 1st input is selected

Re: [Discuss-gnuradio] Debian Jessie update

2014-05-28 Thread Activecat
On Wed, May 28, 2014 at 5:17 PM, Marcus Müller wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > To explain: Binaries are generally linked against binaries, ie. > against a certain set of symbols only present in a certain build of a > binary; thus, usually libraries link against specif

Re: [Discuss-gnuradio] Debian Jessie update

2014-05-28 Thread Activecat
On Wed, May 28, 2014 at 2:22 PM, Ralph A. Schmid, dk5ras wrote: > I guess you will have to re-build everything regarding gnuradio. I did > this yesterday due to an update from libboost 1.53 to 1.54. > > Ralph. > Yes, re-installation solves the problem. Thanks.

[Discuss-gnuradio] Debian Jessie update

2014-05-27 Thread Activecat
Hi, I am not able to run GRC after updating my Debian Jessie. (apt-get update, apt-get dist-upgrade, apt-get autoremove) I am using Debian jessie. Before this GRC run well. user1@pc1: ~ $ gnuradio-config-info -v gnuradio-config-info: error while loading shared libraries: libboost_program_opti

Re: [Discuss-gnuradio] Frequency modulation in GRC

2014-05-25 Thread Activecat
On Mon, May 26, 2014 at 10:20 AM, Activecat wrote: > On 25.05.2014 20:01, jason sam wrote: > >> > But if it is doing FM then there should be some min and max >> > frequencies between which the signal will be switching? >> > > >

Re: [Discuss-gnuradio] Frequency modulation in GRC

2014-05-25 Thread Activecat
On 25.05.2014 20:01, jason sam wrote: > > But if it is doing FM then there should be some min and max > > frequencies between which the signal will be switching? > If you refer to the source code of the frequency_modulator_fc_impl.cc, then the min and max frequencies could be calculated. Says,

Re: [Discuss-gnuradio] Installation issues with gnuradio on Ubuntu 12.04

2014-05-23 Thread Activecat
On Sat, May 24, 2014 at 2:15 PM, Ron Economos wrote: > Custom install locations do require some additional environment > setup. Sylvain gave me a nice shell script for that. > > BASE=/opt/gnuradio > export PATH=${PATH}:${BASE}/bin > export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${BASE}/lib64 > expo

Re: [Discuss-gnuradio] Installation issues with gnuradio on Ubuntu 12.04

2014-05-23 Thread Activecat
On Fri, May 23, 2014 at 11:28 PM, Ron Economos wrote: > Chose an install directory that makes sense > for you. /opt works well since it has the correct > permissions. > > cd gnuradio > mkdir build > cd build > cmake -DCMAKE_INSTALL_PREFIX=/opt/gnuradio .. > make > sudo make install > > This will

Re: [Discuss-gnuradio] PyBOMBS installed gnuradio: uhd_usrp_sink not found

2014-05-21 Thread Activecat
On Wed, May 21, 2014 at 7:31 PM, Mike Jameson wrote: > The "UHD Source" GRC block uses the file called "uhd_usrp_source.xml". > Make sure that this is in your GRC path. > > To set the GRC path you need to go into the ~/.gnuradio folder and create > a config.conf file and add the following tweaked

Re: [Discuss-gnuradio] PyBOMBS install gnuradio 3.7.4

2014-05-21 Thread Activecat
stem's dirs. > M > With the "cmake -DCMAKE_INSTALL_PREFIX=/home/user1/download/gnuradio/target ../ ", one of the python files is still installed into /usr/local. The block also doesn't show up in the block tree. Instead of /home/user1/download/gnuradio/target/lib/python2.7/

Re: [Discuss-gnuradio] put a block to sleep

2014-05-21 Thread Activecat
On Wed, May 21, 2014 at 5:53 PM, Mostafa Alizadeh wrote: > Hello everybody, > > I want to connect a source to a sink block but there must be a sort of > synchronization between them. The sink block should ask the source to > generate data stream on some specific instances. Between these instances,

Re: [Discuss-gnuradio] PyBOMBS installed gnuradio: uhd_usrp_sink not found

2014-05-21 Thread Activecat
On Wed, May 21, 2014 at 4:35 PM, Mike Jameson wrote: > Have you run: > > ./pybombs env > > ...and then run: > > source ../target/setup_env.sh (alter file path to taste) > > Mike > Yes, this has been performed. During gnuradio installation, I configured the prefix to /usr/local due to a reason me

[Discuss-gnuradio] PyBOMBS installed gnuradio: uhd_usrp_sink not found

2014-05-21 Thread Activecat
After installing gnuradio using PyBOMBS, the USRP Sink and Source blocks are unavailable. Below is the message: 1). To verify uhd has been installed: [03:25pm] activecat@rs: ~/download/gnuradio/pybombs $ ./pybombs install uhd Settled on prefix: /usr/local Initializing environmental

Re: [Discuss-gnuradio] Random number of output items

2014-05-20 Thread Activecat
On Tue, May 20, 2014 at 10:23 PM, Francois Gervais < francoisgerv...@gmail.com> wrote: > Sorry about that I'll try to clarify thing. > I'm using an rtl-sdr adapter to receive an RF signal. I demodulate it and > send it through the MM clock recovery and bit slicer. Then the binary > signal enters t

Re: [Discuss-gnuradio] PyBOMBS install gnuradio 3.7.4

2014-05-20 Thread Activecat
On Tue, May 20, 2014 at 5:15 PM, Activecat wrote: > > In this case we execute "cmake > -DCMAKE_INSTALL_PREFIX=/home/user1/download/gnuradio/target ../" in the > OOT build directory. > Is there any way to "hard code" this install_prefix into the OOT setting

Re: [Discuss-gnuradio] PyBOMBS install gnuradio 3.7.4

2014-05-20 Thread Activecat
On Tue, May 20, 2014 at 4:29 PM, Martin Braun wrote: > FYI, I don't like installing stuff to /usr/local. If you take PyBombs' > directory, and then use -DCMAKE_INSTALL_PREFIX on your own OOT, that'll > make both work and you don't have to screw around in your system's dirs. > M > In this case we

  1   2   3   >