summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/general
AgeCommit message (Expand)Author
2010-11-16Reverting to a sync_block for the annotator functions. Testing different rate...Tom Rondeau
2010-11-16Merge branch 'next' into taggingTom Rondeau
2010-11-14Add tests that show that vector<complex<float>> is not working...Eric Blossom
2010-11-14Update gr_nop, gr_null_sink and gr_null_source to modern coding conventions.Eric Blossom
2010-11-14Fixing constructor interface to work better through python (int instead of ui...Tom Rondeau
2010-11-14Fixed as many problems in general_ctors.test as I could quickly.Eric Blossom
2010-11-14Adds argument to annotator test blocks to determine when they add a new tag.Tom Rondeau
2010-11-14Fixing some bugs.Tom Rondeau
2010-11-13More test methods. Better testing of the all-to-all policy and more tests for...Tom Rondeau
2010-11-13Fixing how 1-to-1 annotator handles inputs to better test propagataion method.Tom Rondeau
2010-11-13Renamed annotator block that goes all-to-all now so that it can take in arbit...Tom Rondeau
2010-11-11Reworked 1-to-1 annotator block to better testing purposes.Tom Rondeau
2010-11-11Modifying the all-to-all stream annotator for better use in testing. It now a...Tom Rondeau
2010-11-11Adding an annotator block that moves tags using 1-to-1 policy.Tom Rondeau
2010-11-11Renaming random_annotator to annotator_1toall that moves tags from single inp...Tom Rondeau
2010-11-10Revert "add the .i files as dependencies"Eric Blossom
2010-11-10add the .i files as dependenciesRob Savoye
2010-11-10Example of how to fix throw crashesEric Blossom
2010-11-10new test case and fix for problemEric Blossom
2010-11-10Remove duplicate include of gr_endianness.i from general.iEric Blossom
2010-11-10Make fft window parameter a const vector ref to ease swigging.Eric Blossom
2010-11-10don't stub out ensure_py_gil_state, ifdef it out as it's python specificRob Savoye
2010-11-10don't use ensure_py_gil_state for guileRob Savoye
2010-11-08Adding a bit more checking on file operations.Tom Rondeau
2010-11-08Fixing signed/unsigned warnings.Tom Rondeau
2010-11-02Sneaking in a few warning fixes to this branch.Tom Rondeau
2010-08-03Merge branch 'maint'Johnathan Corgan
2010-08-03Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom
2010-08-02Revert "gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE"Johnathan Corgan
2010-07-21gnuradio-core: export missing public methods in gr.agc2Alexandru Csete
2010-06-22Merge branch 'patches/marcus/fftw'Johnathan Corgan
2010-05-18gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsoleteJohnathan Corgan
2010-05-16gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASUREMarcus D Leech
2010-04-30Add missing buffer allocator hint to gr_ofdm_sampler.ccEric Blossom
2010-04-18Fixing documentation to get rid of doxygen warnings.Tom Rondeau
2010-03-21Add new block gr.additive_scrambler_bb()Johnathan Corgan
2010-03-06Improved performance of FLL using a more robust error term.Tom Rondeau
2010-01-02Since I'm bothering to average the error, I might as well use it.Tom
2009-12-20Adding some documentation.Tom
2009-12-20Cleaning up functions.Tom
2009-12-20WIP: better access to setting FLL parameters and working on getting gain sett...Tom
2009-12-15Generating the band-edge filter taps based on the oversampling ratio (samples...Tom
2009-12-10Adding accessor functions to set alpha and beta gains for the FLL.Tom
2009-12-10Adding alpha and beta gains to FLL constructor.Tom
2009-12-09Adding a band-edge based frequency lock loop.Tom
2009-12-07Change type of gr_head nitems parameter to unsigned long long.Eric Blossom
2009-10-12Merge branch 'sync' of git@gnuradio.org:trondeau into masterJohnathan Corgan
2009-10-09Making old dbpsk work again to compare against new version.Tom
2009-10-08Added gr.copy(itemsize) blockJohnathan Corgan
2009-10-06Should not be clipping the error here.Tom