Город МОСКОВСКИЙ
00:15:58

Creating your Own Block in GNU RADIO

Аватар
Programming Pals
Просмотры:
83
Дата загрузки:
11.10.2024 08:03
Длительность:
00:15:58
Категория:
Лайфстайл

Описание

In this video, I have talked about creating your own block in GNU RADIO with C++.OOT module,An out-of-tree module is a GNU Radio component that does not live within the GNU Radio source tree. Typically, if you want to extend GNU Radio with your own functions and blocks, such a module is what you create (i.e. you wouldn't usually add stuff to the actual GNU Radio source tree unless you're planning to submit it to the devs for upstream integration). This allows you to maintain the code yourself and have additional functionality alongside the main code.
For code you can visit this link
https://wiki.gnuradio.org/index.php/OutOfTreeModules

Рекомендуемые видео