discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Radio modules and its contents


From: Marcus D. Leech
Subject: Re: GNU Radio modules and its contents
Date: Wed, 9 Feb 2022 11:37:50 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 2022-02-09 08:09, Marcin Puchlik via GNU Radio, the Free & Open-Source Toolkit for Software Radio wrote:
Hi Community,
I am quite new to GNU Radio ecosystem and I am wondering how you guys are getting to know about many functions that the library and submodules offer? For example, it's relatively easy to make a flowgraph based on the blocks but the blocks (and hided object behind them) are one thing but the other thing are variety of functions in each of the module e.g. gr-digital. I didn't know about the digital.psk_4() function that returns mappings from symbols to bit words before I run the examples from the gr-digital module. I was always putting those values as lists by hand, cause I didn't know that such a function exists. So my main question is: how to get to know about a variety of functions/classes that GNU Radio provides? Should I read the source code of each module starting in lib/ and /python directory or is there a less cumbersome way? 
Thanks 
--

Marcin Puchlik

DSP Engineer


https://www.gnuradio.org/doc/doxygen/page_digital.html#digital_python_helpers_psk

That general area should help.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]