Re: Help on creating an intermittent beacon transmission using HackRF

2024-02-09 Thread Marcus Müller
Hi David! I'd be very lazy: just pad your pre-recorded signal with zeros, and play it on loop with the file source. Padding of files is easy, and essentially free in terms of storage space if your file system supports sparse files (and if you're on linux, yes, it almost certainly does). #!/

Re: Help on creating an intermittent beacon transmission using HackRF

2024-02-08 Thread Adrian Musceac
> > Another possibility is to write your own source block which reads and stores > the samples in memory, then outputs them at a specified time until the > whole buffer is transmitted, then sleeps for a while and repeats. If you > need to control actual transmission time more precisely it can be

Re: Help on creating an intermittent beacon transmission using HackRF

2024-02-08 Thread Adrian Musceac
On Wednesday, 7 February 2024 21:03:11 EET Daniel Estévez wrote: > > Hi David, > > One possible solution would be to make a flowgraph that plays the file > once. Then make a bash script that loops, calling the flowgraph and then > sleeping for some time. > > Best, > Daniel. > Another possibi

Re: Help on creating an intermittent beacon transmission using HackRF

2024-02-07 Thread Daniel Estévez
On 07/02/2024 17:09, David Barnhart wrote: Hi all:   I teach a course at USC on satellite ground communications that is a lab-based class. I would like to setup an intermittent transmission using a recorded beacon that we have used before (in cfile format) to have them practice “catching sign

Re: Help on

2022-03-28 Thread Marcus Müller
"A curse is just a special kind of magic." – M. Müller's corollary (seriously, though, we're doing good on the enabling-the-good-kind-of-magic side.) On 28.03.22 17:00, Ed Criscuolo wrote: “Any sufficiently advanced technology is indistinguishable from magic.” — A. C. Clarke @(^.^)@ Ed Sent

Re: Help on

2022-03-28 Thread Ed Criscuolo
“Any sufficiently advanced technology is indistinguishable from magic.” — A. C. Clarke @(^.^)@ Ed Sent from my iPhone > On Mar 28, 2022, at 9:25 AM, Robert McGwier wrote: > >  > GnuRadio is so good it can even do magic. 🤓 > >> On Mon, Mar 28, 2022, 2:01 AM Lorenzo Mainardi wrote: >> As las

Re: Help on

2022-03-28 Thread Robert McGwier
GnuRadio is so good it can even do magic. 🤓 On Mon, Mar 28, 2022, 2:01 AM Lorenzo Mainardi wrote: > As last resource I tried to update the libraries and the problem is > magically solved. > Thank you everyone for the support. > > Il dom 27 mar 2022, 18:46 Lorenzo Mainardi ha > scritto: > >> He

Re: Help on

2022-03-28 Thread Lorenzo Mainardi
As last resource I tried to update the libraries and the problem is magically solved. Thank you everyone for the support. Il dom 27 mar 2022, 18:46 Lorenzo Mainardi ha scritto: > Hello everyone, I am trying to make a cheap USB dongle working with > gnuradio and gnuradio-companion. > I just tried

Re: Help on

2022-03-27 Thread Marcus D. Leech
On 2022-03-27 15:32, Marcus Müller wrote: Is 32k a supported sampling rate? Sounds two orders of magnitude too low. The lowest RTL supported sampling rate is 250K, and then there's a jump with no supported   rates until something like 900K. For a single WBFM channel, you need the 250K sampling

Re: Help on

2022-03-27 Thread Marcus Müller
Is 32k a supported sampling rate? Sounds two orders of magnitude too low. On 27.03.22 21:22, Lorenzo Mainardi wrote: The error about PLL should be just "cosmetic" and not have any impact. Anyway, I think I setup correctly both the correct frequency (I would like to test the broadband FM, so 100e

Re: Help on

2022-03-27 Thread Lorenzo Mainardi
The error about PLL should be just "cosmetic" and not have any impact. Anyway, I think I setup correctly both the correct frequency (I would like to test the broadband FM, so 100e6) both the sampling frequency (32k). The real issue is the "Return code -11" error, I cannot find anything about that.

Re: Help on

2022-03-27 Thread Fabian Schwartau
Hi, did you set the correct frequency? If it is outside the allowed range, it is expected that the PLL cannot lock. Best, Fabian Am 27.03.22 um 18:46 schrieb Lorenzo Mainardi: Hello everyone, I am trying to make a cheap USB dongle working with gnuradio and gnuradio-companion. I just tried to

RE: [Discuss-gnuradio] Re: help on xlating frequency

2009-03-24 Thread Paul Mathews
me. Paul Mathews -Original Message- From: Markus Feldmann [mailto:feldmann_mar...@gmx.de] Sent: Monday, March 23, 2009 11:43 AM To: gnu radio mailing list Subject: [Discuss-gnuradio] Re: help on xlating frequency Paul Mathews schrieb: > See 'usrp_am_mw_rcv.py' for an exam

[Discuss-gnuradio] Re: help on xlating frequency

2009-03-23 Thread Markus Feldmann
Paul Mathews schrieb: See 'usrp_am_mw_rcv.py' for an example. Look for the code relating to these lines in particular: if self.use_IF: # Turn If to baseband and filter. self.chan_filt = gr.freq_xlating_fir_filter_ccf (chanfilt_decim, chan_filt_coeffs, self.IF_freq, us

[Discuss-gnuradio] Re: help on xlating frequency

2009-03-23 Thread Markus Feldmann
Paul Mathews schrieb: See 'usrp_am_mw_rcv.py' for an example. Look for the code relating to these lines in particular: if self.use_IF: # Turn If to baseband and filter. self.chan_filt = gr.freq_xlating_fir_filter_ccf (chanfilt_decim, chan_filt_coeffs, self.IF_freq, us