summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-04gnuradio-examples, gr-audio: moved audio Python and C++ examples into gr-audioJohnathan Corgan
This begins a transition of examples from a separate gnuradio-examples component into an examples directory with the component they go with. In this commit: gnuradio-examples/c++/audio/ => gr-audio/examples/c++ gnuradio-examples/python/audio => gr-audio/examples/python The system installation directory remains $PREFIX/share/gnuradio/examples/audio
2011-07-03Merge branch 'master' into nextJohnathan Corgan
2011-07-03gr-utils: move non-GUI apps using old libusrp(2) into gr-usrp or gr-usrp2Johnathan Corgan
One step (of many) to convert GNU Radio to use new Ettus Research UHD driver.
2011-07-03msdd6000: removed from tree, obsoleteJohnathan Corgan
2011-07-03sounder: removed from tree, obsoleteJohnathan Corgan
2011-07-03radar-mono: removed from tree, obsoleteJohnathan Corgan
2011-07-03gpio: removed from tree, obsoleteJohnathan Corgan
2011-07-03Merge branch 'master' into nextJohnathan Corgan
2011-07-03Merge branch 'maint'Johnathan Corgan
2011-07-03gr: added to the .gitignores to various components for in-tree buildsJosh Blum
2011-07-03uhd: typo fix for initing a new clock_config()Josh Blum
2011-07-03Merge branch 'uhd/per_mb_ref_source' of gnuradio.org:jblumJosh Blum
2011-07-03Fix URL in ChangeLogJohnathan Corgan
2011-07-01Fix sensitivity accessor in gr_frequency_modulator_fc.Johnathan Corgan
Since this was corrected after the 3.4 API freeze, it is going into the 3.5 branch.
2011-07-01Merge branch 'master' into nextJohnathan Corgan
2011-07-01Merge branch 'single_pole_iir_const'Johnathan Corgan
2011-07-01gnuradio-core: make accessor const in gr_single_pole_iirJohannes Schmitz
2011-07-01Merge branch 'quad_demod_gain_accessors'Johnathan Corgan
2011-07-01gnuradio-core: use common coding style for accessor in quadrature_demod_cfJohnathan Corgan
2011-07-01gnuradio-core: add accessors for gain property of quadrature_demod_cfAlexandru Csete
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
2011-06-29uhd: added per motherboard reference source option (includes mimo cable)Josh Blum
2011-06-22grc: qtgui windows have scrollbars (thanks jason)Josh Blum
2011-06-22Merge pull request #2 from benreynwar/8pskTom Rondeau
Constell obj
2011-06-21gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now ↵Ben Reynwar
that it is in gr-digital.
2011-06-14uhd: simplify the work function, added TODOs for tagsJosh Blum
2011-06-13Fixed error in m4 config file.Ben Reynwar
2011-06-13Merge branch '8psk' of https://github.com/trondeau/gnuradio into 8pskBen Reynwar
2011-06-13Merge branch 'master' into 8pskTom Rondeau
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
2011-06-11Merge master into next, skipping revision changeJohnathan Corgan
2011-06-11Update revision to 3.5.0gitJohnathan Corgan
2011-06-11Update revision to 3.4.1gitJohnathan Corgan
2011-06-11Update revision to 3.4.0Johnathan Corgan
2011-06-11Update config.sub and config.guess with latest canonical versionsJohnathan Corgan
2011-06-11Allow disabling shm vmcircbuf tests at configure timeDon Ward
2011-06-11Merge remote branch 'burx/burx_updates_for_rel_3pt4'Johnathan Corgan
2011-06-09grc: removed var sink taps example, its no longer supported, weird, and not ↵Josh Blum
useful
2011-06-09grc: disable pythonw on darwin, apparently not neededJosh Blum
2011-06-09gr-uhd: enable 8 channels in grc uhd blocksJosh Blum
2011-06-07added high_res_timer_epoch to give ticks at the epochJosh Blum
2011-06-07qtgui: make a common function for the time label creation in waterfallJosh Blum
2011-06-07qtgui: removed all traces of highResTimeFunctions.hJosh Blum
2011-06-07qtgui: removed most of the functions in highResTimeFunctions.hJosh Blum
2011-06-07qtgui: partially switch to gruel high res timerJosh Blum
2011-06-07gruel: adding high resolution timer to gruelJosh Blum
2011-06-07qtgui: replace timespec with typedef so its easier to replaceJosh Blum
2011-06-07Merge branch 'mergeme/fix/trellis/metrics_typo'Tom Rondeau
2011-06-06digital: converting LMS algorithm to use the gr_adaptive_filter structure ↵Tom Rondeau
and making naming consistent (so CMA and LMS look and behave similary with different error and upate functions).
2011-06-06digital: formatting CMA code; adding get_ functions and renaming things for ↵Tom Rondeau
consistency.
2011-06-05Merge branch 'master' into turboTom Rondeau
2011-06-05trellis: fixed Makefile by removing non-existant file names.Tom Rondeau