summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix missing include from last commitJohnathan Corgan2009-10-311-0/+2
* core: added gr.pfb_clock_sync_fff based on _ccf version, updated exampleJohnathan Corgan2009-10-315-4/+470
* Resampler seems to be working for all values of rateTom2009-10-192-3/+8
* Working on fixing arbitrary resampler not working for rate < 1.0; this fixes ...Tom2009-10-191-1/+2
* Merge branch 'sync' of git@gnuradio.org:trondeau into masterJohnathan Corgan2009-10-124-89/+139
|\
| * This splits the rate into a fractional an integer value, which allows the loo...Tom Rondeau2009-10-122-4/+18
| * Fixing compiler warnings.Tom Rondeau2009-10-121-8/+6
| * A bit of code cleanup.Tom Rondeau2009-10-121-12/+2
| * Making old dbpsk work again to compare against new version.Tom2009-10-091-1/+1
| * Cleaning up constructor.Tom2009-10-091-2/+1
| * Moving filter number decision to start work function.Tom2009-10-091-8/+9
| * Cleaning up unused variable and code.Tom2009-10-092-25/+2
| * Working fractional sample rates in clock recovery algorithm.Tom2009-10-091-14/+17
| * Chaning update for fractional sample rate into filter index.Tom2009-10-091-9/+5
| * wipTom2009-10-093-18/+25
| * Working on allowing fractional samples per symbol.Tom2009-10-083-33/+51
| * Working sync for QPSKTom2009-10-071-3/+6
| * More stable version of clock sync.Tom2009-10-072-6/+11
| * Clipping the rate of the clock recovery helps track large changes.Tom2009-10-071-8/+20
| * Fixing previous checkinTom2009-10-061-1/+1
| * Adding accessor functions for both alpha and beta.Tom2009-10-063-5/+10
| * Fixing io signature for debug outputs.Tom2009-10-061-2/+3
| * Adding more outputs for debugging.Tom2009-10-061-7/+13
| * Changinging behavior of parameter update for PFB clock recovery alg.Tom2009-10-062-19/+23
| * Making second output port of PFB clock recovery optional.Tom2009-10-061-3/+8
| * Merge branch 'master' into syncTom2009-10-065-6/+7
| |\
| * | Should not be clipping the error here.Tom2009-10-061-3/+1
| * | wip on clock sync block; exposing set gain functionTom2009-10-063-19/+27
* | | Add flags and dependencies for MinGW/MSYS.Johnathan Corgan2009-10-101-3/+11
* | | Use gruel::mutex instead of pthread_mutex in gr_histo_sink_f.Johnathan Corgan2009-10-102-10/+5
* | | Added gr.copy(itemsize) blockJohnathan Corgan2009-10-085-2/+175
| |/ |/|
* | Add missing include file in gnuradio-coreJohnathan Corgan2009-09-251-0/+1
* | Fix doxygen warnings.Philip Balister2009-09-154-6/+6
|/
* Add missing cstdio includes for gcc 4.4 compatibilityJohnathan Corgan2009-09-054-0/+4
* Merge branch 'sync' from http://gnuradio.org/git/trondeau.git into masterJohnathan Corgan2009-09-035-2/+420
|\
| * Fixing a line in the clock recovery algorithm. This works with a bit larger e...Tom Rondeau2009-09-031-1/+0
| * Adding clock sync algorithm using PFB. This works, but needs a bit more work.Tom2009-08-305-2/+421
* | Removed subversion related configuration info.Johnathan Corgan2009-09-024-34/+0
|/
* Merged changes from svn repository trunk.Johnathan Corgan2009-08-1510-13/+222
|\
| * Refactored gr_msg_accepter and gr_tpd_thread_body.Eric Blossom2009-08-138-44/+125
| * Thread-per-block loop now checks and dequeues messages to handle_msg.Johnathan Corgan2009-08-135-15/+40
| * Notify derived class when post()edJohnathan Corgan2009-08-132-4/+24
| * Added gr_msg_accepter class.Johnathan Corgan2009-08-135-3/+89
| * Added git ignore files auto created from svn:ignore properties.git repository hosting2009-08-1312-0/+1051
* | Added reset method to gr_head and gr_vector_sink. This allows graphseb2009-08-155-16/+25
* | gr_blocks may now produce different number of output items on each output str...eb2009-08-155-13/+54
* | Added git ignore files auto created from svn:ignore properties.git2009-08-1412-0/+1051
|/
* Merging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase filte...trondeau2009-08-1214-3/+1426
* Adds constructor for gr.message_source that takes existing msgq.jcorgan2009-08-063-0/+21
* Fixed optfir for producing equiripple FIR filters. Does LPF, fixes the HPF, a...trondeau2009-08-051-1/+3