Re: Conda installation on Windows broken, both minconda & radioconda installer (Was: Please help out a new guy)

2024-02-29 Thread Dave Borch
Ryan, You nailed it! I uninstalled the Pothos SDR environment and when I reinstalled radioconda I noticed that the installation reset the Pothos registry settings. That fixed it. I really appreciate your help. Best regards, Dave On Thu, Feb 29, 2024 at 12:06 PM Ryan Volz wrote: > > H

Re: Conda installation on Windows broken, both minconda & radioconda installer (Was: Please help out a new guy)

2024-02-29 Thread Dave Borch
Marcus, Many thanks for giving it a shot. Best regards, Dave On Thu, Feb 29, 2024 at 9:25 AM Marcus Müller wrote: > > Good Morning! > > I'm looping the mailing list back in, so that more people can look at it! > > So, this looks generally pretty good; you have exact

Please help out a new guy

2024-02-27 Thread Dave Borch
iled while importing qtgui_python: The specified procedure could not be found. Listed below are the packages that didn't load properly: Failed \Device\HarddiskVolume3\Users\ Dave\radioconda\Library\bin\volk.dll Failed \Device\HarddiskVolume3\Users\Dave\radioconda\Library\bin\Qt5Gui_conda.dll

removing module fails

2023-09-14 Thread Dave Helm
", line 57, in __init__ raise BlockToolException('file', file_path, 'does not exist') gnuradio.blocktool.core.base.BlockToolException: ('file', './include/gnuradio/sidekiq/telemetry.h', 'does not exist') What can I modify to make sure I can build and run the other blocks? Thanks, Dave

Getting undefined symbol

2023-09-13 Thread Dave Helm
le. Then I did bind and cmake, make, sudo make install I compiled and installed it. But when I actually run the block I get the error listed above. Any ideas? Thanks, Dave

Re: LDPC Decoder block API change

2023-08-02 Thread Dave Miller
Thanks Herve for the below clarification on the MIT license and also clarification on the folks who created AFF3CT, I just made the needed corrections to the readme files on both gr-aff3ct_codes and gr-HighDataRate_Modem. Regards, Dave On Wed, Aug 2, 2023 at 2:52 AM Dear Dave, > > Tha

RE: LDPC Decoder block API change

2023-08-01 Thread Dave Miller
-S2 Encoder, I used the GNU Radio In-Tree DVB-S2 LDPC Encoder block https://github.com/DavidToddMiller/gr-aff3ct_codes Regards, Dave -- *From*: Dave Miller *Subject*: RE: LDPC Decoder block API change *Date*: Tue, 25 Jul 2023 21:58:50 -0400

RE: Using Fractional or Rational resampler to simulate Doppler

2023-07-27 Thread Dave Miller
rate. Support for a CCSDS rate ½ LDPC Encoder/Decoder is at my other repository, but it does not include Doppler yet in the flowgraphs (maybe later this year): https://github.com/DavidToddMiller/gr-aff3ct_codes Regards, Dave Miller On Thu, Jul 27, 2023 at 4:19 PM Jose Ruvalcaba wrote

RE: LDPC Decoder block API change

2023-07-25 Thread Dave Miller
. 3. However, I did use the GNU Radio In-Tree LDPC Encoder Block for my CCSDS Rate 1/2 LDPC Encoder. Regards, Dave Miller -- *From*: Jeff Long *Subject*: LDPC Decoder block

Fwd: MIMO with LimeSDR

2021-11-02 Thread Dave Miller
thread in August that I established to get some input from the Lime Microsystems folks: "LimeSDR-Mini GR-3.8 Block Transmit Distortion" Regards, Dave -- Forwarded message - From: Evgeny Hahamovich Date: Thu, Oct 28, 2021 at 11:57 AM Subject: MIMO with LimeSDR To: Hi

Re: Questions on Polyphase Clock Sync block

2021-03-12 Thread Dave Miller
George, No deep reason for the gain block between the Polyphase Clock Sync and the Costas Loop. I just used the gain block for my convenience when testing the flowgraph with an external modulator and different settings to see what worked best. Regards, Dave On Wed, Mar 10, 2021 at 12:12 PM

RE: Questions on Polyphase Clock Sync block

2021-03-09 Thread Dave Miller
symbol sync. Hope the above is useful, Dave _ *From*: George Edwards *Subject*: Questions on Polyphase Clock Sync block *Date*: Mon, 8 Mar 2021 16:21:22 -0600 -- Hello, My goal is symbol timing

Re: [Discuss-gnuradio] 'module' object has no attribute

2018-12-17 Thread Dave NotTelling
thon -c 'import your_module_name'` should result in seeing a better error. If no error happens, then you can also try running `python -c 'import my_module_name; print dir(your_module_name)` to see if your module actually has any contents at all. Hope that helps! -Dave On Mon, Dec 1

Re: [Discuss-gnuradio] Correct GRC version for UHD 3.13.0.1

2018-09-23 Thread Dave NotTelling
ouble check that you don't have libuhd.so in /usr/local/lib and /usr/lib at the same time. I'd suggest updating the radios to the current firmware with uhd_image_loader, power cycling them, and then trying again. Good luck! -Dave On Thu, Sep 20, 2018 at 5:36 PM John_w_g wrote: >

Re: [Discuss-gnuradio] New to Gnu Radio - Save signal to data for an analysis

2018-07-11 Thread Dave NotTelling
You should be able to read the output of that command with [1]. Make sure that you use the --file option before your output file name. I tried the command you ran and didn't get any output because I didn't have --file before the output name. Maybe a version difference? By default it seems that

Re: [Discuss-gnuradio] Remote Control of a Flowgraph

2018-07-07 Thread Dave NotTelling
If it's just variables that you need to change then you can use the XMLRPC block. I've used it in several graphs where I needed up update variables on the fly. I'm not sure if the XMLRPC block exposes all variables and functions in the top block. I think it's just functions. The server block wo

Re: [Discuss-gnuradio] GNU Radio not installing: Build Failed

2018-06-07 Thread Dave NotTelling
Check out the thread titled: install issues with c++11. I think you two are having the same issue with PyBombs and C++11 On Thu, Jun 7, 2018 at 10:16 AM Mir Muhammad Lodro wrote: > Hi All > i am installing GNU Radio on Linux 16.04, but it's not installing by > saying this file requires compiler

Re: [Discuss-gnuradio] Issue installing GNU Radio with PyBombs

2018-06-05 Thread Dave NotTelling
found that installing another more recent version of Boost fixed issues for me. But, that comes with the issue of keeping two diff versions of Boost on the same system which can mean lots of odd path variables needing to be set :( On Tue, Jun 5, 2018 at 7:22 PM, Jose Ruvalcaba wrote: > Hi Dave, &g

Re: [Discuss-gnuradio] Issue installing GNU Radio with PyBombs

2018-06-05 Thread Dave NotTelling
I ran into this issue when using clang to build UHD on Ubuntu 16.04. Had to fall back to using gcc to build UHD due to an issue with 16.04's boost not playing nice with clang. Not sure if that's what's happening here though. What OS are you using? Not sure how PyBombs does things under the cove

Re: [Discuss-gnuradio] functions to generate random signals

2018-06-05 Thread Dave NotTelling
If you have C++11 or higher you can use http://en.cppreference.com/w/cpp/numeric/random/uniform_real_distribution. I think that solves the first problem. Check out https://stackoverflow.com/questions/32889309/adding-gaussian-noise for an example of using it for Gaussian noise. On Tue, Jun 5, 2018

Re: [Discuss-gnuradio] install issue with c++11

2018-06-05 Thread Dave NotTelling
Check out https://github.com/gnuradio/pybombs#configuring-a-prefix-environment-eg-for-cross-compiling. You might be able to set CXXFLAGS with the `--env` flag On Tue, Jun 5, 2018 at 10:36 AM Dave NotTelling wrote: > I would suspect that PyBombs doesn't care about your env variables. T

Re: [Discuss-gnuradio] install issue with c++11

2018-06-05 Thread Dave NotTelling
Tue, Jun 5, 2018 at 10:33 AM Philip Balister wrote: > On 06/05/2018 10:06 AM, Marcus D. Leech wrote: > > On 06/05/2018 09:07 AM, Jason Matusiak wrote: > >> Thanks Dave, but that did not seem to work for me. Here were the > >> commands I ran (slightly different than re

Re: [Discuss-gnuradio] install issue with c++11

2018-06-05 Thread Dave NotTelling
t;-std=c++11"`, then `cmake ..`, and finally `VERBOSE=1 make -j 1`. The verbose make command will show you if your flags are taking or not. -Dave On Tue, Jun 5, 2018 at 8:00 AM Jason Matusiak wrote: > I am trying to install gnuradio onto a Centos 7 box and am having more and > more

Re: [Discuss-gnuradio] Connecting two USRPs in one laptop in gnuradio companion

2018-04-24 Thread Dave NotTelling
Inkyu, At least in 3.9.4 that could be a sequence number error ( https://github.com/EttusResearch/uhd/blob/release_003_009_004/host/lib/usrp/common/async_packet_handler.hpp#L62). Odd that you're seeing that with USB. Not really sure how to help you with that part. -Dave On Tue, A

Re: [Discuss-gnuradio] Callback Function in Blocks for C++

2018-03-20 Thread Dave NotTelling
Take a look at https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/include/gnuradio/blocks/throttle.h#L57 , https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/lib/throttle_impl.h#L49, and https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/lib/throttle_impl.cc#L70 as an exampl

Re: [Discuss-gnuradio] return value of gr::block::general_work

2018-01-21 Thread Dave NotTelling
. I know of no blocks that actually do this, >>> but I don't know everything. That said, the GR runtime internals support my >>> statement & hence this is worth trying. If you do try & succeed, please do >>> let the list know. Cheers! - MLD >>> >&g

Re: [Discuss-gnuradio] return value of gr::block::general_work

2018-01-21 Thread Dave NotTelling
d inside "general_work()". I know of no blocks that actually do this, > but I don't know everything. That said, the GR runtime internals support my > statement & hence this is worth trying. If you do try & succeed, please do > let the list know. Cheers! - MLD >

Re: [Discuss-gnuradio] return value of gr::block::general_work

2018-01-21 Thread Dave NotTelling
I found in the docs that general_work only supports outputting the same number of samples to each output port ( https://github.com/gnuradio/gnuradio/blob/master/gnuradio-runtime/include/gnuradio/block.h#L47-L49) but the produce method seems to tell otherwise ( https://github.com/gnuradio/gnuradio/b

Re: [Discuss-gnuradio] Stream to PDU - Guaranteed to not lump tags?

2018-01-10 Thread Dave NotTelling
That does help! Thanks Michael :) On Wed, Jan 10, 2018 at 9:10 PM, Michael Dickens wrote: > Hi Dave - The tagged stream -> PDU block will generate exactly 1 PDU per > call to work. In your example, it is possible that all 3 of the PDUs will > end up being in the stream, but, becaus

Re: [Discuss-gnuradio] Stream to PDU - Guaranteed to not lump tags?

2018-01-10 Thread Dave NotTelling
() function in the past. Pretty sure I did at least O.o Really, just curious if there is a guarantee somewhere deeper in the block code that ensures that can't happen. As I write this I realize that this is a pretty easy thing to test out. If it's still unclear, then I'll just do

[Discuss-gnuradio] Stream to PDU - Guaranteed to not lump tags?

2018-01-10 Thread Dave NotTelling
The wording of the title likely needs work, but the basic idea is this: - Suppose that I have a ZMQ message source that has arbitrarily sized vectors of some consistent type - I convert that over to a tagged stream, do some operations on it, then convert it back to a PDU - Assume f

Re: [Discuss-gnuradio] package 'gnuradio-fft' not found

2018-01-10 Thread Dave NotTelling
You are missing quite a few libs. The one that's causing your specific issue: -- Configuring gr-fec support... -- Dependency ENABLE_VOLK = ON -- Dependency Boost_FOUND = 1 -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_BLOCKS = ON -- Enabling gr-fec support. -- Ove

Re: [Discuss-gnuradio] GRCON2017

2017-11-15 Thread Dave NotTelling
Any updates on the videos getting posted to YouTube? On Wed, Sep 20, 2017 at 10:03 AM, Ben Hilburn wrote: > Hey all - > > Ron is exactly right. I meant to post the link to the slidedecks, which > are now live. > > We are still waiting on the videos, which will get posted to YouTube once > we rec

Re: [Discuss-gnuradio] Performance monitoring within Gnuradio

2017-10-30 Thread Dave NotTelling
There is also the Linux tool `perf`. I use that instead of the GNU Radio tools due to library compatibility issues (also thrift is a pita to get working with GNU Radio in my experience). An example is: `perf top -p --call-graph=fp` (use sudo if needed). If you want to see everything you can use

Re: [Discuss-gnuradio] Doxygen documentation in GRC

2017-10-11 Thread Dave NotTelling
adio/commit/ac925c426dd8dc75b6ee0bd82506e0f59cc5f207, so > 3.7.10.2 or later should have this fixed IIRC. Do you maybe have an older > installation? > > Sebastian Müller > gse...@gmail.com > PGP ID DC2AA3EE > <http://pgp.mit.edu/pks/lookup?op=vindex&search=0x9FFBD55DDC2AA3EE> > > Am 10. Oktober 2017 u

Re: [Discuss-gnuradio] Doxygen documentation in GRC

2017-10-10 Thread Dave NotTelling
Anyone have input on this? I'm trying to make my blocks more user friendly, but all I've been able to get to show up is the description. The information about each parameter is lost in GRC. Shows up fine in the HTML report. On Wed, Aug 10, 2016 at 6:01 AM, Sebastian Müller wrote: > Hi all, >

Re: [Discuss-gnuradio] Multiple Vectors in PMT

2017-09-06 Thread Dave NotTelling
rcus > > On 09/06/2017 02:58 PM, Dave NotTelling wrote: > > Is there a way to have multiple vectors output from a PMT block? > Something akin to having more than one streaming output? > > Thanks! > > -Dave > > >

Re: [Discuss-gnuradio] Multiple Vectors in PMT

2017-09-06 Thread Dave NotTelling
I just realized that I asked a dumb question. I can put whatever wherever so long as the downstream blocks understand it. Please disregard. On Wed, Sep 6, 2017 at 8:58 AM, Dave NotTelling wrote: > Is there a way to have multiple vectors output from a PMT block? > Something akin to havin

[Discuss-gnuradio] Multiple Vectors in PMT

2017-09-06 Thread Dave NotTelling
Is there a way to have multiple vectors output from a PMT block? Something akin to having more than one streaming output? Thanks! -Dave ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] High Water Mark - ZMQ Message Blocks

2017-06-05 Thread Dave NotTelling
Thanks! On Mon, Jun 5, 2017 at 3:13 PM, Marcus Müller wrote: > Hi Dave, > > yep, GR messages are back-pressure-free, so that's by design. > > Best regards, > > Marcus > > On 05.06.2017 15:35, Dave NotTelling wrote: > > I noticed that the message base ZMQ

[Discuss-gnuradio] High Water Mark - ZMQ Message Blocks

2017-06-05 Thread Dave NotTelling
I noticed that the message base ZMQ blocks don't support high water marks (HWM) but the streaming ones do. Is there a specific reason for that, or is it just the way those blocks were developed? Thanks! ___ Discuss-gnuradio mailing list Discuss-gnuradio

Re: [Discuss-gnuradio] Valve Module

2017-05-05 Thread Dave NotTelling
If you run `grep -r 'valve' *` in the gnuradio source directory you'll find that it lives in grc/grc_gnuradio/blks2/selector.py. No .cc file for this one. On Fri, May 5, 2017 at 5:30 AM, Ayan Chatterjee wrote: > Hi all, > > I want to create a new port for "Open" in the existing Valve module. Wh

Re: [Discuss-gnuradio] Process Naming

2017-05-04 Thread Dave NotTelling
I can see that the threads are showing up with meaningful names using `top -H`. Names like `zmq_pub_sink_c1`. The `ps` command doesn't usually show me anything special :( But, `top -H` does which is nice. On Thu, May 4, 2017 at 9:46 PM, Marcus D. Leech wrote: > On 05/04/2017 09:23

[Discuss-gnuradio] Process Naming

2017-05-04 Thread Dave NotTelling
nothing to the process name (not even sure what it's for honestly). Is this doable? Thanks! -Dave ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] GRC sheet size

2017-04-28 Thread Dave NotTelling
If you want to change the default size you can look in /usr/local/etc/gnuradio/conf.d/grc.conf and change the line `canvas_default_size = 1280, 1024`. The path might be different on your system. You can run `find / -name grc.conf 2>/dev/null` to hunt it down. On Fri, Apr 28, 2017 at 5:05 AM, Seb

Re: [Discuss-gnuradio] OS X Fuzzy Text in GRC

2017-04-03 Thread Dave NotTelling
e (off list) a screen snapshot or the like so that I can see > what you mean by "fuzzy"? I see nothing out of the ordinary in GRC when > running, but then maybe I'm not looking at the correct text... Cheers! - MLD > > On Sun, Apr 2, 2017, at 10:12 AM, Dave NotTelling wrote:

[Discuss-gnuradio] OS X Fuzzy Text in GRC

2017-04-02 Thread Dave NotTelling
I just installed GNU Radio via macports and the text in the blocks is really fuzzy. I ran across https://trac.macports.org/ticket/36410 but I don't quite understand how to make it work for my issue. Is there something in /Applications/MacPorts/Qt4 that I should be changing? I'm running OS X 10.1

Re: [Discuss-gnuradio] Fwd: Newbie: usage of PDU to Tagged Stream block

2017-03-05 Thread Dave NotTelling
Derp, I didn't English well, but you get the idea :) On Sun, Mar 5, 2017 at 12:26 PM, Dave NotTelling wrote: > Here is your graph with a slight modification of your graph to show what > happens if you have the CAR populated. > > > > On Sun, Mar 5, 2017 at 12:20 PM, D

Re: [Discuss-gnuradio] Fwd: Newbie: usage of PDU to Tagged Stream block

2017-03-05 Thread Dave NotTelling
Here is your graph with a slight modification of your graph to show what happens if you have the CAR populated. On Sun, Mar 5, 2017 at 12:20 PM, Dave NotTelling wrote: > You don't see any output from the Tag Debug block because it only shows > the tags, not the data. You actually

Re: [Discuss-gnuradio] Fwd: Newbie: usage of PDU to Tagged Stream block

2017-03-05 Thread Dave NotTelling
You don't see any output from the Tag Debug block because it only shows the tags, not the data. You actually don't have any tags in your data. You just have a PMT object with a NIL CAR and a populated CDR. Since there are no elements in the CAR, you get no tags. I personally got confused becaus

Re: [Discuss-gnuradio] Newbie trying to follow OOT module tutorial

2017-03-05 Thread Dave NotTelling
Check out http://gnuradio.org/redmine/projects/gnuradio/wiki/BlocksCodingGuide. You'll see that the <+MAX_IN+>, <+MAX_OUT+>, <+MIN_IN+>, <+MIN_OUT+>, <+ITYPE+>, and <+OTYPE+> have all been replaced with actual values. Unless you have multiple inputs and/or outputs you'll replace all of the <+MAX_I

Re: [Discuss-gnuradio] Newbie trying to follow OOT module tutorial

2017-03-05 Thread Dave NotTelling
Oh, here's a better link: http://gnuradio.org/redmine/projects/gnuradio/wiki/Guided_Tutorial_GNU_Radio_in_C++#424-Step-3-Fleshing-out-the-code On Sun, Mar 5, 2017 at 12:09 PM, Dave NotTelling wrote: > Check out http://gnuradio.org/redmine/projects/gnuradio/ > wiki/BlocksCodingGuide.

Re: [Discuss-gnuradio] Testing Message Based Blocks

2017-03-01 Thread Dave NotTelling
M, Marcus Müller wrote: > Hi Dave, > > haven't gotten around to looking at your block, but I presume it uses > message passing to emit PMTs, is that right? > > In that case, the "message debug" block has a "store" input. > > Best regards, > >

Re: [Discuss-gnuradio] Testing Message Based Blocks

2017-02-28 Thread Dave NotTelling
Anyone able to help out? Hoping it's just something dumb that I didn't set properly. On Feb 25, 2017 17:32, "Dave NotTelling" wrote: > I am attempting to test a block that takes in complex samples and outputs > PMT objects. In order to properly test it, I need to run

Re: [Discuss-gnuradio] fft_filter_ccc Output Buffer Size

2017-02-10 Thread Dave NotTelling
After some more research it seems that this is an issue of not having an even multiple of input samples to taps. For others, here is where I found the answer: http://www.dspguide.com/ch18/2.htm On Fri, Feb 10, 2017 at 11:19 AM, Dave NotTelling wrote: > I am trying to use the FFT filter in s

[Discuss-gnuradio] fft_filter_ccc Output Buffer Size

2017-02-10 Thread Dave NotTelling
I am trying to use the FFT filter in some c++ code and I'm having issues with seg faulting. The code below will work, but only because the output buffer is twice as large as the input buffer. It doesn't have to be twice as large, but it does have to be some number larger than the input buffer. Wh

Re: [Discuss-gnuradio] PMT Oddities

2016-12-13 Thread Dave NotTelling
Assuming that is reproducible, does anyone have suggestions on how to get around it? On Fri, Dec 9, 2016 at 9:16 PM, Dave NotTelling wrote: > Here is a full example: > > [code] > > #!/usr/bin/python > > import pmt > > d = pmt.make_dict() > d = pmt.dict_add(d,

Re: [Discuss-gnuradio] PMT Oddities

2016-12-09 Thread Dave NotTelling
in dict_keys return _pmt_swig.dict_keys(dict) RuntimeError: pmt_car: wrong_type : () [/output] The first call to dict_keys(a) returns the last element in the dictionary. The second call errors out. Both should error out correct? On Fri, Dec 9, 2016 at 9:11 PM, Dave NotTelling wrote: >

Re: [Discuss-gnuradio] PMT Oddities

2016-12-09 Thread Dave NotTelling
12/05/2016 01:56 PM, Dave NotTelling wrote: > Marcus & Martin: > > I tried the dict_keys() method of checking, but even that can > fail. Here is an example: > > [code] > > import pmt > > d = pmt.make_dict() > d = pmt.dict_add(d, pmt.intern('a'),

Re: [Discuss-gnuradio] PMT Oddities

2016-12-07 Thread Dave NotTelling
Thoughts? On Mon, Dec 5, 2016 at 4:56 PM, Dave NotTelling wrote: > Marcus & Martin: > > I tried the dict_keys() method of checking, but even that can fail. > Here is an example: > > [code] > > import pmt > > d = pmt.make_dict() > d = pmt.dict_add(d,

[Discuss-gnuradio] Max PMT Size

2016-12-06 Thread Dave NotTelling
I seem to remember asking this question once before and being told that the only way to increase the max size of a PMT object is to set a define in a header file before compilation. Is this size limit only applicable to the PDU to Tagged Stream block? Can a PMT output to another PMT input be what

Re: [Discuss-gnuradio] PMT Oddities

2016-12-05 Thread Dave NotTelling
ke_dict(), pmt.make_u8vector(10, 10))) On Tue, Nov 22, 2016 at 5:55 PM, Dave NotTelling wrote: > Thanks for the explanation! > > On Tue, Nov 22, 2016 at 5:29 PM, Marcus Müller > wrote: > >> That's a long story. Essentially, a list is a pair of the first element >>

Re: [Discuss-gnuradio] PMT Oddities

2016-11-22 Thread Dave NotTelling
Thanks for the explanation! On Tue, Nov 22, 2016 at 5:29 PM, Marcus Müller wrote: > That's a long story. Essentially, a list is a pair of the first element > and a pair of a second element and a pair of the third element and a pair > of … > > Cheers, > Marcus > &

Re: [Discuss-gnuradio] PMT Oddities

2016-11-22 Thread Dave NotTelling
I ask because it feels like a bug. Things like ((a . b), (c . d), (e . f)) are definitely not pairs (assuming a pair is 2 elements) and (in my opinion) should not return true for pmt.is_pair(). On Tue, Nov 22, 2016 at 5:12 PM, Dave NotTelling wrote: > Martin, > > Was that done o

Re: [Discuss-gnuradio] PMT Oddities

2016-11-22 Thread Dave NotTelling
Martin, Was that done on purpose? Thank you for the link! I hadn't thought about checking that way. Thanks! -Dave On Tue, Nov 22, 2016 at 5:08 PM, Martin Braun wrote: > Dave, > > pairs pass is_dict(), which is possibly the root cause here. See also: > https://gi

[Discuss-gnuradio] PMT Oddities

2016-11-22 Thread Dave NotTelling
I noticed today that the is_dict and is_pair checks are not appearing to work properly. Here is an example that shows the issue: [code] #!/usr/bin/python import pmt def print_pmt(dictVar): print 'isPair:%05s, isDict:%05s, isTuple:%05s => %s' % (pmt.is_pair(dictVar), pmt.is_dict(dictVar),

Re: [Discuss-gnuradio] Attribute error: and support with external class and header files

2016-08-31 Thread Dave NotTelling
hich was happening because of my source files and libraries not being > linked. > > > Regards, > Pranav Padalkar > Fraunhofer-Institut für Eingebettete Systeme und Kommunikationstechnik ESK > > -- > *From:* Discuss-gnuradio fraunhofer...@gnu.org&g

Re: [Discuss-gnuradio] Microwave Link Demodulation

2016-08-29 Thread Dave NotTelling
One way I check for bottlenecks it to run 'top -H' and watch the various threads. If you see any one thread pegged at 100% then it needs to be optimized. At least that's my method :) On Mon, Aug 29, 2016 at 9:46 AM, Ihab Zine wrote: > Hi Marcus, > > I have been through the GNU RADIO tutorials

Re: [Discuss-gnuradio] Transmit and Receive hopping Sequence in FHSS (using gr-spread module) mismtach

2016-08-26 Thread Dave NotTelling
seen lots of issues with scheduling bursts when the CPU utilization is high or even a single core that's maxed out. On Fri, Aug 26, 2016 at 3:00 PM, Ajinkya D Kadam wrote: > Dave, > > Thanks for replying. > > we are hopping every 80ms. > ᐧ > > On Fri, Aug 26,

Re: [Discuss-gnuradio] Transmit and Receive hopping Sequence in FHSS (using gr-spread module) mismtach

2016-08-26 Thread Dave NotTelling
Ajinkya, How fast are you hopping? I've had loads of issues with hopping rapidly and not having the correct frequencies used. -Dave On Tue, Aug 23, 2016 at 7:16 PM, Ajinkya D Kadam wrote: > HI All, > > I am using gr-spread > <https://github.com/CIG-SDR/CIG/tree/mast

Re: [Discuss-gnuradio] Attribute error: and support with external class and header files

2016-08-23 Thread Dave NotTelling
I've had bad luck just putting my own headers in OOT modules. The way I do things now is to use gr_modtool add and select 'noblock'. Then just remove the grc XML file created. Seems that YourModuleName_API is needed before structs and classes or it doesn't get seen by Swig. Could be wrong about

Re: [Discuss-gnuradio] SWIG std::vector issue

2016-08-02 Thread Dave NotTelling
Thank you very much Marcus! I'll give that a go later today :D On Tue, Aug 2, 2016 at 2:38 AM, Marcus Müller wrote: > Hi Dave, > > that's a bit hard to tell without context; generally, Python can construct > wrapper code for std::vector that makes those iterable, and h

Re: [Discuss-gnuradio] SWIG std::vector issue

2016-08-01 Thread Dave NotTelling
Anyone able to help with this? I had to create helper methods to serialize the PMT objects and return a vector of strings. Not the best solution :( On Thu, Jul 28, 2016 at 11:04 AM, Dave NotTelling wrote: > I have a utility lib in C++ created with 'gr_modtool add noblock'

Re: [Discuss-gnuradio] [GSoC] gr-inspector update / ask for feedback

2016-07-29 Thread Dave NotTelling
Great work! On Fri, Jul 29, 2016 at 10:36 AM, Sebastian Müller wrote: > Hi all, > > week 10 of GSoC is over and I managed to implement an OFDM sync block: > https://grinspector.wordpress.com/2016/07/29/week-10-sync/ > > Since I make good time, I will try to add a FM demod block to the toolbox. >

[Discuss-gnuradio] SWIG std::vector issue

2016-07-28 Thread Dave NotTelling
I have a utility lib in C++ created with 'gr_modtool add noblock' that has a function that returns a vector of pmt::pmt_t values. I need to then be able to access the elements of that vector via Python. Right now I get the following error when using a for loop to iterate over the vector: TypeEr

Re: [Discuss-gnuradio] Streaming IQ File Compression

2016-07-18 Thread Dave NotTelling
ficant > bits that are zero most of the time. Thus, I get a compression ratio close > to 50% when using sc16. pbzip2 is a good tool for doing parallel > compression on files. > > juha > > On Sat, Jul 16, 2016 at 3:59 AM, Dave NotTelling > wrote: > >> Anyone have e

Re: [Discuss-gnuradio] Streaming IQ File Compression

2016-07-16 Thread Dave NotTelling
ompressing and decompressing it. > > On Sat, Jul 16, 2016 at 11:20 AM, Dave NotTelling > wrote: > > Marcus & Dan, > > > > Thank you very, very much for the detailed information! > > > > Dan: That's exactly what I thought when going into this at first. But,

Re: [Discuss-gnuradio] Streaming IQ File Compression

2016-07-16 Thread Dave NotTelling
resting :D Thank you both very much!! -Dave On Sat, Jul 16, 2016 at 4:29 PM, Marcus Müller wrote: > Hello Juha, > > idea: if Dave's distribution of amplitudes was a little more benign than > the Radar near/far problem, and he would favor full resolution when the > signal

Re: [Discuss-gnuradio] Streaming IQ File Compression

2016-07-16 Thread Dave NotTelling
x27;ll have to poke around at it to see what happens when I set an incorrect bit rate (maybe a multiple of will be fine?). Thank you both! -Dave On Sat, Jul 16, 2016 at 5:14 AM, Marcus Müller wrote: > Ah! > > On 16.07.2016 11:04, Marcus Müller wrote: > > and maybe, but this is

[Discuss-gnuradio] Streaming IQ File Compression

2016-07-15 Thread Dave NotTelling
M.2 drive I am using can easily sustain 800 MBytes/s of uncompressed data. Thoughts? Thank you! -Dave ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Installation of GNU Radio/UHD on Windows

2016-07-15 Thread Dave
ll of the buttons below the menu appear however none of them have labels (although you can see a description when you hover over the button). Thanks for all you help. Dave From: Geof Nieboer [mailto:gnieb...@corpcomm.net] Sent: Wednesday, July 13, 2016 2:04 PM To: Derek Kozel Cc: Dave;

Re: [Discuss-gnuradio] CppUnit Issue

2016-07-13 Thread Dave NotTelling
That one doesn't output the message or line number either. Event '-VV' doesn't show the message. On Wed, Jul 13, 2016 at 12:47 PM, Marcus Müller wrote: > Maybe it was 'ctest -V' ? inconsistent capitalization always confuses me... > > > On 07/13/2016 0

Re: [Discuss-gnuradio] CppUnit Issue

2016-07-13 Thread Dave NotTelling
an do is dump the XML file in lib/.unittests. Not ideal, but workable. Thanks! -Dave On Wed, Jul 13, 2016 at 11:57 AM, Marcus Müller wrote: > The actual output is written to XML logs – but if you're interested in > seeing it live, I'd recommend just running "ctest -v" fr

[Discuss-gnuradio] CppUnit Issue

2016-07-13 Thread Dave NotTelling
re or some configuration that isn't set right? The only option I have right now is to use an if statement to check the condition, print out a message if the condition fails, and then call CPPUNIT_FAIL() to bomb out. Thank you! -Dave ___ Discuss-gnuradio maili

Re: [Discuss-gnuradio] Installation of GNU Radio/UHD on Windows

2016-07-12 Thread Dave
.exe -c "from gruel import pmt; print pmt" Traceback (most recent call last): File "", line 1, in ImportError: No module named gruel D:\Program Files\GNURadio-3.7> If there is anything else you want me to run, I will do so. Dave From: Derek Kozel [mailto:d

Re: [Discuss-gnuradio] Installation of GNU Radio/UHD on Windows

2016-07-12 Thread Dave
From: Derek Kozel [mailto:derek.ko...@ettus.com] Sent: Tuesday, July 12, 2016 4:51 PM To: Dave Cc: GNURadio Discussion List Subject: Re: [Discuss-gnuradio] Installation of GNU Radio/UHD on Windows Hi Dave, That's great news. This means the B100 is being found. The images downloa

Re: [Discuss-gnuradio] Installation of GNU Radio/UHD on Windows

2016-07-12 Thread Dave
Devices Found D:\Program Files\GNURadio-3.7\bin>uhd_image_loader.exe Win32; Microsoft Visual C++ version 14.0; Boost_106000; UHD_003.009.003-0-unknown Error: RuntimeError: You must specify a device type. Thanks again, Dave From: Derek Kozel [mailto:derek.ko...@ettus.com] Sen

[Discuss-gnuradio] Installation of GNU Radio/UHD on Windows

2016-07-12 Thread Dave
ieve there are any hardware issues. Can anyone provide me more tips on how to troubleshoot my installation? Thanks, Dave ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Installation of gr-fosphor via PyBombs

2016-07-09 Thread Dave
Cinaed, Sylvain, Thanks again for all your help. It is clear I have a lot to learn but I appreciate your willingness to step in. I checked and libglfw3-dev is installed. This is what I get when I run pybombs install gr-fosphor: dave@MintJulips:~/pybombsprefix1/bin$ pybombs

Re: [Discuss-gnuradio] Installation of gr-fosphor via PyBombs

2016-07-09 Thread Dave
t does not seem to be anywhere in my pybombs prefix directory or anywhere else on the system that I can find. I see the gr-fosphor folder in my src directory but I don't see any executables. Thanks, Dave -Original Message- From: Cinaed Simson [mailto:cinaed.sim...@gmail.com]

Re: [Discuss-gnuradio] Installation of gr-fosphor via PyBombs

2016-07-09 Thread Dave
You did it again! I got the message "Installation successful". Now my last hurdle (I hope). I can't find whatever or wherever the executable is located. Thanks for your help, Dave -Original Message- From: Sylvain Munaut [mailto:246...@gmail.com] Sent: Friday, July

Re: [Discuss-gnuradio] Installation of gr-fosphor via PyBombs

2016-07-08 Thread Dave
, any help would be appreciated. Thanks, Dave -Original Message- From: Discuss-gnuradio [mailto:discuss-gnuradio-bounces+davidcbasham=msn@gnu.org] On Behalf Of Cinaed Simson Sent: Friday, July 08, 2016 6:46 PM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Installation of

Re: [Discuss-gnuradio] Process for relinquishing driver control in a flowgraph before starting a new one

2016-07-08 Thread Dave NotTelling
Tim, Glad to see that works for you. For me that ended up leaving things in a bad state. The destructor (in C++) of one of my modules wasn't called unless I set the flowgraph to None and then re-initialized it. I'll have to give that a try for my case at some point. -Dave On

Re: [Discuss-gnuradio] Installation of gr-fosphor via PyBombs

2016-07-08 Thread Dave
I have and Intel Motherboard and NVIDIA graphics board so I hope that is not an issue for me. -Original Message- From: Dennis Glatting [mailto:gnura...@pki2.com] Sent: Friday, July 08, 2016 5:53 PM To: Dave; 'GNURadio Discussion List' Subject: Re: [Discuss-gnuradio] Installa

[Discuss-gnuradio] Installation of gr-fosphor via PyBombs

2016-07-08 Thread Dave
I attempted to install gr-fosphor via pybombs and got the following error on an Ubuntu 16.04 machine. dave@MintJulips:~/pybombsprefix1/bin$ pybombs install gr-fosphor PyBOMBS - INFO - PyBOMBS Version 2.1.1a Install tree: | \- gr-fosphor | \- glfw3 | \- x11 PyBOMBS.install_manager

Re: [Discuss-gnuradio] Process for relinquishing driver control in a flowgraph before starting a new one

2016-07-08 Thread Dave NotTelling
Tim, One thing I have found with the Python stuff is that you need to set the flow graph variable to None for resource to be released. moo = myGraph(); moo.start(); time.sleep(10); moo.stop(); moo.wait(); moo = None; moo = myGraph(); moo.start() . -Dave On Thu, Jul 7, 2016 at 6:14 PM

Re: [Discuss-gnuradio] Issues with Pybombs and Package Manager Install on Ubuntu 16.04

2016-07-07 Thread Dave
the scripts with ./ and clicking on scripts in the file manager no longer executes them. Again I will do more homework on my own. Thanks again for all your help. Dave Generating: '/home/dave/pybombsprefix1/share/gnuradio/examples/uhd/uhd_wbfm_receive.py' Executing: /usr/bin/

Re: [Discuss-gnuradio] Issues with Pybombs and Package Manager Install on Ubuntu 16.04

2016-07-07 Thread Dave
. Was PyBombs supposed to take care of downloading the images? If not, it seems the pybombs instructions should tell one to do so. In any event per the following transcript it now appears I have a permission issue to access my USB ports.Any advice as to what to do next? Thanks, Dave

Re: [Discuss-gnuradio] Issues with Pybombs and Package Manager Install on Ubuntu 16.04

2016-07-06 Thread Dave
ed or even why I get all the "permission denied" messages. As you will see I executed the command both with and without "sudo". dave@MintJulips:~$ find / -name multi_usrp.hpp find: '/sys/kernel/debug': Permission denied /usr/include/uhd/usrp/multi_usrp.hpp /ho

Re: [Discuss-gnuradio] Issues with Pybombs and Package Manager Install on Ubuntu 16.04

2016-07-06 Thread Dave
mentioned below. Thanks again for your help. Dave From: Martin Braun Subject: Re: [Discuss-gnuradio] Issues with Pybombs and Package Manager Install on Ubuntu 16.04 Date: Wed, 6 Jul 2016 13:33:48 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thu

  1   2   3   >