gnuradio-qtgui.pc.in gr-qtgui.conf gr-soapy gr-trellis gr-uhd gr-utils gr-video-sdl gr-vocoder gr-wavelet gr-zeromq grc tools .clang-format .clang-tidy .conda-forge.yml .gitattributes .gitignore .gitmodules CHANGELOG.md CMakeLists.txt CODE_OF_CONDUCT.md CONTRIBUTING.md COPYING DCO.txt...
/usr/bin/env python3# -*- coding: utf-8 -*-## SPDX-License-Identifier: GPL-3.0## GNU Radio Python Flow Graph# Title: final-base-yummy# Author: qsbye# GNU Radio version: 3.10.8.0fromPyQt5importQtfromgnuradioimportqtguifromgnuradioimportblocksimportnumpyfromgnuradioimportchannelsfromgnuradio.f...
将 KEY 和 VALUE 分别视为参数名称和值。对于 QT GUI 频率接收器,KEY 为 “freq”,VALUE 为新的中心频率,单位为 Hz。 2.pmt::dict((KEY1: VALUE1), (KEY2: VALUE2), ...):这个和前面的格式 基 本一样,但是可以提供多个key/value对。这在单个命令采用多个不能 分解为多个命令消息的参数时特别有用...
self.signal_source = blocks.sig_source_f(...):创建一个信号源块。 self.qtgui_sink = qtgui.sink_c():创建一个QT GUI图示块。 self.connect(...):将信号源和图示模块连接起来。 tb.run():运行流图。 类图 以下是用于可视化信号处理流图的类图: MyTopBlock+void __init__()+void run()SignalSou...
self.qtgui_time_sink_x_0 = qtgui.time_sink_f( 1024, #size samp_rate, #samp_rate "原始音频时域波形", #name 1, #number of inputs None # parent ) self.qtgui_time_sink_x_0.set_update_time(0.10) self.qtgui_time_sink_x_0.set_y_axis(-8000, 8000) self.qtgui_time_sink_x_0...
Const (keyword) cleanup in a large number of files. QtGUI code uses const in many more places. Runtime Addpersistent()function to gr paths module. This function returns either the value of theXDG_CACHE_HOMEenvironment variable, orappdata()/.local/state. ...
blocks所有不属于其他模块的东西可能就放在这channels仿真所用的信号模型digital与analog所用和数字信号调制有关的功能在这fft和ffts有关的功能fec和fex有关的贡呢filter过滤器模块plotdata绘制数据qtgui和表示数据有关的图形界面使用qtwxgui包含快速创建流图的用户界面的一些实体vocoder和声音编码有关的一些功能wavelet和...
gr-qtgui edit_msg_box not useable without setting an unneeded key. 5年前 gr-trellis Fix for more misc typos 5年前 gr-uhd Python 3 fixes 5年前 gr-utils Improve GRC YAML template 5年前 gr-video-sdl clang-format: Ordering all the includes ...
qss /usr/share/gnuradio/examples/qt-gui/pyqt_const_c.py /usr/share/gnuradio/examples/qt-gui/pyqt_example_c.py /usr/share/gnuradio/examples/qt-gui/pyqt_example_f.py /usr/share/gnuradio/examples/qt-gui/pyqt_freq_c.py /usr/share/gnuradio/examples/qt-gui/pyqt_freq_f.py /usr/share/...
gr-qtgui fix header file install 4年前 gr-trellis modernization: override instead of virtual in all compilation units 4年前 gr-uhd modernization: override instead of virtual in all compilation units 4年前 gr-utils Fix typos throughout the code 4年前 gr-video-sdl modernizat...