Hi,
To properly explain the issue I'm facing, I recorded a video showing
Oscilloscope waveforms.
https://drive.google.com/file/d/11anGShu-I3NhL9Jet6YAiyBprvwP4kDc/view?usp=sharing
The gnuradio flowgraph is here:
https://drive.google.com/file/d/1xQz1Kp_feAO1YrZRXXnMF25XEGgqVPSw/view?usp=sharing
Hi! Any pointers to where I can start debugging this?
Maybe run gnuradio-companion in debug mode?
Do more simpler tests?
Any other suggestions?
I have a HackRF One and will try the exact same comparison there too ...
SDRAngel & grc
On Mon, Mar 15, 2021 at 7:32 PM Anish Mangal wrote:
- since this is a gnuradio mailing list, the starting point would
> be to post your GRC - which is an yaml or text file.
>
> -- Cinaed
>
> On 3/16/21 11:19 PM, Anish Mangal wrote:
>
> Hi! Any pointers to where I can start debugging this?
>
> Maybe run gnuradio-companion i
gt; -- Cinaed
>
> P.S - yes, you can post GRC's on the mailing list - they're text based.
>
>
> On 3/17/21 4:14 AM, Anish Mangal wrote:
>
> I linked
> <https://drive.google.com/file/d/1xQz1Kp_feAO1YrZRXXnMF25XEGgqVPSw/view?usp=sharing>
> the grc file
And, if I try the attach gnuradio file, which is just a constant source of
value '1' going to the limesdr sink block, I actually see a sine-ish wave
without the glitchy behavior.
On Thu, Mar 18, 2021 at 5:31 PM Anish Mangal wrote:
> I tried your grc and got the same result
> Ron
> On 3/18/21 05:13, Anish Mangal wrote:
>
> And, if I try the attach gnuradio file, which is just a constant source of
> value '1' going to the limesdr sink block, I actually see a sine-ish wave
> without the glitchy behavior.
>
> On Thu, Mar 18, 2021 at 5:31 PM
t
> -
> *BUT the send signal on the Time Sink look like correct. ( I.E =1+j0 as
> for others sources, whitout any glicht) *
>
> How can we further investigate this?
>
>
> On 18/03/2021 13:13, Anish Mangal wrote:
>
> And, if I try the attach gnuradio file, which
t; signal looks perfect.
>
> And if the receiving RTL dongle has noise while listening, it may be a DC
> offset problem.
>
> -- Cinaed
>
>
> On 3/18/21 6:58 AM, Anish Mangal wrote:
>
> Here are two debug logs from LimeSuite GUI. In one, I load the settings
> that
> leads the WBFM receiver.
>
> -- CInaed
>
> On 3/20/21 7:52 PM, Anish Mangal wrote:
>
> Hi Cinaed,
>
> But this is without the actual LimeSDR sink block? Or with it?
>
> Because, I can produce a clean sinewave with a HackRF, but not the
> LimeSDR.
>
> On
Perhaps OT, how good/bad close/far are these kinds of noise generators to
AWGN?
https://www.epanorama.net/blog/2017/08/29/bg7tbl-rf-noise-source/
On Mon, Mar 22, 2021 at 11:49 AM Doug McGarrett
wrote:
>
>
> On 3/22/21 1:08 AM, Kyeong Su Shin wrote:
> > Hello James:
> >
> > The bandwidth of the
ne on this mailing list has a
limesdr, and some bandwidth to test this out, I'll be more than happy to
provide my flowgraphs.
Thanks!
On Mon, Mar 22, 2021 at 10:10 AM Anish Mangal wrote:
> So far as I am able to tell with my limited knowledge of limesdr and
> gnuradio, it seems like so
Hi,
What would be the preferred method of installing gnuradio on OSX 10.15.7 on
Macbook Pro 2019 with support for limesdr via soapysdr.
I have two environments in linux (gnuradio 3.8 on ubuntu 18.04, and
gnuradio 3.10 on ubuntu 21.10) with soapysdr + limesdr which are working
well, but I am very
A gnuradio flowgraph reads values of some variables from a config file
(let's say default.conf). When variable values are changed, the config file
is updated accordingly.
There is a second config file called reset.conf, which contains "default"
values of these variables.
Is it possible to put a b
>From whatever looking around I could do, it does not seem like it is
possible without adding custom python code to a flowgraph.
On Sat, Jan 1, 2022 at 4:23 PM Anish Mangal wrote:
> A gnuradio flowgraph reads values of some variables from a config file
> (let's say default.conf).
Hi,
How should I go about modeling the distortion introduced by a class-B
amplifier stage that clips the signal when its value is below zero?
Example:
I want to combine two FM modulated signals, pass them through this "class-B
distorter", demodulate them, and analyze the quality of the signal pr
handle/20.500.12708/13980
>>
>> If you just need something quick, you may want to lookout for AM/PM
>> models, such as the Saleh model.
>>
>> Good luck!
>>
>> Best Regards
>> Wheberth Dias
>>
>>
>>
>>
>> On Tue, Jan 25, 2022, 20:44
hierarchical blocks and one is the actual flowgraph
On Wed, Jan 26, 2022 at 2:31 AM Anish Mangal wrote:
> Hi. Yes. I am just looking at modeling a class-B distortion at the moment,
> but could someone guide on how to convert between quadrature signals and
> real signals. Because the rai
Hi,
I currently have a gnuradio flowgraph that requires high compute resources
and is running on a laptop with a high-end cpu which is connected to a
LimeSDR.
That LimeSDR is eventually connected to a RF PA and an antenna for
broadcast.
The limitation in this setup is that the laptop needs to be
Thanks, I tried a very basic example and was trying to monitor data rate
using nethogs with a different sample rate.
At a signal sample rate of 9.6MSPS, nethogs sees about 59MB/s of data. I
wonder if that could be improved in anyway, or whether the sample rate of
an actual wired lan connection mig
I wonder if it is currently possible to have the label of a GUI element
come from a variable in a config file.
For example, A QT GUI Range block's label is
str('Power: ' + ch_1_label)
Where ch_1_label is coming from a variable config block. However, when I
run the flowgraph I get the error
'Unbou
I fixed the error, but am still unable to update the label from the config
file.
On Tue, Jun 7, 2022 at 10:29 AM Anish Mangal wrote:
> I wonder if it is currently possible to have the label of a GUI element
> come from a variable in a config file.
>
> For example, A QT GUI Range b
Hi, This is my very first post to this mailing list, so hello to all. I am
a beginner in experimenting with gnuradio and sdr (hackrf-one). I am
working on an application where I want to take multiple audio input sources
and transmit multiple FM signals over one RF channel via the SDR. To this
end,
your computer.
>
> Also, you're using an outdated version of GNU Radio. Time to update!
>
> Best regards,
> Marcus
>
> On 14/10/2020 15.07, Anish Mangal wrote:
> > Hi, This is my very first post to this mailing list, so hello to all. I
> > am a beginner in exp
t; 2. actually benchmark where your CPU is going. `htop` is a good tool if
> you turn on "thread names" in its settings.
>
> Best regards,
> Marcus
>
> On 14/10/2020 15.26, Anish Mangal wrote:
> > Hi Marcus,
> >
> > Thanks for the quick reply. Here
won't help.
>
> Ron
> On 10/14/20 08:01, Anish Mangal wrote:
>
> Thanks. I'll look at both those points before reverting. :)
>
> On Wed, Oct 14, 2020 at 7:18 PM Marcus Müller wrote:
>
>> again,
>>
>> 1. outdated GNU Radio. More modern GNU Radio mi
25 matches
Mail list logo