summaryrefslogtreecommitdiff
path: root/grc
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-059-186/+123
|\| | | | | | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.h gnuradio-core/src/lib/general/gr_pll_freqdet_cf.h gr-digital/lib/digital_constellation.h gr-digital/lib/digital_constellation_receiver_cb.h gr-digital/lib/digital_fll_band_edge_cc.h gr-digital/lib/digital_mpsk_receiver_cc.h
| * | | | grc: moved GRC blocks that were put into gr-digital into gr-digital/grc and ↵Tom Rondeau2011-09-014-162/+0
| | | | | | | | | | | | | | | | | | | | refactored for new API.
| * | | | Fixing GRC files for new API to loop blocks.Tom Rondeau2011-09-013-24/+12
| | | | |
| * | | | Merge remote branch 'mbant/cpm' into digitalTom Rondeau2011-08-304-0/+111
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/hier/Makefile.am grc/blocks/Makefile.am
| | * | | fixed some XML glitchesMartin Braun2010-12-102-5/+5
| | | | |
| | * | | Forgot to add GRC blocks to block_tree, fixedMartin Braun2010-12-101-0/+2
| | | | |
| | * | | Added GRC blocks to MakefileMartin Braun2010-12-102-8/+10
| | | | |
| | * | | All CPM stuff included (C++/GRC/Python), tests passMartin Braun2010-12-092-0/+107
| | | | |
* | | | | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-208-0/+382
|/ / / /
* | | | Merge branch '8psk' into nextTom Rondeau2011-07-171-1/+6
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Conflicts: gr-msdd6000/src/Makefile.swig.gen
| * | | Merge branch 'master' into 8pskTom Rondeau2011-06-131-2/+3
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-qtgui/lib/qtgui_time_sink_c.cc gr-trellis/src/lib/Makefile.am gr-trellis/src/lib/calc_metric.h gr-trellis/src/lib/trellis.i gr-trellis/src/lib/trellis_constellation_metrics_cf.i gr-trellis/src/lib/trellis_metric_type.h gr-trellis/src/lib/trellis_sccc_encoder_XX.i.t
| * | | Merge branch 'master' into 8pskTom Rondeau2011-06-033-0/+53
| |\ \ \
| * | | | filter: Adding a concept of output samples per symbol to the PFB clock ↵Tom Rondeau2011-05-181-1/+6
| | | | | | | | | | | | | | | | | | | | recovery alg, mostly so you can pass on 2+ samples per symbol to a follow-on equalizer.
* | | | | Merge branch 'quad_demod_gain_accessors'Johnathan Corgan2011-07-011-0/+1
|\ \ \ \ \
| * | | | | gnuradio-core: add accessors for gain property of quadrature_demod_cfAlexandru Csete2011-07-011-0/+1
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Tue, 17 May 2011 21:52:02 +0200 Message-ID: <BANLkTikyEo58UT4QYHRRsrQbzSXcxo2T5A@mail.gmail.com> From: Alexandru Csete <oz9aec@gmail.com> To: patch-gnuradio@gnu.org Subject: [Patch-gnuradio] set/get gain for quadrature_demod Greetings, The attached patch adds set/get gain accessors to the quadrature_demod_cf block, inspired by the similar changes to the frequency_modulator block few days ago. Alex
* / | | | grc: qtgui windows have scrollbars (thanks jason)Josh Blum2011-06-221-1/+10
|/ / / /
* | / / grc: disable pythonw on darwin, apparently not neededJosh Blum2011-06-091-2/+3
| |/ / |/| |
* | | grc: fixing DC blocker block to handle i/o type.Tom Rondeau2011-06-021-14/+16
| | |
* | | grc: adding DC blocker GRC block.Tom Rondeau2011-05-253-0/+51
|/ /
* | core: adding get/set sensitivity accessors to frequency_modulator_fc block.Tom Rondeau2011-05-121-0/+1
| |
* | Merge branch 'mergeme/grc/cross_platform_work'Tom Rondeau2011-05-0222-149/+146
|\ \
| * | grc: added logic to discover the path to the python interpreterJosh Blum2011-04-194-11/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than simply exec-ing the application w/ "python", use the same interpreter that executed grc w/ full path. Added code to handle the following exceptions: - for a wx app on mac osx, use the pythonw interpreter (this was in the m4 file, but its easier as a runtime check) - for a no gui app on linux, prepend xterm cuz its nice (we were already doing that but its now restricted to linux)
| * | grc: replaced asserts in gui subdirectoryJosh Blum2011-04-144-12/+13
| | |
| * | grc: replaced asserts in base subdirectoryJosh Blum2011-04-148-54/+60
| | |
| * | grc: replaced asserts in python subdirectoryJosh Blum2011-04-148-70/+64
| | |
| * | grc: define __doc__ for license in case its optimized out (that was easy)Josh Blum2011-04-141-1/+1
| | |
| * | grc: remove integrity checks, we wont need them when I'm doneJosh Blum2011-04-141-10/+0
| | |
* | | grc: fix hier block generation w/ multiple pad blocksJosh Blum2011-04-213-27/+34
|/ /
* | grc: stop the top block after qapp exec for qtgui generationJosh Blum2011-04-131-0/+1
| |
* | grc: fixing grc block for dxpsk2 demods to use the right parameters.Tom Rondeau2011-04-121-4/+11
| |
* | Adding GRC block for the PFB channelizer filterbank.Tom Rondeau2011-04-123-0/+55
| |
* | Adding GRC block for the PFB synthesis filterbank.Tom Rondeau2011-04-123-0/+45
| |
* | grc: added int to float supportJosh Blum2011-04-093-0/+23
| |
* | grc: added python checks for weird python interpretersJosh Blum2011-04-071-1/+11
| |
* | grc: fix for generating top block when in run to completion modeJosh Blum2011-04-071-1/+1
| |
* | Merge remote branch 'jblum/mergeme/qtgui/grc' into nextJohnathan Corgan2011-03-1434-2288/+196
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * jblum/mergeme/qtgui/grc: (27 commits) qtgui: removed python directory that was added, never used qtgui-grc: added suport in main template for theme icon qtgui-grc: minor tweaks to the various things qtgui-grc: added read-only thermo widget to range block qtgui-grc: fix for list option working in chooser block qtgui-grc: added check for pyqwt in config grc: added function args to probe block and documentation grc: rework the probe blocks and how they fit into grc qtgui-grc: moved slider to range, added knob and gui tweaks qtgui-grc: use a vboxlayout for the top_layout qtgui-grc: made slider widget components (counter/slider) optional qtgui-grc: add engineering notation to entry and label + other tweaks qtgui-grc: enable start/stop control through qt widgets qtgui-grc: rename the text entry and label blocks grc-qtgui: creaded check box widget with qtgui, cleanup label code grc-qtgui: added variable text box and static text widgets grc-qtgui: pick correct signal overload for variable chooser grc-qtgui: added radio button support, tweaks, more options grc-qtgui: work on variable chooser block grc: work on generator for gui flowgraphs to simplify generation ...
| * \ Merge branch 'wip/qtgui/grc' into mergeme/qtgui/grcJosh Blum2011-03-1434-2288/+196
| |\ \ | | | | | | | | | | | | | | | | Conflicts: grc/grc_gnuradio/Makefile.am
| | * | qtgui-grc: added suport in main template for theme iconJosh Blum2011-03-071-1/+2
| | | |
| | * | qtgui-grc: minor tweaks to the various thingsJosh Blum2011-03-072-2/+6
| | | |
| | * | grc: added function args to probe block and documentationJosh Blum2011-03-075-5/+29
| | | |
| | * | grc: rework the probe blocks and how they fit into grcJosh Blum2011-03-0613-380/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the source on all probe blocks. Advertise the probe-able function in the docs. Added missing signal probe block. Removed probe function and variable sink blocks. Removed all supporting grc_gnuradio python files. Added variable_function_probe block that can probe arbitrary functions on a block. All the code needed by the function probe is available is the make tag. To display the value of a probe block, use the variable probe block, and a gui widget. To disply the value of a stream, do the same but use the signal probe block. Simple see :-) If more types other than floats need to be read from the stream, the signal probe should be extended.
| | * | qtgui-grc: use a vboxlayout for the top_layoutJosh Blum2011-03-041-1/+1
| | | |
| | * | qtgui-grc: enable start/stop control through qt widgetsJosh Blum2011-03-012-1/+3
| | | |
| | * | grc: work on generator for gui flowgraphs to simplify generationJosh Blum2011-03-016-129/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | generator does not differentiate between notebooks and controls, they are all block, but block are now sorted by variables present in the make also adjusted categories listed in the wx and qt widget related blocks
| | * | grc: moved wxgui blocks and python into gr-wxgui/grcJosh Blum2011-03-0119-1781/+1
| | | | | | | | | | | | | | | | | | | | Prefixed wxgui blocks with WX GUI in the block names. Added category to wxgui variables blocks (not in the main block tree.xml)
| | * | qtgui: work on variable chooserJosh Blum2011-03-011-1/+0
| | | |
| | * | grc: added tabbed widget in qtgui for grcJosh Blum2011-03-014-6/+38
| | | | | | | | | | | | | | | | | | | | | | | | created gui_hint type to handle tab descriptor + position markup, and to handle the generation of the name of the parent widget. No support python modules required in gr-qtgui.
| | * | qtgui: created a forms module with a slider and text box, implemented in grcJosh Blum2011-03-013-129/+10
| | | |
| | * | grc: added qtgui support to grc (just added sink)Josh Blum2011-03-015-0/+142
| | | |
* | | | Merge remote branch 'jblum/wip/grc/kill_process' into nextJohnathan Corgan2011-03-143-23/+23
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * jblum/wip/grc/kill_process: grc: swap store the subprocess object rather than the pid when executing