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).
#!/
>
> 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
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
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
"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
“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
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
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
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
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
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.
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
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
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
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
15 matches
Mail list logo