Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-27 | Merge remote branch 'ets/grc-usrp2-clock-source' | Johnathan Corgan | |
* ets/grc-usrp2-clock-source: Add USRP2 clock source parameter to GRC blocks. | |||
2010-05-27 | Add USRP2 clock source parameter to GRC blocks. | Eric Schneider | |
2010-05-23 | Merge remote branch 'gnuradio/wip/udp_source_sink' | Johnathan Corgan | |
* gnuradio/wip/udp_source_sink: gnuradio-core: update copyrights gnuradio-core: allow swig to handle exceptions in UDP source/sink grc: update UDP source and sink block wrappers Simplify USE_SELECT usage Return immediately when using d_residual. Defend against a peer that sends an invalid message length. Move initialization of select timeout Correct update of d_temp_offset (parallel construction) Identify memory leaks that occur on error conditions Use -1 as file descriptor "not open" value instead of 0 Add additional conditionalization of networking includes Flush pending errors in gr_udp_sink on disconnect() Rework UDP source and sink, with incompatible API changes Updates to udp source/sink (select(), wait, cleanup) Discard data in gr_udp_sink until receiver is started. Use getaddrinfo in gr_udp_{source,sink} Changes to gr_udp_{source,sink} for MinGW Ignore ENOPROTOOPT return from setsockopt(SO_LINGER) | |||
2010-05-21 | grc: update UDP source and sink block wrappers | Johnathan Corgan | |
2010-05-18 | grc: rename execution binary from 'grc' to 'gnuradio-companion' | Johnathan Corgan | |
This change resolves a conflict with the Generic Colorizer application which also uses the binary name 'grc'. Interested users can add an alias to their shell environment to run gnuradio-companion when grc is invoked. | |||
2010-05-18 | gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsolete | Johnathan Corgan | |
2010-03-23 | work on the string representations for parameters (large vectors could be ↵ | Josh Blum | |
too much to render, ie use truncation) | |||
2010-03-21 | Add new block gr.additive_scrambler_bb() | Johnathan Corgan | |
This block performs scrambling by XORing the input sequence with the output of an LFSR. Repeating this operation restores the original sequence. (This differs from gr.scrambler_bb(), which convolves the input sequence with the LFSR output.) The additive scrambler allows an optional bit count after which the LFSR is reset to its initial seed. This allows use with, e.g., packetized fixed length payloads. | |||
2010-03-21 | Merge branch 'grc/dualusrp' of git://gnuradio.org/jblum | Johnathan Corgan | |
2010-03-10 | Trial feature for different source sides for usrp dual source. | Josh Blum | |
2010-03-09 | added a right click context menu for the flow graph elements | Josh Blum | |
2010-03-03 | Fixed bug in checking if path is writable. | Josh Blum | |
Some moron put quotes around the variable name... | |||
2010-03-03 | If the directory is read-only, use the systems tmp directory for generated ↵ | Josh Blum | |
py files. | |||
2010-02-24 | updated wiki url | Josh Blum | |
2010-02-01 | Merge branch 'fll' | Tom | |
2010-01-23 | grc bug fix from Dimitris Symeonidis | Josh Blum | |
2010-01-11 | fix bug in sample and hold wrapper for grc | Josh Blum | |
2009-12-20 | WIP: better access to setting FLL parameters and working on getting gain ↵ | Tom | |
settings better. | |||
2009-12-17 | Merge branch 'bef' of http://gnuradio.org/git/trondeau | Johnathan Corgan | |
2009-12-15 | Generating the band-edge filter taps based on the oversampling ratio ↵ | Tom | |
(samples per symbol), rolloff factor, and the prototype (matched) filter size. | |||
2009-12-10 | Adding accessor functions to set alpha and beta gains for the FLL. | Tom | |
2009-12-10 | Adding alpha and beta gains to FLL constructor. | Tom | |
2009-12-09 | Adding a band-edge based frequency lock loop. | Tom | |
2009-12-08 | Small patch to speedup installation of freedesktop icons. | Stefan Bruns | |
The attached patch changes the icon installation to update the icon cache only once instead of once per icon | |||
2009-12-07 | Merge branch 'wip/dxpsk' of http://gnuradio.org/git/jblum | Johnathan Corgan | |
2009-12-07 | Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblum | Johnathan Corgan | |
2009-12-07 | Merge branch 'wip/grc/draw' of http://gnuradio.org/git/jblum | Johnathan Corgan | |
2009-12-06 | removed unused import statements, thanks pyflakes | Josh Blum | |
2009-12-05 | Created a pixmap rotation routine in Utils for handling those rotated labels. | Josh Blum | |
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). | |||
2009-12-05 | combined param layouts | Josh Blum | |
2009-12-03 | Allow for multiple io pads per hier flow graph. | Josh Blum | |
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 as the new pad io blocks only support one port per block. | |||
2009-11-25 | added callbacks for setting alphas | Josh Blum | |
2009-11-25 | added sync output port to dxpsk2 demod | Josh Blum | |
2009-11-25 | added missing block wrappers | Josh Blum | |
2009-11-25 | added wrappers for the dxpsk2 blocks mod and demod | Josh Blum | |
2009-11-19 | gtk.Tooltips() is deprecated, use set_tooltip_text. | Josh Blum | |
Added a set_tooltop_text method to each InputParam. | |||
2009-11-03 | Merge branch 'wip/term' of git@gnuradio.org:jcorgan | Johnathan Corgan | |
* 'wip/term' of git@gnuradio.org:jcorgan: gr-wxgui: cleanup for merge Consolidated termsink into one class Basic terminal window that takes raw text on input msgq and appends it Add placeholder panel for console, use old style window size Created skeleton wxgui term window component | |||
2009-10-31 | grc: update block tree list for new pfb_clock_sync | Johnathan Corgan | |
2009-10-31 | core: added gr.pfb_clock_sync_fff based on _ccf version, updated example | Johnathan Corgan | |
2009-10-29 | Consolidated termsink into one class | Johnathan Corgan | |
2009-10-29 | Basic terminal window that takes raw text on input msgq and appends it | Johnathan Corgan | |
Works, but needs "--line-buffered" mode for GR buffering between blocks | |||
2009-10-29 | Created skeleton wxgui term window component | Johnathan Corgan | |
2009-10-29 | Merge branch 'flattopwindow' of http://gnuradio.org/git/jblum | Johnathan Corgan | |
Merge-fix: Remove debugging print Merge-fix: Update copyrights * 'flattopwindow' of http://gnuradio.org/git/jblum: Added window option to wxgui fft and waterfall sink. redid cos windows, added flattop and nuttall_cfd | |||
2009-10-28 | Added window option to wxgui fft and waterfall sink. | Josh Blum | |
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. | |||
2009-10-28 | renamed msgq to msgq_in and msgq_out, block wrappers changed accordingly | Josh Blum | |
2009-10-28 | Created a grc_blockdir in makefile.common. | Josh Blum | |
Switched the grc src prefix in grc makefiles. Removed grc/Makefile.inc as it was no longer neededed. | |||
2009-10-28 | Merge branch 'wip/grc/general' of jblum@blumhouse:~/git/gnuradio into wip/grc | Josh Blum | |
2009-10-18 | added v offset option to scope | Josh Blum | |
2009-10-18 | added to todo | Josh Blum | |
2009-10-15 | Merge commit '25a8' from git@gnuradio.org:jblum | Johnathan Corgan | |
* commit '25a8': use clean numbers for waterfall ref and range tweaks to scope autoscaling registered key to hide/show control panel in wxgui windows Added window size param to all wxgui wrappers. add canonical options for copy enable param |