LimeSDR | Sinewave test | Glitchy behavior

2021-03-15 Thread Anish Mangal
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

Re: LimeSDR | Sinewave test | Glitchy behavior

2021-03-16 Thread Anish Mangal
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:

Re: LimeSDR | Sinewave test | Glitchy behavior

2021-03-17 Thread Anish Mangal
- 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

Re: LimeSDR | Sinewave test | Glitchy behavior

2021-03-18 Thread Anish Mangal
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

Re: LimeSDR | Sinewave test | Glitchy behavior

2021-03-18 Thread Anish Mangal
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

Re: LimeSDR | Sinewave test | Glitchy behavior

2021-03-18 Thread Anish Mangal
> 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

Re: LimeSDR | Sinewave test | Glitchy behavior

2021-03-18 Thread Anish Mangal
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

Re: LimeSDR | Sinewave test | Glitchy behavior

2021-03-20 Thread Anish Mangal
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

Re: LimeSDR | Sinewave test | Glitchy behavior

2021-03-21 Thread Anish Mangal
> 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

Re: how to generate a certain band width white noise

2021-03-22 Thread Anish Mangal
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

Re: LimeSDR | Sinewave test | Glitchy behavior

2021-05-15 Thread Anish Mangal
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

Mac OSX 10.15.7 | Install with soapysdr and limesdr support

2021-12-20 Thread Anish Mangal
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

"Resetting" a GUI dial value

2022-01-01 Thread Anish Mangal
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

Re: "Resetting" a GUI dial value

2022-01-01 Thread Anish Mangal
>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).

How to model class-B distortion of a complex signal

2022-01-25 Thread Anish Mangal
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

Re: How to model class-B distortion of a complex signal

2022-01-25 Thread Anish Mangal
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

Re: How to model class-B distortion of a complex signal

2022-01-26 Thread Anish Mangal
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

Gnuradio-companion as a network relay

2022-03-15 Thread Anish Mangal
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

Re: Gnuradio-companion as a network relay

2022-03-16 Thread Anish Mangal
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

A GUI label from a config file

2022-06-06 Thread Anish Mangal
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

Re: A GUI label from a config file

2022-06-06 Thread Anish Mangal
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

Distributing a gnuradio-flow diagram across multiple cpu's

2020-10-14 Thread Anish Mangal
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,

Re: Distributing a gnuradio-flow diagram across multiple cpu's

2020-10-14 Thread Anish Mangal
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

Re: Distributing a gnuradio-flow diagram across multiple cpu's

2020-10-14 Thread Anish Mangal
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

Re: Distributing a gnuradio-flow diagram across multiple cpu's

2020-10-14 Thread Anish Mangal
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