Re: Ubuntu 20.04 cannot find the Hackrf board?

2022-08-12 Thread Cinaed Simson
It sounds like you didn't   apt install libhackrf-dev If you did install the libraries, then you may have to update the firmware. Post the entire results from    apt list --installed | grep hackrf so we can see the versions. There should be 2 entries. Note the date of the firmware - 2014 - w

Re: Taylor detector

2022-08-12 Thread david vanhorn
Well, I'm sitting here recovering from open heart surgery for the next two months, and I've always wanted to tackle this little problem. Seems a bit scary though with all the moving parts. On Fri, Aug 12, 2022 at 2:21 PM Nick Foster wrote: > David, > > OK, I see what you're after now. Gnuradio

Re: Taylor detector

2022-08-12 Thread Nick Foster
David, OK, I see what you're after now. Gnuradio isn't a SPICE simulator, so getting it to fully represent your Tayloe mixer isn't really feasible. Maybe the easiest way to accomplish what you're looking to do would be to quantify the performance of your LTSpice simulation in a model of a quadratu

Re: Taylor detector

2022-08-12 Thread david vanhorn
I have built the detector in ltspice, but i was hoping to use gr to do a "soup to nuts" sim with multiple transmitters and various noise sources, feed that into the Tayloe, and then see what I could do downline from there to recover my signals. On Fri, Aug 12, 2022, 12:43 PM Marcus D. Leech wrote

Re: Taylor detector

2022-08-12 Thread Marcus D. Leech
On 2022-08-12 13:38, david vanhorn wrote: Ive been wrestling with this for a while, and im not even seeing how to get started implementing a Taylor detector in gr. Is it even possible? You mean a *Tayloe* Quadrature Sampling Detector? This is ordinarily a *hardware component* of certain types

Re: Taylor detector

2022-08-12 Thread Nick Foster
David, A Tayloe detector is of great utility in the "real world" of hardware as a way to get a quadrature baseband signal from a real passband signal. In the DSP world things are much easier! If you have a real-valued signal (i.e., an audio stream), you first convert it to a complex (quadrature)

Taylor detector

2022-08-12 Thread david vanhorn
Ive been wrestling with this for a while, and im not even seeing how to get started implementing a Taylor detector in gr. Is it even possible?

Problem seeing Hackrf One Hardware properly going through VirtualBox

2022-08-12 Thread George Edwards
Hello GNURadio Community, I designed an FM receiver in Gnuradio-Companion to receive an FM broadcast signal from the Hackrf One. I am running Gnuradio-Companion 3.9 on Ubuntu 20.04 inside VirtualBox 6.1. I installed the Hackrf software on Ubuntu and set VirtualBox USB port to see the Scott Gadget

Re: EXTERNAL: Re: GNU Radio on Mac M1

2022-08-12 Thread Michael Dickens
I don't know if we'll have GNU Radio 3.10 as the default in MacPorts by GRCon22. Lots of work to do there, mostly getting GR OOT modules updated to compatible versions or removed if there isn't such a version. We'll see how much progress we can make ... 6.5 weeks away, so not impossible ... - MLD