GNU Radio, One Step at a Time
Read the mailing list of the GNU project right here! The information here is regarding the GNU radio project for USRP radios.
Sunday, April 6, 2025
GSoC proposal review
WANTED: Flowgraphs for our Block Doc pages
Saturday, April 5, 2025
Re: Change gain in running gloegraph
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
frequency change?
Best regards,
Marcus
On 4/5/25 11:50 PM, robin ivetic wrote:
> Hello Marcus;
>
> I know that with variable block, but I like to run script headless, which will change
> automatically gain when reaches certain frequency, can I do that without programming, I
> look with in gnuradio-history collection, and couldn't find similar case. Sorry that I
> didn't be more precise Marcus;
>
> Robin
>
>
> ------------------------------------------------------------------------------------------
> *From:* discuss-gnuradio-bounces+otpisani1=hotmail.com@gnu.org <discuss-gnuradio-
> bounces+otpisani1=hotmail.com@gnu.org> on behalf of Marcus Müller <mmueller@gnuradio.org>
> *Sent:* Saturday, April 5, 2025 9:52 PM
> *To:* discuss-gnuradio@gnu.org <discuss-gnuradio@gnu.org>
> *Subject:* Re: Change gain in running gloegraph
> Hi Robin,
>
> our tutorials on https://tutorials.gnuradio.org <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 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
>
>
Re: Change gain in running gloegraph
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 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
Change gain in running gloegraph
Friday, April 4, 2025
Re: GSoc'25 Proposal
Hello Sliverfish,
I spotted your proposal for GPU-accelerated signal processing (gr-cuda + MatX) and wanted to say great work on outlining your approach! I've also explored gr-cuda before but couldn't pursue it deeply due to hardware constraints. However, I did have some helpful discussions with Josh Morman – one of the main contributors to gr-cuda – and he pointed me to a resource that might interest you:
https://github.com/luigifcruz/CyberEther?tab=readme-ov-file#compatibility
Here are a few suggestions you might find useful:
-
Scoping and Timeline:
-
Adding a MatX-specific buffer type plus writing specialized blocks (e.g., kernel wrappers, file I/O) can get tricky quickly. Make sure you have a strong plan for incremental testing. Wrapping entire sets of MatX capabilities might be too big for a single GSoC. You could consider focusing on a smaller, high-impact set of operations (e.g., FFTs and FIR filters) and mark the rest as stretch goals.
-
-
Integration with gr-cuda Memory Model:
-
gr-cuda provides a zero-copy approach for device memory. Ensure that layering higher-level MatX buffers on top of that doesn't cause redundant data transfers or overhead. A quick proof-of-concept verifying you can maintain zero-copy usage with MatX is a good first step.
-
-
Testing Strategy:
-
GPU debugging is often more involved than CPU-based code. Set aside extra time to build robust test harnesses, especially for performance comparisons. Mentors typically appreciate seeing a clear plan to measure throughput gains vs. CPU-based blocks under practical scenarios (large chunk sizes, typical sample rates).
-
-
Documentation & Examples:
-
In addition to developer docs, consider example flowgraphs that compare CPU vs. GPU blocks. Demonstrating real performance improvements for something like FFT or FIR filtering will highlight the immediate community value.
-
Your plan looks thorough, and it's exciting to see further GPU integration in GNURadio. I'll be following your progress—best of luck, and feel free to reach out if you want to compare notes on GPU aspects!
All the best,
Krish Gupta
Hello!My name's Silverfish, I'm a master's student studying wireless communications, and I use GNURadio for my work. I would like to contribute to the gnuradio community through GSoC.
I've written an early version of my proposal and would love some feedback to improve it. I look forward to hearing your thoughts. Thank you for your time!Best Wishes,Sliverfish
GSoc'25 Proposal
I've written an early version of my proposal and would love some feedback to improve it. I look forward to hearing your thoughts. Thank you for your time!