Re: Change gain in running gloegraph

2025-04-05 Thread Marcus Müller
Hi Robin, I'm still not sure what you mean with "without programming"; what you describe is doing a specific sequence of operations as described by you in written terms. That *is* programming already :) But I really can't make out what you're hoping for here: under which conditions should the

Re: Change gain in running gloegraph

2025-04-05 Thread Marcus Müller
Hi Robin, our tutorials on https://tutorials.gnuradio.org show how you can use a slider to effect change at runtime without programming. It's one of the very first tutorial chapters! Best regards, Marcus On 4/5/25 11:57 AM, robin ivetic wrote: Hello, Can I somehow change automatically gain

Re: Spectrum Analyzer

2025-04-05 Thread Anıl Gürses
Hi Oğuzhan, My main goal is to create a spectrum that I can look at between 70mhz - > 6ghz. When I set the bandwidth to 6ghz, i can actually see it in a window, > but the sample rate of my card is 56mhz. So wouldn't the maximum bandwidth > I can see be 56 mhz? > QT GUI sink's bandwidth parameter i

Message to variable issue

2025-04-05 Thread Muhammad Anas
Dear GRC Community, I have tried message to variable block to fit the value coming from ZMQ Message SUB Source from another application in the signal source's frequency parameter, but the signal source is not recognizing the variable 'freq'. Is there any way to save the message value in the GRC e

Re: New OOT module gr-dl5eu

2025-04-05 Thread Ralf Gorholt
Hi Martin, the recipes that I have had a look at are of different complexity. There are simple and complex ones... If I take one to adapt it to my repository, how can I test if everything is fine? I don't want to create a pull request without being sure that everything works as expected. I know

Change gain in running gloegraph

2025-04-05 Thread robin ivetic
Hello, Can I somehow change automatically gain with certain fequrncy in running script or flowgraph, using soapy or osmocom block, or adding other block to existing one, mention before, without additional knowledge of python language; Robin