summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fft: adding missing item to cmake install.Tom Rondeau2012-08-221-0/+1
* digital: fixed up documentation and default values of digital blocks.Tom Rondeau2012-08-2233-80/+190
* filter: fixing PFB GRC blocks.Tom Rondeau2012-08-2214-536/+40
* core: fixing location of some components for the new hierarchy.Tom Rondeau2012-08-2214-27/+39
* filter: cleaning up GRC filter blocks.Tom Rondeau2012-08-2021-755/+27
* core: removed fft blocks from core (now only in gr-fft).Tom Rondeau2012-08-2014-984/+0
* filter: fixed names of filter GRC blocks.Tom Rondeau2012-08-2018-17/+17
* fft: fixed names of FFT GRC blocks.Tom Rondeau2012-08-203-2/+2
* trellis: fixing trellis examples for gr-filter update.Tom Rondeau2012-08-204-11/+11
* core: fixed default upper-limit on noutput_items to make sure we don't normal...Tom Rondeau2012-08-204-6/+6
* trellis: updating gr-trellis to handle changes with gr-digital.Tom Rondeau2012-08-2027-193/+240
* core: allowing gri_control_loop to be a pure-virtual parent class.Tom Rondeau2012-08-201-0/+1
* digital: fixed up digital blocks to make examples work again.Tom Rondeau2012-08-2025-624/+1137
* digital: cleaning up.Tom Rondeau2012-08-1823-171/+118
* digital: cleaning up.Tom Rondeau2012-08-175-189/+0
* digital: converted OFDM blocks to new style.Tom Rondeau2012-08-1737-2024/+2096
* swig: adds a macro to allow us to specify different factory functions besides...Tom Rondeau2012-08-1714-364/+335
* digital: converted equalizers and fixed cma equalizer.Tom Rondeau2012-08-1418-516/+556
* digital: converted packet_sink to new style.Tom Rondeau2012-08-149-374/+392
* digital: converted framer blocks to new style.Tom Rondeau2012-08-1423-768/+804
* digital: moved metric_type.h to digital include dir. Fixed gr-trellis to work...Tom Rondeau2012-08-1410-19/+18
* digital: converted mpsk_receiver to new style.Tom Rondeau2012-08-1410-720/+741
* digital: converted mpsk snr and probes to new style.Tom Rondeau2012-08-1427-1418/+1488
* digital: converted scrambler code to new style.Tom Rondeau2012-08-1317-412/+310
* digital: converted correlator blocks to 3.7; everything to make qa_correlate_...Tom Rondeau2012-08-1240-1427/+1591
* digital: updated blocks to make qa_constellation* tests pass.Tom Rondeau2012-08-1250-2879/+3071
* digital: converted over constellation and related blocks.Tom Rondeau2012-08-1123-1688/+1595
* digital: fixed formatting of code to properly comply with new standard.Tom Rondeau2012-08-116-32/+32
* Merge remote-tracking branch 'jcorgan/wip/filter-rm-next' into digital_implTom Rondeau2012-08-10376-32597/+2076
|\
| * digital: fixed narrowband BER test.Tom Rondeau2012-07-162-4/+6
| * digital: fixed narrowband voice example and OFDM code to use gr-filter.Tom Rondeau2012-07-165-15/+36
| * digital: fixing narrowband (de)mods and examples to work with gr-digital and ...Tom Rondeau2012-07-167-31/+35
| * digital: tweak to MPSK QA code.Tom Rondeau2012-07-161-3/+3
| * digital: fixed GFSK component to use gr-filter component.Tom Rondeau2012-07-161-2/+7
| * digital: fixed FLL loop to use gr-filter component.Tom Rondeau2012-07-162-13/+10
| * wxgui: update wxgui components to use gr-filter component.Tom Rondeau2012-07-165-11/+13
| * digital: fixed demod examples to work with gr-digital and gr-filter components.Tom Rondeau2012-07-166-1506/+1514
| * atsc: updating atsc component to work with gr-filter.Tom Rondeau2012-07-163-4/+8
| * Merge branch 'next' into wip/filter-rm-nextJohnathan Corgan2012-07-0921-1823/+2279
| |\
| * | digital: improving QA tests to test more samples with better data.Tom Rondeau2012-07-082-36/+61
| * | vocoder: make vocoder depend on gr-filter (and by proxy gr-fft).Tom Rondeau2012-07-083-4/+13
| * | Merge branch 'next' into wip/filter-rm-nextJohnathan Corgan2012-07-0710-902/+4
| |\ \
| * | | digital: fixing up some examples to use new namespaces.Tom Rondeau2012-07-073-12/+13
| * | | filter: updated adaptive filter blocks to use adaptive FIR kernels.Tom Rondeau2012-07-075-8/+9
| * | | filter: adjusting adaptive fir; set and get taps should come from parent fir ...Tom Rondeau2012-07-072-38/+2
| * | | filter: fixing a typo.Tom Rondeau2012-07-071-1/+1
| * | | core: update to build.Tom Rondeau2012-07-071-1/+0
| * | | digital: need to look for this import in two places for either installed apps...Tom Rondeau2012-07-071-1/+5
| * | | digital: fixing up equalizers to work with new inheritance structure.Tom Rondeau2012-07-078-72/+69
| * | | filter: bug fixes to use components in gr.filter and others fixes.Tom Rondeau2012-07-0610-31/+43