Merge branch 'master' into next
Adding new accessor for Goertzel filter to GRC block. Thanks to Marcus Leech for the last three modifications.
Merge branch 'next' into guile.
Passes distcheck.
Create method to set rate on pfb_arb_resamp after it has been created.Allow it to be called from GRC.
Major Makefile.am housecleaning. Passes distcheck.
Move all occurrences of swig_built_sources out of Makefile.am's.Move all SWIG related use of BUILT_SOURCES out of Makefile.am's.Clean up 'if PYTHON' conditionalization in gr-*
Still left to do: fix Makefile.swig CLEANFILES and no_dist_files...
uhd: added ref clock option to single usrp blocks, minor grc fix on empty option keys
Adds a new parameter "y_axis_label" to scopesink2 and the GRC .xml file that contains the string for the Y axis label. It defaults to 'Counts' to be consistent with the old version.
gnuradio-core: export missing public methods in gr.agc2
Alexandru Csete:
The gr_agc2 block has public methods to set and get the AGC levels andrates; however, only a few of these interfaces are exported to Pythonand none of them are available in GRC....
Merge branch 'patches/marcus/stripchart'
Conflicts: gr-wxgui/src/python/scope_window.py
Merge branch 'patches/marcus/file_sink'
grc: move grc_setup_freedesktop into libexec directory (not in users path).
Renamed grc desktop file to simplify name and updated install script.
grc: expanded nports ability to have multiple port duplicators per side
Merge branch 'patches/marcus/gr_and_const'
grc: fix broken variable config when using bool type
Merge remote branch 'ets/grc-usrp2-clock-source'
Add USRP2 clock source parameter to GRC blocks.
Merge remote branch 'gnuradio/wip/udp_source_sink'
Merge remote branch 'jblum/uhd' into next
grc: update UDP source and sink block wrappers
grc: rename execution binary from 'grc' to 'gnuradio-companion'
This change resolves a conflict with the Generic Colorizer applicationwhich also uses the binary name 'grc'.
Interested users can add an alias to their shell environment to rungnuradio-companion when grc is invoked.
gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsolete
gr-wxgui: adds stripchart trigger mode to graphics sinks
gnuradio-core: adds configurable flush to file sink
grc: adds gr.and_const to block tree
Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd
added to uhd grc files, also removed warning for grc generator with uhd blocks
work on the string representations for parameters (large vectors could be too much to render, ie use truncation)
Add new block gr.additive_scrambler_bb()
This block performs scrambling by XORing the input sequence withthe output of an LFSR. Repeating this operation restores the originalsequence.
(This differs from gr.scrambler_bb(), which convolves the input sequence...
Merge branch 'grc/dualusrp' of git://gnuradio.org/jblum
Trial feature for different source sides for usrp dual source.
added a right click context menu for the flow graph elements
Fixed bug in checking if path is writable.Some moron put quotes around the variable name...
If the directory is read-only, use the systems tmp directory for generated py files.
updated wiki url
Merge branch 'fll'
grc bug fix from Dimitris Symeonidis
fix bug in sample and hold wrapper for grc
WIP: better access to setting FLL parameters and working on getting gain settings better.
Merge branch 'bef' of http://gnuradio.org/git/trondeau
Generating the band-edge filter taps based on the oversampling ratio (samples per symbol), rolloff factor, and the prototype (matched) filter size.
Adding accessor functions to set alpha and beta gains for the FLL.
Adding alpha and beta gains to FLL constructor.
Adding a band-edge based frequency lock loop.
Small patch to speedup installation of freedesktop icons.
The attached patch changes the icon installation to update the icon cache onlyonce instead of once per icon
Merge branch 'wip/dxpsk' of http://gnuradio.org/git/jblum
Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblum
Merge branch 'wip/grc/draw' of http://gnuradio.org/git/jblum
removed unused import statements, thanks pyflakes
Created a pixmap rotation routine in Utils for handling those rotated labels.The rotation is now performed by the gtk pixbuf class and not manually in python.
In addition, the block and port classes now draw from pixmaps and not from images.Pixmaps are server-side objects, where images are client-side (meaning: possible speed-up).
combined param layouts
Allow for multiple io pads per hier flow graph.Each io pad can have a different io signature.Uses the iosignaturev for hier implementation.
Backwards compadible with exception:Pad blocks that used multiple ports must be replaced with multiple pad blocks...
added callbacks for setting alphas
added sync output port to dxpsk2 demod
added missing block wrappers
added wrappers for the dxpsk2 blocks mod and demod
gtk.Tooltips() is deprecated, use set_tooltip_text.Added a set_tooltop_text method to each InputParam.
Merge branch 'wip/term' of [email protected]:jcorgan
grc: update block tree list for new pfb_clock_sync
core: added gr.pfb_clock_sync_fff based on _ccf version, updated example
Consolidated termsink into one class
Basic terminal window that takes raw text on input msgq and appends it
Works, but needs "--line-buffered" mode for GR buffering between blocks
Created skeleton wxgui term window component
Merge branch 'flattopwindow' of http://gnuradio.org/git/jblum
Merge-fix: Remove debugging printMerge-fix: Update copyrights
Added window option to wxgui fft and waterfall sink.Added rectangular window function to window.py.
Average stays hidden in waterfall, fft, and numbersink wrappers (only avg_alpha shows/hides).Fixed options in waterfall wrapper to model after fft and numbersink average params.
renamed msgq to msgq_in and msgq_out, block wrappers changed accordingly
Created a grc_blockdir in makefile.common.Switched the grc src prefix in grc makefiles.Removed grc/Makefile.inc as it was no longer neededed.
Merge branch 'wip/grc/general' of jblum@blumhouse:~/git/gnuradio into wip/grc
added v offset option to scope
added to todo
Merge commit '25a8' from [email protected]:jblum
fix usrp2 wrappers for vlen of 2 shorts
Merge branch 'sync' of [email protected]:trondeau into master
This merge adds polyphase clock recovery, implements new PAM demodulatorsthat use it, and also moves GRC examples to gnuradio-examples component.
See merge commit diff for updated files post merge....
add canonical options for copy enable param
Added num_ports to various blocks that have infinite ports possible in io signature.Also, added the gr stream mux block.
Cleaning up GRC PAM timing example and adding ability to do M-ary PAM.
Added window size param to all wxgui wrappers.Modified type parser to allow blank values in vector types as empty vectors.
Merge branch 'wip/wxgui' of http://gnuradio.org/git/jblum
using gr copy in the wxgui connect, added gr copy to grc xml
tweaks to the search
a working block tree search
added noaa to extract doc matcher
Adding imaginary stream to PAM demo to test IQ sync. Also properly setting beta at runtime from GRC block.
Fixing previous checkin
Adding accessor functions for both alpha and beta.
Merge branch 'wip/examples' of http://gnuradio.org/git/jblum into sync
moved grc examples to gnuradio-examples/grc
added more ports
Merge branch 'sync' of http://gnuradio.org/git/matt into wip/examples
rename and make output optional
Add gr.pfb_clock_recovery to GRC