[Discuss-gnuradio] new wide-coverage receiver

2005-05-02 Thread ed
this new wide-coverage receiver might interest some on the list. interesting specs. the manufacturer is hobbyist-friendly, so it might be actually priced somewhere in the range of reality... -bernieS http://radio.tentec.com/Commercial/RX400 RX-400 PRELIMINARY SPECIFICATIONS FREQUENCY COVERAGE:

RE: [Discuss-gnuradio] new wide-coverage receiver

2005-05-04 Thread ed
/products/index.cfm?gID=17&productID=685 -bernieS At 03:39 PM 5/3/05 +0930, Berndt Josef Wulf wrote: G'day, If the price tag for the RX340 is any indication at US$3950.00, the RX400 definitely won't be a hobby friendly price rig. cheeiro Berndt From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

[Discuss-gnuradio] EETimes article on SDR

2005-11-22 Thread Ed
hat future articles can benefit ;-) -ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] M&M clock recovery for async digital signal

2017-03-17 Thread Ed
alue mm_val in M&M implementation, but definitely makes its analysis more complicated. Hope this is still useful to you. Cheers, Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Building GNURadio on Mac 10.9.5 using Homebrew Problems

2014-11-05 Thread Ed
::__1::vector >&, std::__1::vector >&) in sink_uc_impl.cc.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [gr-video-sdl/lib/libgnuradio-video-sdl.3.7.6git.dylib] Error 1 make[1]: *** [gr-vi

[Discuss-gnuradio] Problems building GNURadio

2014-08-11 Thread Ed
Hi: I am having problems building gnuradio on armV7 that I cannot figure out. I am using pybombs. Here is a snapshot of the errors during the build: Built target pygen_gr_vocoder_examples_6232c [ 23%] Built target fcd_swig_swig_doc [ 24%] Built target pygen_gr_fcd_python_fcd_2e9af [ 24%] Built t

[Discuss-gnuradio] Errors in Terminal prior to execution of GNURadio-Companion

2014-09-07 Thread Ed
category tree. Warning: Block key "qtgui_vector_sink_f" not found when loading category tree. <<< Welcome to GNU Radio Companion 3.6.4.2 >>> Showing: “" As you can see I lost most of the QT stuff that I need. Any Ideas on what I did wrong in the installation or configuration? Thanks, Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] USRP Competition

2015-11-17 Thread Ed Criscuolo
spectrum. Its up to you. But you'll be REALLY unpopular if you plop a 6 MHZ wide channel right in the middle of the voice VHF band! Not to mention earning a visit from the FCC (if you're in the US)! @(^.^)@ Ed On 11/17/15 5:07 PM, Rama V wrote: Thanks for the reply Marcus. So thi

Re: [Discuss-gnuradio] DSSS sync question

2016-02-05 Thread Ed Criscuolo
same, except that you're looking for a correlation over a bigger chunk of data (ie - a whole sync word) instead of over just one bit. @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] S printouts and then either U printouts (and fails/stops transmitting) or seg fault with 4 USRPs

2016-06-23 Thread Ed Criscuolo
Do you have four unique IP addresses assigned to the four USRPs? If they all have the same default address, this could cause the four packet streams to look like one stream, but the sequence numbers wouldn't track, hence the ""s. @(^.^)@ Ed On 6/23/16 10:24 PM, Pavan

[Discuss-gnuradio] proper use of start(), stop(), and wait() to interact with program flow

2016-06-29 Thread Ed Coleman
is produced. I'm sure I've missed something fairly basic, any help would be appreciated. Thanks. -Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] proper use of start(), stop(), and wait() to interact with program flow

2016-06-29 Thread Ed Coleman
Kevin: Thank you for the quick and complete reply, I appreciate the help! -Ed On Wed, Jun 29, 2016 at 11:04 AM, Kevin Reid wrote: > On Jun 29, 2016, at 07:50, Ed Coleman wrote: > > if __name__ == '__main__': > > simpleTone().run() > > > > The code ab

[Discuss-gnuradio] Seeking a method to expose a floating point value @ the flow graph sample rate

2016-07-19 Thread Ed Coleman
Considering the simple flow graph attached, a random number is generated at a sample rate of 32kHz. I’m seeking a method to ‘expose’ the floating point number to external python code. This code would need to be updated at every 'tic' of the sample rate. Initially I had considered using the probe

Re: [Discuss-gnuradio] Seeking a method to expose a floating point value

2016-07-19 Thread Ed Coleman
mples per second out of this block and into an array in python so that I can manipulate the data. It seems as though this may be a more in depth question than I realized. -Ed - Hi Ed, to what do you need that number "delivered"? That's the interesting poin

Re: [Discuss-gnuradio] Seeking a method to expose a floating point value

2016-07-20 Thread Ed Coleman
rs with a chunk of workload at once; so possibly > this isn't even a problem, because the program you want to use to work on > that data might be expecting buffers of samples, too. > > Best regards, > > Marcus > On 19.07.2016 22:11, Ed Coleman wrote: > > Hello Mar

Re: [Discuss-gnuradio] samples/symbols CPFSK

2016-07-21 Thread Ed Criscuolo
Your flowgraph intrinsically has one symbol per sample in the data generation portion. You need a resampler just ahead of the throttle to interpolate in order to increase the number of samples per symbol. @(^.^)@ Ed Sent from my iPhone > On Jul 21, 2016, at 3:15 PM, Olivier Goyette >

Re: [Discuss-gnuradio] help me to design a hierarchical block

2016-07-25 Thread Ed Coleman
. Within the hier block I have a parameter block with the ID 'avgLength' and the moving average block has a length of 'avgLength' and a scale of '1.0/avgLength'. How do I pass the value of avgLength from the top block into the parameter of the hier block? Thanks in

Re: [Discuss-gnuradio] help me to design a hierarchical block

2016-07-25 Thread Ed Coleman
I 'thought' that my reply would appear threaded within the discussion I was reading ( https://lists.gnu.org/archive/html/discuss-gnuradio/2013-02/msg00336.html) my apologies for any confusion On Mon, Jul 25, 2016 at 3:35 PM, Ed Coleman wrote: > This was a very helpful in

Re: [Discuss-gnuradio] help me to design a hierarchical block

2016-07-26 Thread Ed Coleman
Thank you Marcus. I was overlooking the input fields in the property settings for the hier block. As usual the answer seems simple once it is explained. -Ed On Mon, Jul 25, 2016 at 4:36 PM, Marcus Müller wrote: > For lazy people: This is about generating hier blocks with GRC. > > E

Re: [Discuss-gnuradio] Constant carrier digital transmission

2016-08-16 Thread Ed Criscuolo
ifo is still empty, push a FLAG into it if(d_fifo.empty()) { push_flag(); } // Output a bit from the bitbuf in the low-order bit of the output byte outbuf[i] = d_fifo.pop(); } return noutput_items; } @(^.^)@ Ed On 8/16/16 8:12 PM, Inspire Me wrote: Hi Ed Thank you for

Re: [Discuss-gnuradio] Constant carrier digital transmission

2016-08-16 Thread Ed Criscuolo
On 8/16/16 11:28 PM, Inspire Me wrote: Hi Ed Much appreciated. You mentioned latency due to queued flags. This has potential to cause us issues. I was wondering if it is possible to build a block as a sort of switch that takes input from the standard HDLC Framer but executues continuously, ie

[Discuss-gnuradio] CommRadio CR-1a

2016-09-06 Thread Ed Criscuolo
cr-1a-reference/ @(^.^)@ Ed Sent from my iPhone > On Sep 6, 2016, at 4:34 AM, Marcus Müller wrote: > > Yes, you can :) Offering synchronization using external 10MHz and PPS signals > is the purpose of the Octoclock-G ! > > However, the B210's LOs will have a random phas

Re: [Discuss-gnuradio] CommRadio CR-1a

2016-09-06 Thread Ed Criscuolo
On 9/6/16 10:56 PM, Cinaed Simson wrote: On 09/06/2016 02:05 PM, Ed Criscuolo wrote: I've just ordered one of these SDR standalone radios, It appears to be a radio - not a SDR. No, it is an SDR internally, with a self-contained User interface and sound output that makes it a complete

Re: [Discuss-gnuradio] Poly phase channelizing in Blade Or USRP

2016-09-26 Thread Ed Criscuolo
What about an RFNoC solution? @(^.^)@ Ed Sent from my iPhone > On Sep 26, 2016, at 7:16 PM, Sylvain Munaut <246...@gmail.com> wrote: > > Hi, > > >> It seems like a perfect fit for a poly phase filter - however this is >> something that I believe needs to

Re: [Discuss-gnuradio] High Flowgraph Latency in 3.6.4.1

2014-10-10 Thread Ed Criscuolo
Yep, that was me. I was getting to pipe-in with the same suggestion. @(^.^)@ Ed On 10/10/14 8:20 PM, Vanush Vaswani wrote: I ran into this problem when doing 57.6kbps BPSK decoding, AX.25. The only way I was able to fix it was to reduce GR_FIXED_BUFFER_SIZE in flat_flowgraph.cc. This is

Re: [Discuss-gnuradio] High Flowgraph Latency in 3.6.4.1

2014-10-10 Thread Ed Criscuolo
our application we were able to strike that balance. Your mileage may vary. @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Packet sequence numbers

2014-11-07 Thread Ed Criscuolo
e number to gen up a timestamp value for the header? @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Packet Header Generator

2014-11-14 Thread Ed Criscuolo
irection? Am I just missing it or is there no "generic" header formatter capability? @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Packet Header Generator

2014-11-15 Thread Ed Criscuolo
On 11/14/14 4:49 PM, Tom Rondeau wrote: On Fri, Nov 14, 2014 at 3:14 PM, Ed Criscuolo mailto:edward.l.criscu...@nasa.gov>> wrote: I'm trying to use the Packet Header Generator block (not the Default one) from within GRC to generate a packet header formatted to my own sp

Re: [Discuss-gnuradio] gnuradio on OS X without X11

2014-12-29 Thread Ed Criscuolo
Thanks Kai. Which OSX are you using: Mountain Lion, Mavericks, or Yosemite? @(^.^)@ Ed Sent from my iPod On Dec 29, 2014, at 6:44 AM, Kai Garrels wrote: > Dear all, > > not sure if this is still interesting: I managed to install gnuradio without > X11 on Mac OS X using

Re: [Discuss-gnuradio] QPSK Receiver and Processing Power

2015-02-18 Thread Ed Criscuolo
e portions of the flowgraph that are dealing with packed or unpacked data bits, as these are at a MUCH lower rate than the I/Q samples going into the demodulator. @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.o

Re: [Discuss-gnuradio] Release Announcement: GNU Radio 4.1

2015-04-01 Thread Ed Criscuolo
My blood pressure spiked for the first sentence and a half! (then I remembered the date) @(^.^)@ Ed On 4/1/15, 3:30 PM, Martin Braun wrote: *Move to .NET*: This is probably the biggest change for now. Because of our continuing troubles with SWIG, we decided to move to a different platform

[Discuss-gnuradio] OSX 10.10

2015-06-30 Thread Ed Criscuolo
:build /usr/local/include/sys/Conf.h:28:12: fatal error: 'iosfwd' file not found :info:build # include :info:build^ ... Is this a known problem? @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists

Re: [Discuss-gnuradio] OSX 10.10

2015-07-02 Thread Ed Criscuolo
entical. I may try editing my "myports.txt" file to omit all but the most recent versions of each port and try again. Failing that, the only course I see is to wipe everything again and start installing them one by one, by hand. :(( Any suggestions would be welcome. @(^.^)@ Ed On 7/1/15

Re: [Discuss-gnuradio] OSX 10.10

2015-07-03 Thread Ed Criscuolo
error: 'iosfwd' file not found :info:build # include :info:build ^ ... Help! @(^.^)@ Ed On 7/2/15, 12:43 PM, Michael Dickens wrote: Hi Ed - Sorry to hear of your troubles migrating / upgrading MacPorts. Yes, it can be a real pain. If you stick with default varia

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

2015-07-23 Thread Ed Criscuolo
sine wave should have a single peak on the spectrum. @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Gnuradio installs with pybombs on Windows 7 computer with VMWare 10 but not on Windows 10 computer with VMWare 12 Ubuntu 17.04

2017-09-25 Thread Ed Troy
I was using a different version of Ubuntu that time, but I am not sure. ED | -- RF, Microwave, Antenna, and Analog Design, Development,Simulation, and Research Consulting http://aeroconsult.com Aerospace Consulting LLC P.O. Box 536 Buckingham, Pa. 1891

[Discuss-gnuradio] Must have stuff in wrong directories, or something

2017-09-26 Thread Ed Troy
know I installed usrp and also rtl-sdr files, but apparently not in the correct place. My directory structure is: Any ideas where I went wrong, or how to fix this? Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org

[Discuss-gnuradio] Can't find "usrp simple source" in pybombs install of gnuradio-companion

2017-09-28 Thread Ed Troy
erything that I installed using pybombs. How do I get this into my setup without messing it all up? Using pybombs I installed everything into ~/prefix/default Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/l

[Discuss-gnuradio] Get error 3 when trying to connect to RTL-SDR

2017-09-28 Thread Ed Troy
="usb", ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="2838", GROUP="adm", MODE="0666", SYMLINK+="rtl_sdr" But, when I try to run the example, I still get the above error. Any ideas what I

Re: [Discuss-gnuradio] Get error 3 when trying to connect to RTL-SDR

2017-09-28 Thread Ed Troy
UBSYSTEM=="usb", ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="4014", GROUP="adm", MODE="0666", SYMLINK+="rtl_sdr" Ed On 9/28/2017 4:20 PM, Federico 'Larroca' La Rocca wrote: Hi, I think you've forgotten to blacklist the dvbt dr

[Discuss-gnuradio] Should I see R82XX PLL not locked?

2017-09-29 Thread Ed Troy
Micro R820T tuner [R82XX] PLL not locked! [R82XX] PLL not locked! Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] cheap sdr platform

2017-09-29 Thread Ed Troy
, they should be back on the market soon. And, as a student you can probably get one for $99. The worst case would be $150. Ed On 9/29/2017 4:18 AM, w xd wrote: Hello guys,                   Have some suggestion on the cheaper SDR platform for us to use with the GNURADIO software? As a

[Discuss-gnuradio] How to get PlutoSDR Sink and Source into Gnuradio in Linux Ubuntu 17.04

2017-11-21 Thread Ed Troy
get from the above-mentioned web site. Thanks, Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] How to get PlutoSDR Sink and Source into Gnuradio in Linux Ubuntu 17.04

2017-11-21 Thread Ed Troy
Hi Blake, I saw that, and some other things, but I am wondering if that will work in my case since I installed Gnuradio-companion using PYBOMBS. I believe that results in a totally different directory structure, but I am not sure. Regards, Ed On 11/21/2017 12:21 PM, Brashendeavours wrote

[Discuss-gnuradio] Fwd: Re: How to get PlutoSDR Sink and Source into Gnuradio in Linux Ubuntu 17.04

2017-11-21 Thread Ed Troy
Forwarded Message Subject: Re: [Discuss-gnuradio] How to get PlutoSDR Sink and Source into Gnuradio in Linux Ubuntu 17.04 Date: Tue, 21 Nov 2017 13:18:42 -0500 From: Ed Troy To: Brashendeavours My setup is under ~/prefix/default Actually, I had tried that

Re: [Discuss-gnuradio] How to get PlutoSDR Sink and Source into Gnuradio in Linux Ubuntu 17.04

2017-11-21 Thread Ed Troy
mbs install gr-iio Please try these instructions and if any give you an error, post that. gnuradio-companion gives me: Inline image 1 Blake On Tue, Nov 21, 2017 at 1:18 PM, Ed Troy <mailto:et...@aeroconsult.com>> wrote: My setup is under ~/prefix/default Actually, I had tr

Re: [Discuss-gnuradio] How to get PlutoSDR Sink and Source into Gnuradio in Linux Ubuntu 17.04

2017-11-21 Thread Ed Troy
l gr-iio Please try these instructions and if any give you an error, post that. gnuradio-companion gives me: Inline image 1 Blake On Tue, Nov 21, 2017 at 1:18 PM, Ed Troy <mailto:et...@aeroconsult.com>> wrote: My setup is under ~/prefix/default Actually, I had tried tha

Re: [Discuss-gnuradio] How to get PlutoSDR Sink and Source into Gnuradio in Linux Ubuntu 17.04

2017-11-21 Thread Ed Troy
What could cause that? I just confirmed that the notebook has internet connectivity. On 11/21/2017 2:41 PM, Brashendeavours wrote: It looks like that error occurred because your PyBombs doesn’t a connection to download gr-iio? “Unable to fetch” On Nov 21, 2017, at 2:36 PM, Ed Troy

Re: [Discuss-gnuradio] How to get PlutoSDR Sink and Source into Gnuradio in Linux Ubuntu 17.04

2017-11-21 Thread Ed Troy
? I’m not sure what to say at this point. Start from absolute scratch? I can delete and install gnuradio, and gr-iio on my Ubuntu 16.10 Desktop and VM, using PyBombs. Pluto gets installed. Sent from my iPhone On Nov 21, 2017, at 3:32 PM, Ed Troy <mailto:et...@aeroconsult.com>> wrote: N

Re: [Discuss-gnuradio] How to get PlutoSDR Sink and Source into Gnuradio in Linux Ubuntu 17.04

2017-11-21 Thread Ed Troy
should find it! :) Sent from my iPhone On Nov 21, 2017, at 4:40 PM, Ed Troy <mailto:et...@aeroconsult.com>> wrote: I did find a gr-iio.lwr file in home/.pybombs/recipes/gr-recipes/ along with many, many other *.lwr files in the notebook On 11/21/2017 3:44 PM, Brashendeavours wrote

[Discuss-gnuradio] How to do fresh install of Gnuradio including Pluto on Ubuntu 16.04.3 LTS

2017-11-22 Thread Ed Troy
/blog/pybombs-the-what-the-how-and-the-why/ But, that did not work. I would prefer to use Pybombs, but don't really care as long as I get a working system. Thanks, Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/ma

[Discuss-gnuradio] Error messages when trying to do fresh install of gnuradio--internal compiler error

2017-11-23 Thread Ed Troy
I could never get the Pluto modules to work with gnuradio under Ubuntu 17.04. So, I scrapped that and installed Ubuntu 16.04.3 LTS. Now, when I try to install gnuradio, the following happens with the following errors., primarily Internal compiler error edtroy@ubuntu:~$ pybombs prefix init -a d

[Discuss-gnuradio] Anyone have any success getting Pluto to work with WBFM?

2017-12-15 Thread Ed Troy
results indicated that the changes worked. And, I have tried using the Pluto at higher frequencies to detect a WBFM signal, and it still does not work properly. So, I know it has to be something with my grc file. What am I doing wrong? Ed Thu Nov 20 18:01:12 2014 options

[Discuss-gnuradio] Anyone have any success getting Pluto to work with WBFM?

2017-12-16 Thread Ed Troy
results indicated that the changes worked. And, I have tried using the Pluto at higher frequencies to detect a WBFM signal, and it still does not work properly. So, I know it has to be something with my grc file. What am I doing wrong? Ed Thu Nov 20 18:01:12 2014 options

Re: [Discuss-gnuradio] Anyone have any success getting Pluto to work with WBFM?

2017-12-17 Thread Ed Troy
, perhaps they could publish the grc file? Regards, Ed On 12/15/2017 8:33 PM, Kyeong Su Shin wrote: Dear Ed Troy: I don't have the PlutoSDR with me right now, so I cannot test it now, but a few things to check: -Make sure that your Pluto can go down to 90MHz alright; it is only rated to opera

Re: [Discuss-gnuradio] Anyone have any success getting Pluto to work with WBFM?

2017-12-20 Thread Ed Troy
t, it should work. I was able to get an RTL to "sort of" work a while ago, although the audio quality was very poor with a lot of noise and breakup. Regards, Ed On 12/18/2017 3:07 PM, Kyeong Su Shin wrote: Dear Ed Troy: Update: I was able to reproduce (..or maybe create a similar)

[Discuss-gnuradio] How do you put a marker on a FFT plot?

2018-01-19 Thread Ed Troy
I have an fft plot and I want to put a marker on the peak signal. I don't see any way to do this, but I'm sure it can be done. How is this done? I have tried both WX and QT Gui. Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu

Re: [Discuss-gnuradio] How do you put a marker on a FFT plot?

2018-01-19 Thread Ed Troy
"THIS CAUSES A PROBLEM!". But that happened in 2013. I don't think there was ever a way you could place your own marker via the GUI. Do you remember anything more about the functionality you're thinking of? On Fri, Jan 19, 2018 at 2:46 PM, Ed Troy <mailto:et...@aeroconsu

Re: [Discuss-gnuradio] How to stop GRC flowgraph after a defined time

2018-03-27 Thread Ed Criscuolo
nt to 1000. This will shut down after 1 millisecond. @(^.^)@ Ed On 3/27/18 7:41 AM, Priyanka Priyadarshini wrote: Thanks for your reply. But where should I connect the input and output port of this head block? Thanks On Tue, Mar 27, 2018 at 1:26 PM, Gilad Beeri (ApolloShield) mail

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 187, Issue 13

2018-05-11 Thread Ed Criscuolo
If you just hit reply, it only goes back to the poster. You need to hit "reply all" to get it to go back to the list. @(^.^)@ Ed Sent from my iPhone > On May 11, 2018, at 1:40 PM, F salem wrote: > > Dear all > > I made alot of post but it didn't shown i

Re: [Discuss-gnuradio] CC1101 GFSK packet decode with variable length

2018-12-31 Thread Ed Criscuolo
But this would only work well if there is enough gap time and/or preamble bits and/or fill bytes between the packets. Otherwise, you will consume and discard the beginning of the next packet. @(^.^)@ Ed Sent from my iPhone > On Dec 31, 2018, at 4:52 AM, Daniel Estévez wrote: >

[Discuss-gnuradio] GR 3.7.2.1 on OSX 10.8.5

2014-02-20 Thread Ed Criscuolo
Companion 3.7.2.1 >>> === Also, when I run a flowgraph, I see this in the output: === Executing: "/Users/edwardc/Work/gnu_radio/DAS_Test_01.py" Warning: failed to XInitThreads() Using Volk machine: sse4_1_64_orc === Are either of these signi

[Discuss-gnuradio] Possible bug in gr::digital::mpsk_receiver_cc

2014-02-20 Thread Ed Criscuolo
code, and indeed, there is no method by any name for setting the loop_bandwidth attribute. @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Imcompatibility between GRC version and the USRP FW

2014-03-26 Thread Ed Criscuolo
into the USRP N210. You should probably rerun make and make install on gnuradio as well to insure you are linked to the new UHD libraries. @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo

[Discuss-gnuradio] SOQPSK

2014-03-31 Thread Ed Criscuolo
I've seen it stated here on the list that the MPSK receiver block will work for either QPSK or OQPSK (Offset QPSK). Anyone know if it will work with Shaped Offset QPSK (SOQPSK) or the ARTM defined SOQPSK-TG? @(^.^)@ Ed ___ Discuss-gnuradio ma

[Discuss-gnuradio] GR 3.7.2.1 on OSX 10.8 (Mountain Lion)

2014-04-02 Thread Ed Criscuolo
>::operator[](boost::intrusive_ptr const&) in square_ff_impl.cc.o ... It would seem to be a boost problem. Port shows me as having boost 1.55.0 installed. The same exact module makes fine on a different system running 3.7.2.1 under

[Discuss-gnuradio] Terminology Translation

2014-04-07 Thread Ed Criscuolo
ss several mutually contradictory suggestions. @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Using GRC without UHD

2014-04-08 Thread Ed Criscuolo
Connect up a null sink and null source in parallel with the uhd blocks. Then right- mouse on the uhd blocks and select "disable". This will gray-out the blocks and not compile them, but will leave them there preserving all your parameters. @(^.^)@ Ed Sent from my iPod On Apr 8, 2

Re: [Discuss-gnuradio] New GRC behavior request for comment

2014-04-10 Thread Ed Criscuolo
arameter error(s). Give you a chance to confirm or cancel the enter, because you may want to deliberately enter something that's wrong now but will be fixed later (for instance a variable name that you haven't created yet). @(^.^)@ Ed ___ Discus

[Discuss-gnuradio] Freq Xlating FIR Filter Question

2014-04-14 Thread Ed Criscuolo
When using a Freq. Xlating FIR filter with decimation and taps both set to 1, what determines the practical lower limit for the resolution of the freq change? @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org

[Discuss-gnuradio] Finding max index in a vector

2014-04-24 Thread Ed Criscuolo
output two streams. Stream 0 will contain the index value in the vector where the maximum value occurred." I checked the code template for max (GR v3.7.3), and it doesn't even seem to retain the index of the max it reports. @(^.^)@ Ed

[Discuss-gnuradio] GR 3.7 Namespace Question

2014-05-02 Thread Ed Criscuolo
y block to it? Or will this cause a confusion at link time, by creating two libraries with the same name? @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Adding Accessor Methods in GR 3.7

2014-06-06 Thread Ed Criscuolo
c I have to go through to make this accessor available from python? @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Adding Accessor Methods in GR 3.7

2014-06-06 Thread Ed Criscuolo
On 6/6/14 1:50 PM, Martin Braun wrote: You also need to add the accessor in the include/*.h file as a virtual member function. Thanks Martin. That did it, although I had to rerun cmake to get it to propagate into the swig files. @(^.^)@ Ed

Re: [Discuss-gnuradio] Adding Accessor Methods in GR 3.7

2014-06-06 Thread Ed Criscuolo
On 6/6/14 2:30 PM, Ed Criscuolo wrote: On 6/6/14 1:50 PM, Martin Braun wrote: You also need to add the accessor in the include/*.h file as a virtual member function. Thanks Martin. That did it, although I had to rerun cmake to get it to propagate into the swig files. Guess I spoke too

Re: [Discuss-gnuradio] Adding Accessor Methods in GR 3.7

2014-06-06 Thread Ed Criscuolo
On 6/6/14 3:20 PM, Tom Rondeau wrote: On Fri, Jun 6, 2014 at 3:02 PM, Ed Criscuolo mailto:edward.l.criscu...@nasa.gov>> wrote: On 6/6/14 2:30 PM, Ed Criscuolo wrote: On 6/6/14 1:50 PM, Martin Braun wrote: You also need to add the accessor in the include/*.h f

Re: [Discuss-gnuradio] Adding Accessor Methods in GR 3.7

2014-06-06 Thread Ed Criscuolo
On 6/6/14 3:50 PM, Tom Rondeau wrote: On Fri, Jun 6, 2014 at 3:37 PM, Ed Criscuolo mailto:edward.l.criscu...@nasa.gov>> wrote: On 6/6/14 3:20 PM, Tom Rondeau wrote: On Fri, Jun 6, 2014 at 3:02 PM, Ed Criscuolo mailto:edward.l.criscu...@na

Re: [Discuss-gnuradio] Analog video modulation.

2014-07-16 Thread Ed Criscuolo
file processing. @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] state of offline signal analysis tools in 2014?

2014-07-17 Thread Ed Criscuolo
use it a lot to interactively manipulate large quantities of logged data. http://www.visualdatatools.com/DataGraph/ @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] gr-mac in MacPorts

2014-09-17 Thread Ed Criscuolo
Michael, Thanks for the rapid response! Did a sync and tried installing it, and got the following error while it was working off the dependencies: [eds-mac:edwardc] edwardc% sudo port MacPorts 2.2.1 Entering interactive mode... ("help" for help, "quit" to quit) [edwardc] > install gr-mac -

[Discuss-gnuradio] Vector operation in GRC

2011-12-19 Thread Ed Criscuolo
I have a vector quantity (size 1024), and I want to do a calculation on it such that v_out[i] = v_in[i] - v_in[i-1] Is such a calculation possible in GRC? I haven't found any way to get a hold of the individual elements of a vector. @(^.^)

Re: [Discuss-gnuradio] Vector operation in GRC

2011-12-19 Thread Ed Criscuolo
Will that preserve the absolute positions of the original vector elements? The initial vector represents an FFT, so it's important to me that I keep the same positions. @(^.^)@ Ed On 12/19/11 4:33 PM, Allen, Cam wrote: I would probably try converting the vector to a stream, delay the s

Re: [Discuss-gnuradio] Vector operation in GRC

2011-12-19 Thread Ed Criscuolo
I did a hand-contrived case with a simple 16-element vector, and it seems to work. @(^.^)@ Ed On 12/19/11 4:58 PM, Allen, Cam wrote: Hmm... I'm not sure about that. Seems reasonable to assume that the stream-to-vector and vector-to-stream blocks would be inverses of each other. Mostl

Re: [Discuss-gnuradio] Vector operation in GRC

2011-12-19 Thread Ed Criscuolo
Yes, I can do my own blocks. It would be pretty trivial to do it there. I just wanted to know if there was an easy way to do it solely using GRC. @(^.^)@ Ed On 12/19/11 5:05 PM, Nowlan, Sean wrote: If you're somewhat familiar with how to write/modify blocks, it probably wouldn

[Discuss-gnuradio] Full Duplex with RFX2200

2012-01-04 Thread Ed Criscuolo
short distance away, blasting out 100mW (+20dBm). Am I right to be concerned? By my rough back-of-the-napkin calculations, with 3dB antennas, and about 1 1/2 meters separation, I should be between -20 dBm and -10 dBm at the receiver. @(^.^)@ Ed

[Discuss-gnuradio] External Manual control of T/R Switch

2012-01-10 Thread Ed Criscuolo
ng GR 3.3.0, I've also looked at the GR 3.5.1 xml description for a GRC UHD_sink block, and can't even find where the transmit enable is. Any help on this? @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] GR 3.5.1 & OSX

2012-01-11 Thread Ed Criscuolo
Has anyone built 3.5.1 release and UHD 3.3.2 on OSX 10.6 (Snow Leopard) yet? @(^.^)@ Ed Sent from my iPod ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] GR 3.5.1 release tarball bugs

2012-01-11 Thread Ed Criscuolo
7; , required by 'UHD', not found. == This error message is incorrect. libusb-1.0-0 WAS installed. What was actually missing was libusb-1.0-0-dev. Installing that package allowed gr-uhd to be configured. @(^.^)@ Ed

Re: [Discuss-gnuradio] GR 3.5.1 release tarball bugs

2012-01-12 Thread Ed Criscuolo
On 1/11/12 4:59 PM, Josh Blum wrote: I dont think this is a tarball of the source tree. Rather, its a tarball produced by autotools with only files listed by makefile.ams or generated in autotools. But what of the future? If autotools goes away in favor of cmake, does this mean that tarballs wi

[Discuss-gnuradio] Latency Issue with Custom Source Block

2012-01-12 Thread Ed Criscuolo
nce. The reveive side of this flowgraph (not discussed) runs at 4 Msamples/sec and needs all the performance it can get. So, my question (finally!) is: Is there any way to selectively adjust the buffer size for particular connections on the flowgraph, while leaving the others at the

Re: [Discuss-gnuradio] Has an SDR-14 been used with GNU Radio?

2012-01-12 Thread Ed Criscuolo
kHz wide signal partially out of the passband. @(^.^)@ Ed Sent from my iPod On Jan 12, 2012, at 9:46 PM, ke0ee wrote: > > We at the Deep Space Exploration Society are desiring to use an SDR-14 with > GNU Radio because we want to use a Linux version. The SDR-14 software was > only av

Re: [Discuss-gnuradio] Effect of having multiple throttle in a chain of flowgraph

2012-02-01 Thread Ed Criscuolo
ncy! (1.04 ms/sample x 32k samples). @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Tune UHD - as fast as possible

2012-02-10 Thread Ed Criscuolo
so I don't know how fast this setup will go, but it's worth pursuing. @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] WBX Transmit Power Issue

2012-02-10 Thread Ed Criscuolo
I know this is a stupid question, but I've been bitten by this before: Are you SURE you're cabled to the Tx/Rx connector and not Rx2? @(^.^)@ Ed On 2/10/12 4:30 PM, Reginald Cornwallice wrote: Hello All, I'm having an issue with the transmit power on N210 + WBX not being ab

Re: [Discuss-gnuradio] "GNU Radio is crap" and GSoc

2012-02-15 Thread Ed Criscuolo
access it. @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Sampling Rate

2012-02-17 Thread Ed Criscuolo
can see some working applications when this Nyquist theory is not respected. How come? GnuRadio uses complex (I & Q) samples. This results in twice the data per sample, satisfying the Nyquest criterion. @(^.^)@ Ed ___ Discuss-gnuradio maili

Re: [Discuss-gnuradio] How to simulate USRP board?

2012-03-08 Thread Ed Criscuolo
the simulation to provide a real-time "pacing", you will need to add a throttle block (only one!) to each flowgraph to keep it from consuming all cpu cycles. @(^.^)@ Ed On 3/8/12 11:09 AM, Nick Foster wrote: On Thu, Mar 8, 2012 at 4:41 AM, ketlin Pedron mailto:pedron.ket...@gmail.c

[Discuss-gnuradio] GR 3.6.1 and OSX

2012-07-10 Thread Ed Criscuolo
to the build page on the wiki. The build page on the wiki simply has a link that takes you back to the 3.6.1 README! Any suggestions or help would be appreciated. @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.

Re: [Discuss-gnuradio] IF value of the RF front end

2012-07-11 Thread Ed Criscuolo
assic interface, you directly set the decimation factor, so you had to know the hardware sample rate in order to know what sample rate you would end up with. @(^.^)@ Ed Sent from my iPod On Jul 11, 2012, at 8:36 AM, Jamie Wo wrote: > Hi Nick, > > Thanks for your reply. > &g

  1   2   3   >