Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-23 | fixing PLL's using new control_loop class so their output update is done at ↵ | Tom Rondeau | |
the right time; were lagging by a sample before. | |||
2011-09-01 | Fixed the PFB clock sync block when asking for multiple samples per symbol out. | Tom Rondeau | |
2011-09-01 | digital: adding CPM C++ hier block, which adds a hier directory to ↵ | Tom Rondeau | |
gr-digital. Reworked build system to include this in the libraries and modules built. | |||
2011-08-30 | digital: fixed up build to make libdigital_hier.la; does not swig or get ↵ | Tom Rondeau | |
built into full library yet. Passes distcheck. | |||
2011-08-30 | digital: moved newly added CPM and GMSK hier blocks to gr-digital. | Tom Rondeau | |
2011-08-30 | Merge remote branch 'mbant/cpm' into digital | Tom Rondeau | |
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 | |||
2011-08-29 | Updating QA code for PLL blocks. Setting gains using new loop bw concept ↵ | Tom Rondeau | |
changes the behavior slightly so new values were necessary. By explicitly setting alpha and beta to the previous values still worked, though. | |||
2011-08-29 | Updating all three PLL blocks to use new control_loop parent class. | Tom Rondeau | |
2011-08-14 | Convering the PLL refout block to use the gri_control_loop class to take ↵ | Tom Rondeau | |
care of the internal loop. The error and what to do with the phase and freq are left to this block. It also changes the interface so that the PLL's gains are determined by the loop bandwidth. | |||
2011-08-14 | Adding a control_loop class that takes care of setting the loop gains and ↵ | Tom Rondeau | |
the standard loop advance function. This should be used as a parent class of any block that uses a 2nd order control loop (like the PLL, clock recovery, etc blocks). | |||
2011-08-08 | digital: reworking pfb_clock_sync block for better construction of diff ↵ | Tom Rondeau | |
taps, more accesors. | |||
2011-07-30 | updating PFB clock sync to use loop bandwidth and damping factor instead of ↵ | Tom Rondeau | |
setting gains independently. | |||
2011-07-30 | digital: moved fll_band_edge out of gnruadio-core. | Tom Rondeau | |
2011-07-30 | core: made significant improvements in FLL algorithm. Now converges very nicely. | Tom Rondeau | |
2011-07-24 | digital: moving Python digital stuff to gr-digital. Fixing some build issues. | Tom Rondeau | |
2011-07-24 | digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA ↵ | Tom Rondeau | |
code for it. | |||
2011-07-24 | digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code ↵ | Tom Rondeau | |
for it. | |||
2011-07-21 | digital: moving correlate_access_code to gr-digital. | Tom Rondeau | |
2011-07-20 | digital: removed LMS and CMA equalizers from core that are supplanted in ↵ | Tom Rondeau | |
gr-digital. | |||
2011-07-19 | digital: removed gr_costas_loop from gnuradio-core that is replaced in ↵ | Tom Rondeau | |
gr-digital. | |||
2011-07-19 | digital: removed references to modulators that were moved to gr-digital. | Tom Rondeau | |
2011-07-19 | digital: moved clock_recovery_ff/cc to gr-digital. | Tom Rondeau | |
2011-07-19 | digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA ↵ | Tom Rondeau | |
code. Removed constellation_decoder and everything that dependedon it. Must switch everything to digital_constellation_decoder now. Also moved gmsk to gr-digital. Make check passes. | |||
2011-07-17 | Merge branch '8psk' into next | Tom Rondeau | |
Conflicts: gr-msdd6000/src/Makefile.swig.gen | |||
2011-07-12 | fixing build | Tom Rondeau | |
2011-07-10 | digital: removed new constellation blocks from gnuradio-core. | Tom Rondeau | |
2011-07-01 | Fix 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-01 | Merge branch 'single_pole_iir_const' | Johnathan Corgan | |
2011-07-01 | gnuradio-core: make accessor const in gr_single_pole_iir | Johannes Schmitz | |
2011-07-01 | gnuradio-core: use common coding style for accessor in quadrature_demod_cf | Johnathan Corgan | |
2011-07-01 | gnuradio-core: add accessors for gain property of quadrature_demod_cf | Alexandru 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-21 | gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now ↵ | Ben Reynwar | |
that it is in gr-digital. | |||
2011-06-13 | Merge branch '8psk' of https://github.com/trondeau/gnuradio into 8psk | Ben Reynwar | |
2011-06-13 | Merge branch 'master' into 8psk | Tom 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-11 | Allow disabling shm vmcircbuf tests at configure time | Don Ward | |
2011-06-03 | Merge branch 'master' into 8psk | Tom Rondeau | |
2011-06-02 | core: fixed documentation for dc blocker. | Tom Rondeau | |
2011-06-02 | QA: adding QA code for DC blocker block. Tests impulse response for complex ↵ | Tom Rondeau | |
and float, long and short form for each. | |||
2011-05-25 | filter: adding floating point version of DC blocker alg. | Tom Rondeau | |
2011-05-25 | filter: changing name of moving average class to remove name conflicts. | Tom Rondeau | |
2011-05-25 | filter: adding a DC blocker algorithm. | Tom Rondeau | |
2011-05-18 | filter: Adding a concept of output samples per symbol to the PFB clock ↵ | Tom Rondeau | |
recovery alg, mostly so you can pass on 2+ samples per symbol to a follow-on equalizer. | |||
2011-05-18 | core: minor changes to clean up adaptive filter code. | Tom Rondeau | |
2011-05-13 | Merge branch 'master' into 8psk | Tom Rondeau | |
2011-05-12 | core: adding get/set sensitivity accessors to frequency_modulator_fc block. | Tom Rondeau | |
2011-05-11 | Moved generic psk and qam modulation into gr-digital. | Ben Reynwar | |
2011-05-08 | Merge branch 'master' into 8psk | Tom Rondeau | |
2011-04-12 | Small bug fix so M&M block asks for the right number of items. | Tom Rondeau | |
2011-04-08 | gr-digital: updating build for consetellation object move. | Tom Rondeau | |
2011-04-08 | gr-digital: moved consetellation object into gr-digital space. | Tom Rondeau | |