summaryrefslogtreecommitdiff
path: root/grc
Commit message (Collapse)AuthorAgeFilesLines
...
| | * gr-wxgui: adds stripchart trigger mode to graphics sinksMarcus D Leech2010-05-161-0/+22
| | |
| * | Merge branch 'patches/marcus/file_sink'Johnathan Corgan2010-07-051-1/+18
| |\ \
| | * | gnuradio-core: adds configurable flush to file sinkMarcus D Leech2010-05-161-1/+18
| | |/
* | | Merge branch 'master' into nextJohnathan Corgan2010-06-243-11/+32
|\| | | | | | | | | | | | | | * master: grc: move grc_setup_freedesktop into libexec directory (not in users path).
| * | grc: move grc_setup_freedesktop into libexec directory (not in users path).Josh Blum2010-06-243-11/+32
| | | | | | | | | | | | Renamed grc desktop file to simplify name and updated install script.
* | | Merge branch 'master' into nextJohnathan Corgan2010-06-242-35/+41
|\| | | | | | | | | | | | | | | | | * master: added python script to fix copyright years based on git log grc: expanded nports ability to have multiple port duplicators per side
| * | grc: expanded nports ability to have multiple port duplicators per sideJosh Blum2010-06-242-35/+41
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2010-06-223-0/+50
|\| |
| * | Merge branch 'patches/marcus/gr_and_const'Johnathan Corgan2010-06-223-0/+50
| |\ \ | | | | | | | | | | | | | | | | * patches/marcus/gr_and_const: grc: adds gr.and_const to block tree
| | * | grc: adds gr.and_const to block treeMarcus D Leech2010-05-163-0/+50
| | |/
* | | Merge branch 'master' into nextJohnathan Corgan2010-06-211-1/+1
|\| | | | | | | | | | | | | | * master: grc: fix broken variable config when using bool type
| * | grc: fix broken variable config when using bool typeJohann Chiang2010-06-211-1/+1
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2010-05-272-2/+40
|\| | | | | | | | | | | | | | | | | * master: Add USRP2 clock source parameter to GRC blocks. Refactor Makefile.am to move common files from 3 libraries into a single variable.
| * | Merge remote branch 'ets/grc-usrp2-clock-source'Johnathan Corgan2010-05-272-2/+40
| |\ \ | | | | | | | | | | | | | | | | * ets/grc-usrp2-clock-source: Add USRP2 clock source parameter to GRC blocks.
| | * | Add USRP2 clock source parameter to GRC blocks.Eric Schneider2010-05-272-2/+40
| | | |
* | | | Merge branch 'master' into nextJohnathan Corgan2010-05-242-24/+28
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: 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)
| * | | Merge remote branch 'gnuradio/wip/udp_source_sink'Johnathan Corgan2010-05-232-24/+28
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
| | * | | grc: update UDP source and sink block wrappersJohnathan Corgan2010-05-212-24/+28
| | | |/ | | |/|
* | | | Merge remote branch 'jblum/uhd' into nextJohnathan Corgan2010-05-211-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * jblum/uhd: using the send and recv full buffer modes, avoids extra loop in implementation Added call to get access to the underlying uhd simple usrp object. added docs to uhd grc blocks, added pkg config path to make support easier typo fix, called variable ant, not antenna added to uhd grc files, also removed warning for grc generator with uhd blocks added more access methods to uhd source and sink fix for paradigm shift Use simple usrp from uhd. gr-uhd working with io type added swig includes and tune result return using new streaming api added set center freq call Added samp rate param and using the simple device from uhd removed timeout from here Got the source and sink working with current uhd. Added the uhd simple sink lib block, swig wrapper, grc wrapper. using samples prop, added unchecked in files for utils and grc rx wrapper recv noise with uhd Created simple source (with nothing in it) and some swig build stuff. Created gr uhd skeleton build.
| * | | Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhdJosh Blum2010-04-152-14/+33
| |\| |
| * | | added to uhd grc files, also removed warning for grc generator with uhd blocksJosh Blum2010-04-141-1/+1
| | | |
* | | | grc: rename execution binary from 'grc' to 'gnuradio-companion'Johnathan Corgan2010-05-185-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsoleteJohnathan Corgan2010-05-183-67/+0
| |/ / |/| |
* | | work on the string representations for parameters (large vectors could be ↵Josh Blum2010-03-232-14/+33
|/ / | | | | | | too much to render, ie use truncation)
* | Add new block gr.additive_scrambler_bb()Johnathan Corgan2010-03-213-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge branch 'grc/dualusrp' of git://gnuradio.org/jblumJohnathan Corgan2010-03-212-5/+39
|\ \
| * | Trial feature for different source sides for usrp dual source.Josh Blum2010-03-102-5/+39
| | |
* | | added a right click context menu for the flow graph elementsJosh Blum2010-03-092-12/+41
|/ /
* | Fixed bug in checking if path is writable.Josh Blum2010-03-031-1/+1
| | | | | | | | Some moron put quotes around the variable name...
* | If the directory is read-only, use the systems tmp directory for generated ↵Josh Blum2010-03-031-1/+6
| | | | | | | | py files.
* | updated wiki urlJosh Blum2010-02-241-2/+2
|/
* Merge branch 'fll'Tom2010-02-011-0/+15
|\
| * WIP: better access to setting FLL parameters and working on getting gain ↵Tom2009-12-201-0/+15
| | | | | | | | settings better.
* | grc bug fix from Dimitris SymeonidisJosh Blum2010-01-231-1/+1
| |
* | fix bug in sample and hold wrapper for grcJosh Blum2010-01-111-1/+1
|/
* Merge branch 'bef' of http://gnuradio.org/git/trondeauJohnathan Corgan2009-12-173-0/+64
|\
| * Generating the band-edge filter taps based on the oversampling ratio ↵Tom2009-12-151-8/+17
| | | | | | | | (samples per symbol), rolloff factor, and the prototype (matched) filter size.
| * Adding accessor functions to set alpha and beta gains for the FLL.Tom2009-12-101-0/+2
| |
| * Adding alpha and beta gains to FLL constructor.Tom2009-12-101-1/+11
| |
| * Adding a band-edge based frequency lock loop.Tom2009-12-093-0/+43
| |
* | Small patch to speedup installation of freedesktop icons.Stefan Bruns2009-12-081-4/+5
|/ | | | | The attached patch changes the icon installation to update the icon cache only once instead of once per icon
* Merge branch 'wip/dxpsk' of http://gnuradio.org/git/jblumJohnathan Corgan2009-12-076-2/+247
|\
| * added callbacks for setting alphasJosh Blum2009-11-251-0/+3
| |
| * added sync output port to dxpsk2 demodJosh Blum2009-11-251-1/+21
| |
| * added missing block wrappersJosh Blum2009-11-252-0/+217
| |
| * added wrappers for the dxpsk2 blocks mod and demodJosh Blum2009-11-254-2/+7
| |
* | Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblumJohnathan Corgan2009-12-0712-17/+2
|\ \
| * | removed unused import statements, thanks pyflakesJosh Blum2009-12-0612-17/+2
| |/
* | Merge branch 'wip/grc/draw' of http://gnuradio.org/git/jblumJohnathan Corgan2009-12-074-22/+45
|\ \
| * | Created a pixmap rotation routine in Utils for handling those rotated labels.Josh Blum2009-12-053-14/+35
| | | | | | | | | | | | | | | | | | | | | 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).