Re: [Discuss-gnuradio] How to use a single-threaded scheduler

2014-03-31 Thread Tommy Tracy II
t will switch to single threaded scheduler. Cannot remember the name, though. > > Bogdan > > > > On Monday, March 31, 2014 7:35 PM, Tommy Tracy II wrote: > Dear list, > > > Is there any way to use the single-threaded scheduler over the > thread

[Discuss-gnuradio] How to use a single-threaded scheduler

2014-03-31 Thread Tommy Tracy II
Dear list, Is there any way to use the single-threaded scheduler over the thread-per-block scheduler without rebuilding Gnu Radio? Sincerely, Tommy James Tracy II Ph.D Student High Performance Low Power Lab University of Virginia Phone: 913-775-2241 signature.asc Description: Message

Re: [Discuss-gnuradio] Finding error: thread[thread-per-block[357]: ]: std::bad_alloc

2014-03-27 Thread Tommy Tracy II
Solved my problem; I wasn’t deleting the float arrays in the sink. Silly mistake. Sincerely, Tommy James Tracy II Ph.D Student High Performance Low Power Lab University of Virginia Phone: 913-775-2241 On Mar 27, 2014, at 10:27 AM, Tommy Tracy II wrote: > Dear Marcus, > > Tha

Re: [Discuss-gnuradio] Finding error: thread[thread-per-block[357]: ]: std::bad_alloc

2014-03-27 Thread Tommy Tracy II
rmation on > your application as whole and in detail how you use that block would > obviously be of help ;) > > Greetings, > Marcus > > On 27.03.2014 06:09, Tommy Tracy II wrote: > > Dear Gnuradio Community, > > > > I ran my GNURADIO program and got the fo

[Discuss-gnuradio] Finding error: thread[thread-per-block[357]: ]: std::bad_alloc

2014-03-26 Thread Tommy Tracy II
Dear Gnuradio Community, I ran my GNURADIO program and got the following error message: thread[thread-per-block[357]: ]: std::bad_alloc This looks like a memory allocation problem with the scheduler. Has anyone seen this before? What would cause this? Sincerely, Tommy J

Re: [Discuss-gnuradio] Problem with "TCP Source" module in the client mode

2014-03-21 Thread Tommy Tracy II
Dear Martin, Sorry for the delayed response. My code is all written in C++; I am not using the GRC. These canvasses; are they separate top blocks? Sincerely, Tommy James Tracy II Ph.D Student High Performance Low Power Lab University of Virginia Phone: 913-775-2241 On Mar 4, 2014, at 3:

[Discuss-gnuradio] gr::buffer::index_add Assertion failure

2014-02-24 Thread Tommy Tracy II
Dear community, Every now and then, when I execute my GNU Radio program, I get the following error. Has someone seen this before? It looks like a buffer access problem, but I’m not sure why it happens on and off /home/tjt7a/src/pybombs/src/gnuradio/gnuradio-runtime/include/gnuradio/buf

Re: [Discuss-gnuradio] How does a C++ custom block kill the FlowGraph

2014-02-21 Thread Tommy Tracy II
> On 10.02.2014 09:18, Tommy Tracy II wrote: >> Dear Gnuradio Community, >> >> I have some custom gnu radio blocks that make up my flow graph. I want >> one of my blocks to kill this flow graph (cause all blocks to call their >> destructors). When the source is computing i

Re: [Discuss-gnuradio] Getting pybombs to work with GR-LDPCree

2014-02-10 Thread Tommy Tracy II
-v v3.7.2.1-195-g19d111e2 Tommy James Tracy II Ph.D Student High Performance Low Power Lab University of Virginia Phone: 913-775-2241 On Feb 10, 2014, at 3:42 PM, Marc Hölscher wrote: > Hi, > > could you provide some details on your system/OS/relevant packages > installed ? > I

[Discuss-gnuradio] Getting pybombs to work with GR-LDPC

2014-02-10 Thread Tommy Tracy II
Dear Gnuradio community, I’m trying to install gr-ldpc using pybombs, but I get the following error. I expect it has something to do with conflicting versions of pybombs and that someone has seen this before. Does anyone know how to set the swig path? I know where the required ‘gnuradio.i’ file

[Discuss-gnuradio] How does a C++ custom block kill the FlowGraph

2014-02-10 Thread Tommy Tracy II
Dear Gnuradio Community, I have some custom gnu radio blocks that make up my flow graph. I want one of my blocks to kill this flow graph (cause all blocks to call their destructors). When the source is computing its last set of inputs, I want it to let all the other blocks know it’s tim

[Discuss-gnuradio] Question about working with multiples of input values

2013-11-12 Thread Tommy Tracy II
Dear GNU Radio, I am writing a GNU Radio block that processes the input in blocks of 1024. Is there a way for me to tell the scheduler that I can only accept inputs in multiples of 1024, or do I need to block the input, and save the left-overs for the next work() call? If the latter, how do I k

Re: [Discuss-gnuradio] How to make an FFT block in c++

2013-11-01 Thread Tommy Tracy II
ce Low Power Lab University of Virginia Phone: 913-775-2241 On Nov 1, 2013, at 6:04 AM, Alexandru Csete wrote: > On Fri, Nov 1, 2013 at 6:16 AM, Tommy Tracy II wrote: >> Thanks a lot. I do have a question about the 6.67 that you pass to the >> gr::firdes::window(gr::filter::firdes

Re: [Discuss-gnuradio] How to make an FFT block in c++

2013-10-31 Thread Tommy Tracy II
different results. Sincerely, Tommy James Tracy II Ph.D Student High Performance Low Power Lab University of Virginia Phone: 913-775-2241 On Oct 18, 2013, at 5:20 PM, Alexandru Csete wrote: > On Fri, Oct 18, 2013 at 10:05 PM, Tommy Tracy II wrote: >> Hello, >> >> I'm tryi

[Discuss-gnuradio] Debugging New Gnuradio blocks

2013-10-28 Thread Tommy Tracy II
Dear List, I’m finding it particularly challenging to debug new gnu radio blocks. If I have a printf() in my work() function, the output is not written to std out; is it redirected elsewhere? What other methods are you using for debugging gnu radio blocks? Sincerely, Tommy James Tracy II Ph.D

Re: [Discuss-gnuradio] Question about Cycle Detection in GNU Radio

2013-10-28 Thread Tommy Tracy II
What about passing Tommy James Tracy IIPh.D StudentHigh Performance Low Power LabUniversity of VirginiaPhone: 913-775-2241 On Jul 9, 2013, at 5:46 PM, Josh Blum <j...@joshknows.com> wrote:On 07/09/2013 08:25 PM, Johnathan Corgan wrote:On 07/09/2013 05:06 PM, Tommy Tracy II wrote:I am workin

[Discuss-gnuradio] How to make an FFT block in c++

2013-10-18 Thread Tommy Tracy II
Hello, I'm trying to make an FFT block in my hierarchical block, but I cannot seem to find the correct syntax. I'm trying to make it with a BLACKMAN_HARRIS windowing function, and it's easy in a python program: fft_forward = fft.fft_vfc(window_size, True, (fft.blackmanh

Re: [Discuss-gnuradio] GNURADIO.org down???

2013-10-03 Thread Tommy Tracy II
Hm. I suspect a DNS problem. I get the domain advertisement page using Chrome, and get to the GNURADIO webpage using Firefox. I cleared both caches; same results. Weird. Sincerely, Tommy James Tracy II Ph.D Student High Performance Low Power Lab University of Virginia Phone: 913-775-2241 On Oct

[Discuss-gnuradio] GNURADIO.org down???

2013-10-03 Thread Tommy Tracy II
It appears that gnuradio.org is down. There's a domain name advertisement up instead. Sincerely, Tommy James Tracy II Ph.D Student High Performance Low Power Lab University of Virginia Phone: 913-775-2241 ___ Discuss-gnuradio mailing list Discuss-gnura

Re: [Discuss-gnuradio] Question about adding your own classes

2013-09-22 Thread Tommy Tracy II
declared for the classes. Also, you > have to make sure they are being imported into the swig module > correctly in gr-foo/swig/foo_swig.i. > > You can use gr_modtool with the class type "noblock" to create classes > that are not gr::blocks for this purpose, which will s

[Discuss-gnuradio] Question about adding your own classes

2013-09-20 Thread Tommy Tracy II
Dear List, I am using gr_modtool to create new modules and blocks, and I have a question about adding additional .cc/.h files that are not included by gr_modtool to the cmake file or otherwise importing them by hand. My new blocks are dependent on two new classes called NetworkInterface.{cc,h}

Re: [Discuss-gnuradio] Runtime issue with gr_modtool block

2013-09-19 Thread Tommy Tracy II
everything should work. Tommy James Tracy II Ph.D Student High Performance Low Power Lab University of Virginia Phone: 913-775-2241 On Sep 16, 2013, at 12:00 AM, Tommy Tracy II wrote: > Dear List, > > I recently moved a custom block to a new virtual machine, built and > compile

[Discuss-gnuradio] Runtime issue with gr_modtool block

2013-09-15 Thread Tommy Tracy II
Dear List, I recently moved a custom block to a new virtual machine, built and compiled, and tried to import. I get the following error: >>> import router Traceback (most recent call last): File "", line 1, in File "/home/tjt7a/Src/target/lib/python2.7/dist-packages/router/__init__.

Re: [Discuss-gnuradio] Question about Cycle Detection in GNU Radio

2013-07-10 Thread Tommy Tracy II
of Virginia Phone: 913-775-2241 On Jul 10, 2013, at 1:44 AM, Tom Rondeau wrote: > On Wed, Jul 10, 2013 at 1:25 AM, Johnathan Corgan > wrote: >> On 07/09/2013 05:06 PM, Tommy Tracy II wrote: >> >>> I am working on a GNU Radio Router block that will serve a

Re: [Discuss-gnuradio] Question about Cycle Detection in GNU Radio

2013-07-09 Thread Tommy Tracy II
: > > > On 07/09/2013 08:25 PM, Johnathan Corgan wrote: >> On 07/09/2013 05:06 PM, Tommy Tracy II wrote: >> >>> I am working on a GNU Radio Router block that will serve as a >>> communication block between multiple flow graphs. My router will >>>

Re: [Discuss-gnuradio] Question about Cycle Detection in GNU Radio

2013-07-09 Thread Tommy Tracy II
Perfect; thank you! Tommy James Tracy II Ph.D Student High Performance Low Power Lab University of Virginia Phone: 913-775-2241 On Jul 9, 2013, at 5:46 PM, Josh Blum wrote: > > > On 07/09/2013 08:25 PM, Johnathan Corgan wrote: >> On 07/09/2013 05:06 PM, Tommy Tracy II wrot

[Discuss-gnuradio] Question about Cycle Detection in GNU Radio

2013-07-09 Thread Tommy Tracy II
Dear GNU Radio I am working on a GNU Radio Router block that will serve as a communication block between multiple flow graphs. My router will receive information via TCP, and then send it to several other blocks to be processed. After those blocks have completed their processing, my original id

Re: [Discuss-gnuradio] Using the GRUEL msg_queue

2013-04-23 Thread Tommy Tracy II
Student High Performance Low Power Lab University of Virginia Phone: 913-775-2241 On Apr 23, 2013, at 6:48 PM, Tommy Tracy II wrote: > Dear GNU Radio, > > I am looking to use the GRUEL msg_queue for passing messages (of PMT type) > from block to block in python. > > I

[Discuss-gnuradio] Using the GRUEL msg_queue

2013-04-23 Thread Tommy Tracy II
Dear GNU Radio, I am looking to use the GRUEL msg_queue for passing messages (of PMT type) from block to block in python. I can use the old gr.msg_queue as shown below: from gnuradio import gr message_queue = gr.msg_queue() How would I use a GRUEL message queue? Anyone have any documentation o

Re: [Discuss-gnuradio] Google Summer of Code: We're in!

2013-04-23 Thread Tommy Tracy II
I created a mentor account, but I'm not sure how to link to GNU Radio. Could someone add me or provide a link? Sincerely, Tommy James Tracy II Ph.D Student High Performance Low Power Lab University of Virginia Phone: 913-775-2241 On Apr 9, 2013, at 1:16 PM, M. Ranganathan wrote: > What are the

Re: [Discuss-gnuradio] GNU Radio/Parallella project for GSoC 2013

2013-04-18 Thread Tommy Tracy II
them ? > > > > Of course, but the suggestion was that a GSoC project involving > > Parallella should do more than just port blocks — this could be part > > of the project but not all. I believe Tommy Tracy II has started > > working on porting, but I am not sure how far he

[Discuss-gnuradio] Issues getting gr-audio built on Parallella (ARM)

2013-04-18 Thread Tommy Tracy II
Dear GNU Radio Devs, I am trying to build gr-audio on the Zedboard (Parallella) to test my audio application, but I'm getting a build error. Has someone seen this before? Is it possible that I should not have installed libportaudio-dev and libportaudio2? I found a reference to this in y

[Discuss-gnuradio] GNU Radio Paper Submissions

2013-04-18 Thread Tommy Tracy II
Dear GNU Radio, Below is a link to a conference on Software Defined Radios. GlobalSIP 2013 Symposium on: Software Defined and Cognitive Radios http://www.ieeeglobalsip.org/sym/13/SDCR Tommy James Tracy II Ph.D Student High Performance Low Power Lab University of Virginia Phone: 913-775-2241 s

Re: [Discuss-gnuradio] GNU Radio signal transmitting

2013-04-17 Thread Tommy Tracy II
Dear Karimkhan, What did you want to demo? You will need some sort of DAC or USRP to transmit data. Sincerely, Tommy James Tracy II Ph.D Student High Performance Low Power Lab University of Virginia Phone: 913-775-2241 On Apr 17, 2013, at 3:30 AM, karimkhan wrote: > Can any one please

Re: [Discuss-gnuradio] Build failures on Ubuntu 12.04 32-bit

2013-03-29 Thread Tommy Tracy II
That was successful. Build complete. Tommy James Tracy II Ph.D Student High Performance Low Power Lab University of Virginia Phone: 913-775-2241 On Mar 29, 2013, at 2:26 PM, Tom Rondeau wrote: > On Fri, Mar 29, 2013 at 2:23 PM, Tommy Tracy II wrote: >> I just tried the build on

Re: [Discuss-gnuradio] Build failures on Ubuntu 12.04 32-bit

2013-03-29 Thread Tommy Tracy II
I just tried the build on my 32-bit Ubuntu 10.04 VM and got the following error: [ 70%] Building CXX object gr-digital/lib/CMakeFiles/gnuradio-digital.dir/packet_header_default.cc.o /home/tjt7a/src/gnuradio/gr-digital/lib/packet_header_default.cc: In member function ‘bool gr::digital::packet_hea

Re: [Discuss-gnuradio] Trouble building gnuradio/next (Linux Mint 14/64)

2013-03-27 Thread Tommy Tracy II
I'm having exactly the same problem with my Ubuntu machine.. Tommy James Tracy II Ph.D Student High Performance Low Power Lab University of Virginia Phone: 913-775-2241 On Mar 28, 2013, at 12:27 AM, "Ralph A. Schmid, dk5ras" wrote: > First attempt was just git pull / cd master / make, then I r

Re: [Discuss-gnuradio] GNU Radio on Zedboard

2013-03-26 Thread Tommy Tracy II
Dear Sylvain, Thank you! I wasn't aware of the soft eabi. I'm going to try compiling with the flags you have listed and maybe later come back to integrate Java support if needed. Sincerely, Tommy James Tracy II Ph.D Student High Performance Low Power Lab University of Virginia Phone: 91

Re: [Discuss-gnuradio] GNU Radio on Zedboard

2013-03-26 Thread Tommy Tracy II
ake[1]: *** Waiting for unfinished jobs > Linking CXX shared module _gnuradio_core_gengen.so > [100%] Built target _gnuradio_core_gengen > Linking CXX shared module _blocks_swig.so > [100%] Built target _blocks_swig > make: *** [all] Error 2 > 73 ... Sid. > > > On 26/03

[Discuss-gnuradio] GNU Radio on Zedboard

2013-03-26 Thread Tommy Tracy II
Dear All, Lately there have been several emails about installing GNU Radio on Raspberry Pi and other ARM platforms. I tried to get it installed on the Zedboard *ARMv7*, but I was unsuccessful, with the following error message: [ 39%] Built target test_runtime Scanning dependencies of ta

Re: [Discuss-gnuradio] Osmocom supporting Rafael R820T SDR?

2013-03-18 Thread Tommy Tracy II
Excellent! Thank you. It seems to work. Tommy James Tracy II Ph.D Student High Performance Low Power Lab University of Virginia Phone: 913-775-2241 On Mar 18, 2013, at 12:21 PM, Alexandru Csete wrote: > On Mon, Mar 18, 2013 at 4:56 PM, Tommy Tracy II wrote: >> Dear List, >

[Discuss-gnuradio] Osmocom supporting Rafael R820T SDR?

2013-03-18 Thread Tommy Tracy II
Dear List, I just received the NooElec R820T SDR USB dongle with antenna to test some of my GNU Radio code. This particular dongle uses the R820T SDR. Does anyone know if osmocom supports it, or if it works at all? I see that osmocom supports http://sdr.osmocom.org/trac/wiki/rtl-sdr#SupportedHa

Re: [Discuss-gnuradio] Number of bits tranmitted

2013-03-08 Thread Tommy Tracy II
One idea would be to have a file sink also attached to the GMSK Mod block. All samples you send to your USRP would be copied in the file. Just check the file for byte count. Tommy James Tracy II Ph.D Student High Performance Low Power Lab University of Virginia Phone: 913-775-2241 On Mar 8, 201

Re: [Discuss-gnuradio] How to know the number of bits/packets transmitted

2013-03-08 Thread Tommy Tracy II
You have your input on repeat, so it'll keep transmitting as long as the program is running. Are you looking for the rate, or the total bit count? Tommy James Tracy II Ph.D Student High Performance Low Power Lab University of Virginia Phone: 913-775-2241 On Mar 8, 2013, at 7:11 PM, manjusha wro

Re: [Discuss-gnuradio] qa_constellation_receiver test's constellation fails

2013-02-15 Thread Tommy Tracy II
This is Gentoo Base System release 2.1. Sincerely, Tommy James Tracy II PhD Student High Performance Low Power Lab University of Virginia On Feb 15, 2013, at 4:22 PM, Tom Rondeau wrote: > On Fri, Feb 15, 2013 at 3:31 PM, Tommy Tracy

[Discuss-gnuradio] qa_constellation_receiver test's constellation fails

2013-02-15 Thread Tommy Tracy II
The qa_constellation_receiver test tests a series of test constellations, by iterating through them and asserting that the 'correct' variable is always > REQ_CORRECT. for constellation, differential in tested_constellations(): ... self.assertTrue(correct >

[Discuss-gnuradio] qa_rational_resampler Test is non-deterministic

2013-02-15 Thread Tommy Tracy II
Dear Gnuradio, I was running the build test script, and got my usual 18 failed tests, but one failed some of the time, and passed other times. I'm investigating what could cause this, but wanted to ask if anyone else had seen this before. To reproduce, run 'ctest -R qa_rational_resample

Re: [Discuss-gnuradio] Issues with running volk_profile in GENTOO

2013-02-13 Thread Tommy Tracy II
longer exists. Sincerely, Tommy James Tracy II PhD Student High Performance Low Power Lab University of Virginia On Feb 13, 2013, at 3:20 PM, Josh Blum wrote: > > > On 02/13/2013 01:59 PM, Tommy Tracy II wrote: >> The

Re: [Discuss-gnuradio] Issues with running volk_profile in GENTOO

2013-02-13 Thread Tommy Tracy II
r Lab University of Virginia On Feb 13, 2013, at 2:57 PM, Nick Foster wrote: > On 02/13/2013 08:25 AM, Tommy Tracy II wrote: >> Thank you. I think this may be the problem: >> >> # grep "Available architectures" cmake.out >> -- Available architectures: >

Re: [Discuss-gnuradio] Issues with running volk_profile in GENTOO

2013-02-13 Thread Tommy Tracy II
es Tracy II PhD Student High Performance Low Power Lab University of Virginia On Feb 13, 2013, at 2:48 PM, Josh Blum wrote: > > > On 02/13/2013 01:44 PM, Johnathan Corgan wrote: >> On Wed, Feb 13, 2013 at 8:25 AM, Tommy Tracy II wrote: >

Re: [Discuss-gnuradio] Issues with running volk_profile in GENTOO

2013-02-13 Thread Tommy Tracy II
Thank you. I think this may be the problem: # grep "Available architectures" cmake.out -- Available architectures: generic;32;3dnow;abm;popcount;mmx;sse;sse2;orc;norc;sse3;ssse3;sse4_a;sse4_1;sse4_2;avx # grep "Available machines" cmake.out -- Available machines: generic_orc;sse2_32_mmx_orc;sse

[Discuss-gnuradio] Issues with running volk_profile in GENTOO

2013-02-11 Thread Tommy Tracy II
I tried running volk_profile in Gentoo and got the following: # volk_profile Using Volk machine: sse4_2_32_orc RUN_VOLK_TESTS: volk_32fc_s32fc_rotatorpuppet_32fc_a generic completed in 361.04s sse4_1 completed in 0.49s Best arch: sse4_1 RUN_VOLK_TESTS: volk_16ic_s32f_deinterleave_real_32f_a sse4_1

Re: [Discuss-gnuradio] grmodtool

2013-01-18 Thread Tommy Tracy II
at 2:01 PM, srhtbynkln wrote: > yes i pull the source but i couldnt make it worked.. > 2013/1/18 Tommy Tracy II [via GnuRadio] <[hidden email]> > What did you try? > Did you pull the source from 'https://github.com/mbant/gr-modtool.git'? > >

Re: [Discuss-gnuradio] grmodtool

2013-01-18 Thread Tommy Tracy II
What did you try? Did you pull the source from 'https://github.com/mbant/gr-modtool.git'? Sincerely, Tommy James Tracy II PhD Student High Performance Low Power Lab University of Virginia On Jan 18, 2013, at 1:28 PM, srhtbynkln wrote: >

Re: [Discuss-gnuradio] Randomness Introduced in Gnuradio WAV Source Block?

2013-01-15 Thread Tommy Tracy II
> On Tue, Jan 15, 2013 at 01:48:47AM -0500, Tommy Tracy II wrote: >> I eventually determined, that the randomness was added somewhere in the WAV >> Source block. Has anyone seen this? > > Tommy, > Martin, > can you please post more details: > - Which GR vers

[Discuss-gnuradio] Randomness Introduced in Gnuradio WAV Source Block?

2013-01-14 Thread Tommy Tracy II
Dear Gnuradio, I wrote a program that uses a WAV source block. I found that my program ran as expected on my CENTOS and UBUNTU machines (producing the same output for a given input), but I noticed something unusual on my Gentoo machine. If I run the decoder against the same input WAV fi

Re: [Discuss-gnuradio] Updated of Make Test fail with Gnuradio Gentoo Installation

2013-01-13 Thread Tommy Tracy II
ed) 99 - qa_fir_filter (Failed) 100 - qa_channel_model (Failed) 101 - qa_freq_xlating_fir_filter (Failed) 110 - qa_ctcss_squelch (Failed) Errors while running CTest make: *** [test] Error 8 Sincerely, Tommy James Tracy II

Re: [Discuss-gnuradio] Updated of Make Test fail with Gnuradio Gentoo Installation

2013-01-13 Thread Tommy Tracy II
e Low Power Lab University of Virginia On Jan 13, 2013, at 10:40 AM, Tom Rondeau wrote: > On Fri, Jan 11, 2013 at 4:31 PM, Tommy Tracy II wrote: > Thank you; I tried that, and that was also unsuccessful. > >Sincerely, > Tommy James Tracy II >

Re: [Discuss-gnuradio] Updated of Make Test fail with Gnuradio Gentoo Installation

2013-01-11 Thread Tommy Tracy II
f it has anything to do with it but I recommend that you > try to run cmake, make and make test as a regular user, not as root. > ldconfig should have no effect on the "make test" step. > > Alex > > On Fri, Jan 11, 2013 at 8:40 PM, Tommy Tracy II wrote: >> Dear Gnura

[Discuss-gnuradio] Make successful; Make Test fail with Gnuradio Gentoo Installation

2013-01-10 Thread Tommy Tracy II
I tried installing using http://gnuradio.org/releases/gnuradio/gnuradio-3.6.3.tar.gz There were a few packages missing that I needed to download: cheetah PyQt4 I then ran cmake: cmake -DCMAKE_INSTALL_PREFIX=/usr -DQWT_INCLUDE_DIRS=/usr/include/qwt5 ../ The build completed, but several of the bu

Re: [Discuss-gnuradio] Issues moving gr-modtool blocks between OSs

2013-01-10 Thread Tommy Tracy II
h Performance Low Power Lab University of Virginia On Jan 10, 2013, at 12:51 PM, tzopik wrote: > Tommy > > You need to re-compile the source of the module in the gentoo computer > because the libs and so many things is diferent in Gentoo vs Ubuntu > copy all project c

[Discuss-gnuradio] Issues moving gr-modtool blocks between OSs

2013-01-10 Thread Tommy Tracy II
Dear Gnuradio Mailing List, I created a gr-modtool block on my Ubuntu machine; it works well, but I want to run it on my Gentoo machine. At first, I thought I could just copy over the module in dist-packages, but that doesn't seem to work: I copied my custom module from: /usr/local/lib/

Re: [Discuss-gnuradio] gr-howto-write-a-block build fails

2012-12-18 Thread Tommy Tracy II
On Dec 18, 2012, at 4:57 PM, Tom Rondeau wrote: > On Tue, Dec 18, 2012 at 4:54 PM, Tommy Tracy II wrote: > On Dec 18, 2012, at 3:52 AM, Martin Braun (CEL) wrote: > > > On Tue, Dec 18, 2012 at 01:27:16AM -0500, Tommy Tracy II wrote: > >> I'm looking to write c++

Re: [Discuss-gnuradio] gr-howto-write-a-block build fails

2012-12-18 Thread Tommy Tracy II
On Dec 18, 2012, at 3:52 AM, Martin Braun (CEL) wrote: > On Tue, Dec 18, 2012 at 01:27:16AM -0500, Tommy Tracy II wrote: >> I'm looking to write c++ gnuradio blocks using the gr-howto-write-a-block >> code >> that comes with gnuradio. Unfortunately, when I do the b

[Discuss-gnuradio] gr-howto-write-a-block build fails

2012-12-17 Thread Tommy Tracy II
Dear List, I'm looking to write c++ gnuradio blocks using the gr-howto-write-a-block code that comes with gnuradio. Unfortunately, when I do the build with the existing code, the tests fail. Has anyone else seen this? I'm running Ubuntu 12.10. -- ttracy@ubuntu:~/Documents/src/g

Re: [Discuss-gnuradio] Making a transparent block for throughput measurement

2012-12-12 Thread Tommy Tracy II
Dec 11, 2012 at 07:00:42PM -0500, Tommy Tracy II wrote: >> I'm trying to measure the throughput of my flow graph. In order to >> accomplish this, I'm creating a transparent float block and then measuring >> the btyes/second that is going through the block.

[Discuss-gnuradio] Making a transparent block for throughput measurement

2012-12-11 Thread Tommy Tracy II
I'm trying to measure the throughput of my flow graph. In order to accomplish this, I'm creating a transparent float block and then measuring the btyes/second that is going through the block. Unfortunately, my block is not acting transparently. I'm getting strange distortion when doing AM demodu

[Discuss-gnuradio] Synchronizing Schedulers across network

2012-11-10 Thread Tommy Tracy II
sting way to do this? Could I use a separate block to send tags over? SIncerely, Tommy Tracy II UVA ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Loading file into memory

2012-10-31 Thread Tommy Tracy II
e WAV file into a vector or other datatype) and then execute it, but still preserve the sampling rate. Is there a way of doing that? Sincerely, Tommy Tracy II UVA Grad Student ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lis

[Discuss-gnuradio] Parallelizing GnuRadio

2012-07-16 Thread Tommy Tracy II
Thank you for everyone on the listserv for all of your help so far. I have a question about parallelizing gnuradio. I want to implement gnuradio on several computers networked over a PCIe bus. Does anyone know of any prior work in: 1. Gnuradio PCIe gateway 2. Taking a gnuradio flow-graph and s

[Discuss-gnuradio] Distributed GnuRadio

2012-07-08 Thread Tommy Tracy II
I'm starting some research on running Gnuradio on a network of small computers (over potentially a PCIe bus). The idea being that the network of smaller computers handle the blocks separately. Does anyone know if there has been any work done in this field, or maybe some related research?

[Discuss-gnuradio] Question about inter-block communications

2012-07-05 Thread Tommy Tracy II
Dear Discussion List, I'm just starting with GnuRadio and I would like to understand how the GnuRadio block threads communicate with each other and use shared memory. Does anyone have any insight and/or resources around this subject? Sincerely, Tommy J. Tracy II Computer Engineering Un