summaryrefslogtreecommitdiff
path: root/grc/blocks
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'digital' of git://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-1512-728/+0
|\
| * grc: removing more blocks from general grc tree that are now in digital.Tom Rondeau2011-09-131-12/+0
| |
| * digital: fixed GRC blocks for blocks moved to gr-digital.Tom Rondeau2011-09-1211-716/+0
| |
* | 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-201-0/+22
|/ /
* | Merge branch '8psk' into nextTom Rondeau2011-07-171-1/+6
|\ \ | | | | | | | | | | | | Conflicts: gr-msdd6000/src/Makefile.swig.gen
| * \ 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.
* | | | 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: 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
| |
* | 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
| |
* | Merge branch 'wip/qtgui/grc' into mergeme/qtgui/grcJosh Blum2011-03-1423-1902/+128
|\ \ | | | | | | | | | | | | Conflicts: grc/grc_gnuradio/Makefile.am
| * | qtgui-grc: minor tweaks to the various thingsJosh Blum2011-03-071-2/+5
| | |
| * | 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-069-186/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: enable start/stop control through qt widgetsJosh Blum2011-03-011-1/+1
| | |
| * | grc: work on generator for gui flowgraphs to simplify generationJosh Blum2011-03-013-86/+3
| | | | | | | | | | | | | | | | | | | | | 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-0114-1629/+0
| | | | | | | | | | | | | | | 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-011-1/+1
| | | | | | | | | | | | | | | | | | 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-012-125/+1
| | |
| * | grc: added qtgui support to grc (just added sink)Josh Blum2011-03-014-0/+133
| | |
* | | Merge remote branch 'jblum/wip/gr-audio' into wip/gr-audioJohnathan Corgan2011-03-144-174/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * jblum/wip/gr-audio: audio: high prio for platform specific audio osx audio: added windows and osx audio source files audio: added config checks for other audios, added jack and port audio: make prefs look like old audio, removed old audio.py audio: register arches with priorities, ex: prefer alsa over oss audio: added oss support to gr-audio audio: use conf files to specify default arch audio: moved the grc audio blocks into gr-audio dir audio: moved alsa support files into subdirectory audio: work on swig support, it imports audio: work to get alsa support in, lets see if this works before adding more audio: added audio factory registry and top level includes audio: skeleton for gr-audio component
| * | | audio: moved the grc audio blocks into gr-audio dirJosh Blum2011-03-094-174/+0
| |/ /
* / / grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grcJosh Blum2011-03-1310-1072/+0
|/ / | | | | | | | | | | | | | | | | | | Moved grc xml files, python wrappers (USRP1 only), probe apps + freedesktop files. When the gr-usrp and gr-usrp2 directories are removed, grc will not have to change. Minor change: the freedesktop files are always installed now. This does not mean that they are installed properly with xdg, it just means that the runtime can have access to the icons.
* | Merge branch 'master' into nextTom Rondeau2011-01-171-0/+2
|\ \ | | | | | | | | | | | | | | | | | | * master: Adding new accessor for Goertzel filter to GRC block. Thanks to Marcus Leech for the last three modifications. Adding accessors to Goertzel filter GR block to call setparms from implementation file for (re)setting parameters. Adding accessor function to Goertzel filter implementaiton to set/reset its parameters.
| * | Adding new accessor for Goertzel filter to GRC block. Thanks to Marcus Leech ↵Tom Rondeau2011-01-171-0/+2
| |/ | | | | | | for the last three modifications.
* / Create method to set rate on pfb_arb_resamp after it has been created.Matt Ettus2010-12-111-1/+4
|/ | | | Allow it to be called from GRC.
* Adds a new parameter "y_axis_label" to scopesink2 and the GRC .xml file that ↵Marcus Leech2010-10-171-0/+7
| | | | 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.agc2Alexandru Csete2010-07-211-0/+5
| | | | | | | | | | | | Alexandru Csete: The gr_agc2 block has public methods to set and get the AGC levels and rates; however, only a few of these interfaces are exported to Python and none of them are available in GRC. The attached patch adds the missing public methods to gri_agc2_cc.i and gri_agc2_ff.i and defines the corresponding callbacks in the gr_agc2_xx.xml GRC block.
* Merge branch 'patches/marcus/stripchart'Johnathan Corgan2010-07-051-0/+22
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-wxgui/src/python/scope_window.py * Adds new scope window trigger, TRIG_MODE_STRIPCHART * Allows config file selection of whether background window sinks still run * Allows config file selection of default trigger mode * Allows config file selection of default waterfall sink color mode [wxgui] #Setting this to true prevents the window sinks from stopping when they #are not displayed, as when they are in a notebook with a hidden tab. run_always = False # Default scope trigger mode. # # 0 = Freerun # 1 = Auto (default) # 2 = Normal # 3 = Stripchart trig_mode = 1 # Default waterfall sink color mode. Valid choices are 'rgb1', 'rbg2', # 'rgb3', or 'gray' waterfall_color = rgb1
| * 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 '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
| |/
* | grc: fix broken variable config when using bool typeJohann Chiang2010-06-211-1/+1
| |
* | 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.