discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] [PATCH] Adds some new options to wx-gui instruments a


From: tzopik
Subject: [Discuss-gnuradio] [PATCH] Adds some new options to wx-gui instruments and grc
Date: Sat, 13 Apr 2013 17:36:12 +0100

Hello to all users of gnuradio.

I use these changes for some time now and I think it can be useful.
This series of 4 patch adds some new options to wx-gui instruments and grc as described above.
All the patches also added modification on gnuradio-companion to support the new features.
The patches apply clean on master and maint


[PATCH 1/4] clean up CMakeLists swig headers in gnuradio-core io

* These clean redundant 'gr_histo_sink.i' and 'gr_oscope_sink.i'
in gnuradio-core/src/lib/io/CMakeLists.txt

[PATCH 2/4] Add the possibility to set x axes limits on the histosink in gr-wxgui

* The axes limits is setted with 2 variables: range and offset.
Internally in the block gr_histo_sink_f, the values ​of maximum and
minimum of the histogram are checked in each frame.
These new two variables on the other hand will force the new desired
values of the maximum and minimum.
If the values of the limits of frame that were searched are higher
than desired, these are used

[PATCH 3/4] Add an option to hide the panel in wxgui instruments

* These patch adds an option to hide the panel in wxgui instruments

[PATCH 4/4] Change the default channels labels (Ch1, Ch2...) on wxgui_scope

* The last one patch is a bit ugly because change the
gnuradio-companion behavior in reading xml blocks definition
The patch adds the possibility to change the default channels labels (Ch1, Ch2...) on wxgui_scop



Greetings to all,
Jose Quaresma

Instituto de Telecomunicações
IT Branch - Leiria - Portugal

Attachment: 0001-remove-redundant-swig-headers-in-gnuradio-core-io.patch
Description: Binary data

Attachment: 0002-histo-add-limits.patch
Description: Binary data

Attachment: 0003-add-an-option-to-hide-the-panel-in-wxgui-instruments.patch
Description: Binary data

Attachment: 0004-change-the-default-channels-labels-on-wxgui_scope.patch
Description: Binary data


reply via email to

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