gr-gfdm

2023-07-05 Thread Mike Sousa
i'm trying to execute gr-gfdm in gnuradio companion v3.10. There are a lot of Flowgraph errors out of the box. For example: Block : import_cyclic_prefix, Aspect : Param ‘Import’, Message : Import “from gfdm.pygfdm import cyclic_prefix” failed.  Any idea how to get the rest of the gr-gfdm packag

Re: gr-adsb

2023-07-03 Thread Mike Sousa
that you could get in trouble while building up your transmitter if other aircraft or flight controllers were able to pick up on your signal. On Mon, Jul 3, 2023 at 9:44 AM Mike Sousa wrote: The gr-adsb package has a receiver example. Is there an example of a adsb transmitter? If not, how difficult

gr-adsb

2023-07-03 Thread Mike Sousa
The gr-adsb package has a receiver example. Is there an example of a adsb transmitter? If not, how difficult would it be to convert the rx into tx? Would it be similar to replacing the USRP Source with a Signal Source and replacing the ZMQ PUB message Sink with a USRO Sink (this sounds too simp

Re: gr-ieee802-11 handle 802-11ac & 801-11ax protocols?

2023-06-29 Thread Mike Sousa
Also, these would be 256 QAM and 1024 QAM respectively. If not, how much work would it possibly take to add them?  

gr-ieee802-11 handle 802-11ac & 801-11ax protocols?

2023-06-29 Thread Mike Sousa
Hi,  can gr-ieee802-11 create 802.11ac and 802.11ax signals?  Thanks…  

gr-ham : gnuradio's amatuer radio package

2023-06-27 Thread Mike Sousa
Hi Are there any examples, notes, etc, using the gr-ham package?https://github.com/argilo/gr-ham Thanks...  

Re: gr-dvbt

2023-06-27 Thread Mike Sousa
Marcus, Ron, thank you very much, this helped a lot Thanks…  

gr-dvbt

2023-06-27 Thread Mike Sousa
Hi Has there been an updated gr-dvbt package that will work with a newer gnuradio (v3.10)? Thanks…  

Re: gr-ieee802-11

2023-06-26 Thread Mike Sousa
Hi Following directions from Felipe last week, I've been able to get my wi-fi example of gr-ieee802-11 to output a signal. A few more questions if you don’t mind: Can this package be set up for either ieee802.11ac or ieee802-11ax  (5Ghz or 6Ghz))? Is there a way to select channels, ex for 5Gh

gr-ham

2023-06-23 Thread Mike Sousa
Hi I'd like to try gnuradio for CB Radio UHF and HF. Is the gr-radio package the correct way to go? Are there examples or tutorials to use this? Would another package be preferable? Thanks...  https://github.com/argilo/gr-ham

Re: gr-ieee802-11

2023-06-23 Thread Mike Sousa
Thanks Felipe for the advise. I’m using the examples from Bastian Bloessl: https://github.com/bastibl/gr-ieee802-11/tree/maint-3.8/examples Setting up the wifi_tx.grc  example.  Only thing I’ve changed is the address for my B210 in the UHD: USRP Sink. Selected the sample rate of 20Mhz and the

Re: gr-ieee802-11

2023-06-23 Thread Mike Sousa
Those tutorials have been helpful. I have some questions that may be applicable to other packages I try besides the gr-ieee-11. Some of the parameters I wish to try are:   I’m looking for the blocks/fields to set the following: Channels 50, 52, 54, 58 which I understand to be 160Mhz, 20Mhz, 4

Fw: gr-ieee802-11

2023-06-23 Thread Mike Sousa
Thanks Felipe for the advise. I’m using the examples from Bastian Bloessl: https://github.com/bastibl/gr-ieee802-11/tree/maint-3.8/examples Setting up the wifi_tx.grc  example.  Only thing I’ve changed is the address for my B210 in the UHD: USRP Sink. Selected the sample rate of 20Mhz and the

Re: gr-ieee803-11

2023-06-22 Thread Mike Sousa
My image of the flow of control did not go through, so here it is using plain text GNU Radio commands --->  B210  ---  output from TX/RX port on a wire  --->  Xlinx Zynq UltraScale I've connected and sent commands to the B210, but I'm curious about how to get wifi from the B210 to the Xil

Re: gr-ieee803-11

2023-06-22 Thread Mike Sousa
The flow of control/signals On Thursday, June 22, 2023 at 03:22:45 PM EDT, Mike Sousa wrote: Hi First off, I want you to know that I have limited gnuradio and grc experience.  I have gr-ieee803-11, maint-3.10 loaded into grc. I am planning to just use the transmit parts of

gr-ieee803-11

2023-06-22 Thread Mike Sousa
Hi First off, I want you to know that I have limited gnuradio and grc experience.  I have gr-ieee803-11, maint-3.10 loaded into grc. I am planning to just use the transmit parts of the package. It looks like it takes a number of blocks on the output of the the USRP (in my case, a B210) to get

Re: How can I split a periodic signal?

2022-08-25 Thread Mike Markowski
se Raw Headerless). Don't worry about audacity's sample rate because you're editing raw i/q anyway. This allows editing down to the sample level. Good luck! Mike ab3ap On 8/25/22 1:52 PM, James Wanga wrote: I'm receiving a phase modulated signal representing a periodic pulsed

Receive packet handler problem in UHD 4.1 via radioconda

2022-04-22 Thread Mike
Hello, I have a C++ program running under Red Hat Enterprise Linux 8.5 using UHD 4.1.0 via radioconda with a B200 that experienced a receive packet handler exception (see the trace below).  The exception occurred after several days of continuous execution. I'm looking for the proper steps to

Re: RHEL repository for latest GNURadio?

2022-02-27 Thread Mike
Thank you for your response.  Is there a repository for a more recent version, like 3.10? Regards, Mike On 2/27/2022 3:33 AM, Vasil Velichkov wrote: Hi Mike, You can install gnuradio 3.8.0.0 from the EPEL repository. https://docs.fedoraproject.org/en-US/epel/#_el8 Regards, Vasil On

RHEL repository for latest GNURadio?

2022-02-26 Thread Mike
Hello, I'm moving an existing application that relies on GNURadio from Ubuntu to Red Hat Enterprise Linux 8.5. The default RHEL repositories don't know about gnuradio: $ sudo yum install gnuradio Updating Subscription Management repositories. Last metadata expiration check: 0:52:27 ago No ma

Questions on B200 PPS

2021-09-10 Thread Mike
Hello, We are using an external GPSDO to provide 10 MHz and PPS into a B200. Our application collects a fixed number of samples at 50 MSPS using a stream command (UHD_STREAM_MODE_NUM_SAMPS_AND_DONE and the timespec for the next PPS).  In this way we rely on the USRP to provide samples that begin

UHD function to determine USB version?

2021-08-27 Thread Mike
Hello, I apologize if I missed it in the documentation, but is there a UHD function that will return the USB version (e.g. USB 2 or USB 3) that the USRP is using? I'm using a B200 in a custom C++ program and would like to programmatically verify the USB connection speed before attempting high rat

Re: Working Narrowband FM examples?

2021-08-05 Thread Mike Markowski
HackRF was mentioned in this thread, and you might compare that src setting to yours. (Also, not sure why I had RF gain maxed. Better to lower that...) Good luck, Mike On 8/4/21 1:40 PM, Nathan Van Ymeren wrote: Hi Mike, That's exactly what I was looking for, thanks. However:  I swappe

Re: Working Narrowband FM examples?

2021-08-03 Thread Mike Markowski
icial Tutorials" with the link "Here are my versions" where you'll find nbfm.grc. It's very simple, using filter/squelch/NBFM Receive block and runs here on grc 3.8.2.0, a promising sign. Hope it's useful, Mike On 8/3/21 2:40 AM, Nathan Van Ymeren wrote: Hello,

Using an E310 in place of a B200

2021-07-20 Thread Mike
Hello, We are working with the srsRAN software package (www.srslte.com).  Our hardware configuration is a laptop running the srsRAN application under Ubuntu, connected via USB to a USRP.  It runs well with B200s, however we do not have access to B200s at the location where our testing will take pl

UHD buffer high water mark

2021-05-07 Thread Mike
Hello, I am running a B200 with UHD 3.15 at 50 MSPS with sc8 on the wire and host format.  I use a device argument of "num_recv_frames=1024" in an attempt to minimize the occurrence of overflows.  Is there a way of knowing how many of these frames are filled before being read, something like a hig

Solved! - Re: USRP UHD Source problem

2021-04-25 Thread Mike Markowski
With thanks to Christophe for his excellent advice, removing ~/.cache/grc_gnuradio/cache.json fixed things up. After needing to do this now & then, I have a new gr heuristic: if (weirdnessReigns) { delete cache.json; } Thanks, Christophe! Mike On 4/24/21 2:55 PM, Mike Markowski w

Re: USRP UHD Source problem

2021-04-24 Thread Mike Markowski
still get errors previously posted. Are there other files gnuradio-companion is looking at that could be the culprit? Thanks, Mike On 4/24/21 1:04 PM, Mike Markowski wrote: Thanks for checking, Christophe.  I agree that it's strange.  I've been away from gnuradio doing some cyclo

Re: USRP UHD Source problem

2021-04-24 Thread Mike Markowski
grade, shows a date of April 9. I'll share debugging breakthroughs, but would be glad to hear from others if your GR 3.8.1.0 is or isn't running fine. Most likely, it's my environment since I don't see a flurry of 'me too' notes. Mike On 4/24/21 12:16 PM, Christoph

USRP UHD Source problem

2021-04-24 Thread Mike Markowski
mako/runtime.py", line 106, in __getitem__ return compat_builtins.__dict__[key] KeyError: 'len_tag_name' [... still more...] Is anyone else seeing this error? Thanks, Mike uhdTest.grc Description: application/gnuradio-grc

Re: Receive amplitude consistency

2021-04-21 Thread Mike
e signal generator. > > Sent from my iPhone > >> On Apr 21, 2021, at 12:27 AM, Mike wrote: >> >> Hello, >> >> I'm hoping someone can shed some light on an apparent inconsistency >> issue I'm seeing with received I/Q amplitude. >> >&

Receive amplitude consistency

2021-04-20 Thread Mike
Hello, I'm hoping someone can shed some light on an apparent inconsistency issue I'm seeing with received I/Q amplitude. I have a B200 directly connected to an arbitrary waveform generator through an attenuator.  The generator is programmed to repeatedly send a fixed sequence of AM pulses at a se

Re: B200 clock and pulse timing

2021-04-06 Thread Mike
D. Leech wrote: > On 04/06/2021 07:14 PM, Mike wrote: >> >> Hello, >> >> I’d like to better understand the clock in the B200/B210. >> >> First, what is the actual resolution of the clock?  Is it any more >> precise than the 100 nanoseconds a 10 MH

B200 clock and pulse timing

2021-04-06 Thread Mike
Hello, I’d like to better understand the clock in the B200/B210. First, what is the actual resolution of the clock?  Is it any more precise than the 100 nanoseconds a 10 MHz external reference provides?  When the USRP timing is set to external, does the 10 MHz directly increment the clock or is t

Re: Combined constellation modulator/Decoder do not seem to work

2021-03-12 Thread Mike Markowski
Hi George, You used differential encoding but forgot differential decode. I added the block in the attached. (I disabled your file creation and displayed to gui, easier for me to check.) Little things are the hardest to spot. :-) Mike Markowski On 3/12/21 4:46 PM, George Edwards wrote

Re: Combined constellation modulator/Decoder do not seem to work

2021-03-12 Thread Mike Markowski
e bit stream plot and allow a second or two after changing delay to see the effect. Hope this helps, Mike Markowski On 3/12/21 10:37 AM, George Edwards wrote: Hello, I cannot get the combined Constellation Modulator/Decoder as shown below to work. The figure below is an example from the o

Accuracy of rx_time in UHD API stream receive command?

2021-01-04 Thread Mike
Hello, I apologize if this is covered in a document somewhere, but from exactly where is the rx_time value in the UHD API stream receive command derived? I'd like to determine how close that value is to the actual arrival time of the signal at the antenna (in nanoseconds) and the variance I might

gnuradio error

2020-02-11 Thread Mike Gilmer
#x27;) Warning: restarting the docstring loader (crashed while loading 'qtgui_histogram_sink_x') Warning: docstring loader crashed too often The gnuradio GUI opens up but using QT widgets causes a seg fault. Any help appreciated. Mike

Re: Recommendation for high sample rate receiver?

2020-02-01 Thread Mike
Thank you to all who commented. The target signal of interest uses pulse modulation where each pulse is 1 microsecond in duration, with a rise time of less than 0.1 microsecond and a decay time of less than 0.2 microseconds.  The goal is to identify the start (arrival) of a transmission at each r

Re: Recommendation for high sample rate receiver?

2020-01-26 Thread Mike
sn't that bandlimited, or you forgot > to tell us an important requirement (or you might have your math > wrong). > > Best regards, > Marcus > > On Sun, 2020-01-26 at 14:13 -0500, Brian Padalino wrote: >> On Sun, Jan 26, 2020 at 1:20 PM Mike wrote: >>> Hello, >

Recommendation for high sample rate receiver?

2020-01-26 Thread Mike
Hello, I am hoping someone on the list could suggest a device that receives in lower L-band (1.0 to 1.6 GHz) and can cover 6 MHz (+/- 3 MHz around center) at (and here's the trick) 500 MS/second with at least 8 bits of resolution.  I'm looking for 2 ns baseband samples from multiple receivers to p

Re: [Discuss-gnuradio] multi_usrp: RX channel LARGENUMBER out of range for configured RX frontends

2019-02-19 Thread Mike Johnson
I guess I should have debugged a bit longer before posting. The problem has been solved. Once I entered in "[0,1]" into the Stream Channels text box in the USRP Source element in my GRC flow graph, both channels began receiving. Thanks. On Tue, Feb 19, 2019 at 9:50 AM Mike Johnson w

[Discuss-gnuradio] multi_usrp: RX channel LARGENUMBER out of range for configured RX frontends

2019-02-19 Thread Mike Johnson
I have an X310 with two UBX-160 v2 daughter cards installed. I've built a single channel GRC flow graph, using Subdev Spec of "A:0" then "B:0", to confirm that each of the daughter cards receives correctly. However, when I increase the Num Channels from 1 to 2 in GRC, and use a Subdev Spec of "A:

[Discuss-gnuradio] uhd_swig still missing

2018-10-01 Thread Mike Gilmer
I reported this problem previously (July 2018 timeframe) and I am still wrestling with it. Running Fedora 28 on Dell laptop. Prior to updating laptop to Fed 28, gnuradio worked fine. I ran dnf remove uhd (which removed gnu radio as well) and then reinstalled them using dnf install And just like

[Discuss-gnuradio] E310: Setting "master clock"

2018-07-10 Thread Mike Gilmer
s during start up that the E310 is selecting the clock_rate per my settings, and it's also not throwing any decimation error when I deliberately mismanage the clock-sample rate ratio. So, does anyone see a problem with what I've done or how? Is there a doc with these

Re: [Discuss-gnuradio] Missing uhd_swig

2018-07-09 Thread Mike Gilmer
IIRC I built from source both this time and previously (under Fedora 23) because the "package" would not build successfully. Mike On Mon, Jul 9, 2018 at 1:53 PM, Müller, Marcus (CEL) wrote: > Hm, did you also build UHD from source on your old Fedora? > On Mon, 2018-07-09 at 1

[Discuss-gnuradio] Missing uhd_swig

2018-07-09 Thread Mike Gilmer
py", line 37, in import_module __import__(name) ImportError: No module named _uhd_swig Any help appreciated. Thanks Mike ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Import Error running companion after upgrade to Fedora 27

2018-01-30 Thread Mike Gilmer
(try using -rpath or -rpath-link) . . . Any ideas? Thanks. Mike On Tue, Jan 30, 2018 at 11:29 AM, Jeff Long wrote: > Import errors can happen for a variety of reasons, even if the packages > are still in the right place. A common reason is that libraries provided by > rpms, and that gnurad

[Discuss-gnuradio] Import Error running companion after upgrade to Fedora 27

2018-01-30 Thread Mike Gilmer
directory) I've checked the two env variables and they are set properly AFAIK. $ echo $PYTHONPATH /usr/local/lib64/python2.7/site-packages $ echo $LD_LIBRARY_PATH /usr/lib64 Any advice would be appreciated. -Mike ___ Discuss-gnuradio mailing

[Discuss-gnuradio] Getting consistent noutput_items

2017-10-25 Thread Mike Rex
es. Thanks in advance for any ideas or solutions. Mike ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] XML parameter checking

2017-10-19 Thread Mike Rex
p.s. for anyone who finds this thread in the future, Marcus meant gr-/analog//grc/analog_nbfm_rx.xml for an example of a mod in check tag. On 2017-10-19 2:36 AM, Marcus Müller wrote: Hi Mike, what's in the tag just needs to be a valid Python expression, afaik. So, $psize % 8 == 0 wou

[Discuss-gnuradio] XML parameter checking

2017-10-18 Thread Mike Rex
What would be the best way to make sure the user enters a parameter that is a multiple of 8 in the GRC XML file?  My first thought is this might do the trick, but seems there is no mod function for XML.  Any suggestions? $psize % 8 = 0 or $psize mod 8 = 0 Thanks in advance, Mike

Re: [Discuss-gnuradio] Install GNU Radio Live CD to Hard Disk

2017-09-07 Thread Mike Rex
with Persistence".  Make sure you grab the updated grub files from the mailing list link that's in that section. Regards, Mike On 2017-09-07 7:09 AM, Murray Thomson wrote: Hi Marcus, Thanks for the explanation, I was mistaken about removing the install option. My specific sit

Re: [Discuss-gnuradio] RuntimeError: udp_sink(1): insufficient connected output ports

2017-09-01 Thread Mike Rex
Ron, You can take these caps as enthusiastic shouting:  THANK YOU, THANK YOU, THANK YOU.  That fixed my issue. I really needed that to enjoy my weekend :) Glad you also mentioned needing to rebuild GNU Radio.  That really was necessary. Have a really great weekend! Thanks, Mike On 2017

[Discuss-gnuradio] RuntimeError: udp_sink(1): insufficient connected output ports

2017-08-31 Thread Mike Rex
following, where the "NUM needed" varies from run to run: Traceback (most recent call last):   File "/home/mike/top_block.py", line 110, in     main()   File "/home/mike/top_block.py", line 99, in main     tb.start()   File "/usr/local/lib/python2.7/dist-

Re: [Discuss-gnuradio] Command line compile GRC xml

2017-08-30 Thread Mike Rex
ssues/1018 Corrective action: I will tell colleague we need newer gnuradio version. Regards, Mike On 2017-08-30 7:03 PM, Mike Rex wrote: Marcus, Thank you for the reply. There was a miscommunication with my colleague.   He got a /different /error with grcc and not gtk related.  He ran th

Re: [Discuss-gnuradio] Command line compile GRC xml

2017-08-30 Thread Mike Rex
is.  I'll look into this python.Platform issue and report back if grcc doesn't run successfully like it did on my test linux PC. Thanks, Mike On 2017-08-30 6:18 PM, Marcus Müller wrote: Dear Mike, in theory, GRCC really shouldn't need X11 at all. Can you elaborate on w

Re: [Discuss-gnuradio] Command line compile GRC xml

2017-08-30 Thread Mike Rex
08/29/2017 08:32 PM, Mike Rex wrote: That looks like its exactly what I am looking for.  Probably good to mention in the gnuradio wiki "Developing GNU Radio" section.  Note to self... Thanks! Regards, Mike If you're running on a DSP device, you might not want X11 to try and sta

Re: [Discuss-gnuradio] Command line compile GRC xml

2017-08-29 Thread Mike Rex
That looks like its exactly what I am looking for.  Probably good to mention in the gnuradio wiki "Developing GNU Radio" section.  Note to self... Thanks! Regards, Mike On 2017-08-29 7:56 PM, Kyeong Su Shin wrote: Are you looking for 'grcc'? Reg

[Discuss-gnuradio] Command line compile GRC xml

2017-08-29 Thread Mike Rex
I'm looking for a way to compile a GRC xml example into a python flow graph to be ran on a headless DSP device.  When I googled for the options,  I got this Ubuntu page (http://manpages.ubuntu.com/manpages/xenial/man1/gnuradio-companion.1.html) based on 3.7.9.1 that had the "--compile" option. 

Re: [Discuss-gnuradio] Scanoo_rx: New GUI, Center Freq Hopping & SSB Modulation

2017-05-10 Thread Mike Jameson
Lou, Apologies for the late reply. > Mike, thanks for the detailed explanation. Is there a reason for doing the > channel selection via FFT/IFFT method as opposed to a frequency xlating > filter? Maybe it's more efficient since you needed to do the FFT anyway for > the s

Re: [Discuss-gnuradio] Block position with different screen resolutions

2016-11-01 Thread Mike Thebo
st regards, Mike Am 27.10.2016 um 23:30 schrieb Sebastian Koslowski: > Its not rejected permanently, it was just merged it prematurely. Since GitHub > won't let you reopen a PR I had to issue a new one > > There should be link at the bottom. > > To test this you can run GRC

Re: [Discuss-gnuradio] Block position with different screen resolutions

2016-10-27 Thread Mike Thebo
k if I get usability for that. Best regards, Mike Am 25.10.2016 um 11:53 schrieb Koslowski, Sebastian (CEL): > Sounds like this could help: https://github.com/gnuradio/gnuradio/pull/1064 > > Sebastian > > On 10/24/2016 10:30 PM, Mike Thebo wrote: >> Hi all, >> >

Re: [Discuss-gnuradio] slicing up a 'file-sink' capture?

2016-09-24 Thread Mike Walters
The git version of inspectrum should do just what you want - you can select a period of time with the cursors and export it by right-clicking the spectrogram. On 24 September 2016 at 20:44, Cinaed Simson wrote: > Might want to look at inspectrum. > > The size of the FFT can be varied, it has zoo

Re: [Discuss-gnuradio] Problem with gnuradio-companion

2016-08-03 Thread Mike Willis
find it? Presumably in a switch to cmake but there is nothing about this I can find in the pybombs documentation. Mike On Wed, Aug 3, 2016 at 7:34 PM, Mike Willis wrote: > The file is there so its not that. Nor was the suggestion by Cinaed > Simson successful. Gnuradio runs OK, but not gn

Re: [Discuss-gnuradio] Problem with gnuradio-companion

2016-08-03 Thread Mike Willis
The file is there so its not that. Nor was the suggestion by Cinaed Simson successful. Gnuradio runs OK, but not gnuradio-companion. Hmm. mike@mjw-i7:~/gnuradio/lib/python2.7/dist-packages/gnuradio/grc$ ls -l total 52 -rw-r--r-- 1 mike mike 2374 Aug 1 12:22 checks.py -rw-r--r-- 1 mike mike 2420

[Discuss-gnuradio] Excellent blog about SDR development...

2016-08-02 Thread Mike Harpe
n the tools. The notes about board design were also very educational. Mike Harpe, N4PLE Sellersburg, IN ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Problem with gnuradio-companion

2016-08-01 Thread Mike Willis
I can't fix this one - 3 hours trying and I have given up. Ubuntu 16.04. gnuradio-companion isn't working. Everything else seems to be fine, existing flowgraphs run OK, even gqrx. I have tried a complete re-installation, right back to the pybombs prefix init stage but no dice. Any id

[Discuss-gnuradio] Fwd: Re: Sigh - 16.04 build failure

2016-05-09 Thread Mike
being selected which is why it failed to build. I deleted the older version and build progressed. So what else has the version upgrade left lurking? Mike ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/lis

[Discuss-gnuradio] Sigh - 16.04 build failure

2016-05-07 Thread Mike Willis
Why is it always so difficult? Assume something broken in latest Ubuntu LTS pybombs -vv install gnuradio > error.txt [ 62%] Built target pygen_volk_python_volk_modtool_fe055 [ 62%] Built target pmt_generated [ 62%] Built target pygen_volk_python_volk_modtool_00079 [ 62%] Built target volk_obj [ 6

[Discuss-gnuradio] Pybombs hates anaconda

2016-04-22 Thread Mike Markowski
lains that it can't find cheetah even though cheetah v2.4.4 is in /usr/bin/. Definitely not end of the world since is easy enough to not use anaconda tree, but we also have other things like gpib control, etc., that would be nice to not install twice. Thanks! Mike

Re: [Discuss-gnuradio] Build problems with pybombs

2016-03-06 Thread Mike Willis
Sorry - wrong one - the similar thread was from April last year http://lists.gnu.org/archive/html/discuss-gnuradio/2015-04/msg00151.html On Sun, Mar 6, 2016 at 2:53 PM, Mike wrote: > Here is the rather similar error I referred to earlier, not the same but > similar character

Re: [Discuss-gnuradio] Build problems with pybombs

2016-03-06 Thread Mike
Here is the rather similar error I referred to earlier, not the same but similar characteristics ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Fwd: Pybombs 2.0 woes

2016-03-06 Thread Mike Willis
. PyBombs.install - ERROR - Error installing package uhd. Aborting. mike@mjw-toshiba:~/pybombs$ ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Pybombs 2.0 woes

2016-03-05 Thread Mike Willis
od motto is to assume nothing and please make sure you declare everything. Mike ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] How to uninstall pybombs 2.0

2016-02-08 Thread Mike Markowski
re more or less identical so that what pybombs does there works in the lab.) Mike Markowski On Mon, Feb 8, 2016 at 10:03 AM, Collins, Richard < richard.coll...@axenterprize.com> wrote: > Scratch that. > > Perhaps add this little nugget of info to the README? (for people like

[Discuss-gnuradio] Problem in installing - uint64_t appears to be undefined.

2016-01-16 Thread Mike Willis
utils/CMakeFiles/query_gpsdo_sensors.dir/query_gpsdo_sensors.cpp.o [ 95%] Building CXX object utils/CMakeFiles/octoclock_firmware_burner.dir/octoclock_firmware_burner.cpp.o /home/mike/pybombs/src/uhd/host/utils/converter_benchmark.cpp: In function ‘std::string item_to_hexstring(const void*, size_t

Re: [Discuss-gnuradio] SSB/CW/FM tranceiver

2015-11-08 Thread Mike Willis
Thanks all - Ron that was just what I was looking for - and to Markus, you don't make a transmitter because you want one, you do it because you can. Not having antennas is hardly a handicap. You can still build a system with lots of power to warm a dummy load, because it's fun to do that

[Discuss-gnuradio] SSB/CW/FM tranceiver

2015-11-07 Thread Mike Willis
4m to 6cm, yet I see little work on such things, which is odd. Maybe there is no interest but there might be. Mike ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] GNU Radio Companion error: segmentation fault (core dumped)

2015-09-28 Thread Mike Gilmer
: Segmentation fault (core dumped) Any ideas? -Mike ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-25 Thread Mike Gilmer
Guys, The RAM came a day late (thanks USPS) and I installed it and ran the script again Thursday and it finished this time with no errors. Now I have to see if I actually ended up with a usable "GNU Radio" installation. Thanks for the help! Mike On Wed, Sep 23, 2015 at 9:58 AM, M

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-23 Thread Mike Gilmer
LOL... good thing I already ordered some and am getting RAM in the mail today! Mike On Wed, Sep 23, 2015 at 9:53 AM, Marcus Müller wrote: > "Killed" in almost all cases means "killed by the out-of-memory watchdog of > your operating system". You'll still ne

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-23 Thread Mike Gilmer
l] Error 2 make: *** [all] Error 2 make failed Exiting Gnu Radio build/install The complete output is at http://pastebin.com/jpA005nP <-- sorry about the control chars- next time maybe! Mike ___ Discuss-gnuradio mailing list Discuss-gnuradio@

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread Mike Gilmer
I ran the mako template as suggested and the output indicated it was already up-to-date. I'm still looking back through this chain since it seem there are a lot of options Mike On Sep 22, 2015 11:35 AM, "Peter Mathys" wrote: > As noted elsewhere the failure to find libzm

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread Mike Gilmer
E TIME <= UHD build apparently failed Exiting UHD build ++ Again, I appreciate the help! -Mike On Mon, Sep 21, 2015 at 11:48 PM, Mike Gilmer wrote: > I'm running 14.04 and yes I have Internet access (that was part of the > aforementioned &

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-21 Thread Mike Gilmer
rror - it couldn't find libzmq1-dev; I don't know what that'll mean Thanks! Mike On Mon, Sep 21, 2015 at 11:27 PM, James Humphries wrote: > Hi Mike, > > Did you update your package manager? Usually helps when I get errors. > > sudo apt-get update && sudo

[Discuss-gnuradio] GNU Radio installation script

2015-09-21 Thread Mike Gilmer
7; in known package repositories SOME THINGS MAY NOT BUILD AS A RESULT However, the descruiption etc.. It appears that a major step is missing or broken. Can someone help me on this? Thanks! Mike ___ Discuss-gnuradio mailing list Discuss-gnuradio@gn

Re: [Discuss-gnuradio] pybombs installation fails

2015-09-16 Thread Mike Gilmer
ced for college with a Mac) So perhaps I'll repurpose the newer machine as a Linux box. Mike On Wed, Sep 16, 2015 at 9:51 PM, Richard Bell wrote: > Mike, > > Have you stepped through the procedures outlined in the following two links > already: > https://gnuradio

Re: [Discuss-gnuradio] pybombs installation fails

2015-09-16 Thread Mike Gilmer
nally - figure out how to install linux,and in theory have an easier time of gnuradio, or try the windows procedure. A co-worker thought the windows path would be better but these kinds of problems are exactly why I was (and still am) seriously considering the linux route. Mike On Wed, Sep 16, 2015

Re: [Discuss-gnuradio] pybombs installation fails

2015-09-16 Thread Mike Gilmer
I'm new to this. ..are you asking me to run that install command. .. or? Mike On Sep 16, 2015 5:03 PM, "Chris Kuethe" wrote: > This is what PyBOMBS does... > > https://github.com/gnuradio/pybombs/blob/0382f9253a44135677b656ef08ba438f57f65625/mod_pybombs/sysutils.py#L39

Re: [Discuss-gnuradio] pybombs installation fails

2015-09-16 Thread Mike Gilmer
I'm running a cygwin shell. Mike On Wed, Sep 16, 2015 at 4:33 PM, Mike Gilmer wrote: > Thanks guys. > > The output (somewhat abbreviated) is at http://pastebin.com/BqvwB58y > > I am running Windows 8.1 > > Mike > > On Wed, Sep 16, 2015 at 3:52 PM, Tom Rondeau w

Re: [Discuss-gnuradio] pybombs installation fails

2015-09-16 Thread Mike Gilmer
Thanks guys. The output (somewhat abbreviated) is at http://pastebin.com/BqvwB58y I am running Windows 8.1 Mike On Wed, Sep 16, 2015 at 3:52 PM, Tom Rondeau wrote: > On Wed, Sep 16, 2015 at 3:48 PM, Chris Kuethe > wrote: >> >> capture the output from "./pybombs in

[Discuss-gnuradio] pybombs installation fails

2015-09-16 Thread Mike Gilmer
ed to install make") Can anyone help me through this step? Thanks. Mike ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] A small error in benchmark_tx file

2015-09-07 Thread Mike Jameson
'0' correctly if not specified on the command line. This may be related to the following bug: https://gnuradio.org/redmine/issues/705 Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Sun, Sep 6, 2015 at 10:08 PM, Dave Allen wrote: > Hi all,

Re: [Discuss-gnuradio] gr-rds

2015-09-05 Thread Mike
concerning the hardware to the USPR-users mailing list. Best regards, Mike > Hi Marcus, > > I hoped so, that is why I bought one ;-). I think the max is 73dB. The > actual value I set with a slider is 90dB. Thus I am pretty much maxed > out there. But like I wrote earlier, that

Re: [Discuss-gnuradio] pybombs difficulty

2015-08-03 Thread Mike Markowski
Cheetah within the anaconda tree and I believe all is well. I can say for sure when compiling completes! Thanks for the speedy and helpful replies, Mike On Mon, Aug 3, 2015 at 8:38 PM, West, Nathan wrote: > Logan, > > For your case deleting inventory.dat would do the trick of ef

[Discuss-gnuradio] pybombs difficulty

2015-08-03 Thread Mike Markowski
failed. Re-trying with higher verbosity. make: *** No targets specified and no makefile found. Stop. Build failed. See output above for error messages. Any hints as to what is going wrong? Thanks, Mike ___ Discuss-gnuradio mailing list Discuss-gnuradio

Re: [Discuss-gnuradio] Fwd: Creating a FFT plot like the one in this youtube variable

2015-07-23 Thread Mike Harpe
st to read the introductory material. It's starting to make sense after investing months of hobby time in it. This list is an invaluable resource as well. Mike Harpe, N4PLE Sellersburg, IN On Thu, Jul 23, 2015 at 9:27 AM, Marcus Müller wrote: > Hi Ashraf, > > A single complex sine

Re: [Discuss-gnuradio] Pybombs UHD install

2015-07-19 Thread Mike Willis
I will see once it finishes compiling. Mike On Sun, Jul 19, 2015 at 10:27 PM, Mike Willis wrote: > Ah – and what is Mako? Google reveals: > > > > “Mako is a template library written in Python. It provides a familiar, > non-XML syntax which compiles into Python modules for maximum

Re: [Discuss-gnuradio] Pybombs UHD install

2015-07-19 Thread Mike Willis
Ah – and what is Mako? Google reveals: “Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance” Wonder why I didn’t think of that! Mike From: West, Nathan [mailto:n...@ostatemail.okstate.edu

  1   2   3   4   >