Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-29 | digital: fixed qpsk modulators to enable dqpsk. | Tom Rondeau | |
2011-08-29 | digital: created a separate DQPSK constellation that does not gray code ↵ | Tom Rondeau | |
inside the block. This forces a slower decision making routine but allows differential encoding. Gray coding is done using pre_diff_code. | |||
2011-08-27 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2011-08-27 | Merge branch 'maint' of gnuradio.org:gnuradio into maint | Tom Rondeau | |
2011-08-27 | Merge branch 'master' into next | Tom Rondeau | |
2011-08-27 | Merge branch 'maint' | Tom Rondeau | |
2011-08-27 | digital: wip: dqpsk needs work. | Tom Rondeau | |
2011-08-27 | digital: working on adding a dqpsk modulation block. | Tom Rondeau | |
2011-08-27 | digital: updating constellation receiver's QA code. | Tom Rondeau | |
2011-08-27 | digital: made digital constellation receiver a child of the second order ↵ | Tom Rondeau | |
control loop class and cleaned up the interface. | |||
2011-08-27 | grc: adding ctcss squelch block to GRC. | Tom Rondeau | |
2011-08-22 | utils: fixed typo | Tom Rondeau | |
2011-08-22 | Merge branch 'master' into next | Johnathan Corgan | |
2011-08-22 | gr-uhd: readd displaced alias for single_usrp_sink | Thomas Tsou | |
Insert alias for single_usrp_sink mistakenly removed in Commit 893f946b "gr-uhd: add async metadata source block" | |||
2011-08-19 | Merge branch 'master' into next | Johnathan Corgan | |
2011-08-19 | Merge remote branch 'ttsou/async' | Johnathan Corgan | |
2011-08-19 | Revert "gr-uhd: post received async messages to user supplied msg queue" | Johnathan Corgan | |
This reverts commit 25b1550dba377b6dc86bee3e6f269a721efee655. | |||
2011-08-19 | gr-uhd: add async metadata source block | Thomas Tsou | |
Add asynchronous message "block" that is independent of normal gnuradio scheduler. The block instantiates a thread to wait for asynchronous messages from UHD and encapsulates them in a gr_message posted into a message queue. The interface is empty because the block is internally driven and accessed through the the constructor specified message queue. | |||
2011-08-15 | Merge branch 'master' into next | Johnathan Corgan | |
2011-08-14 | digital: cleaned up Costas loop code by switching over to the ↵ | Tom Rondeau | |
gri_control_loop class to handle the inner loop. Had to add it to digital_swig.i to properly wrap the parent functions into Python. | |||
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-13 | Allocate 10 additional USB PIDs to Bdale. | Eric Blossom | |
2011-08-13 | Update details on Bdale's existing USB PID allocation. | Eric Blossom | |
2011-08-13 | Merge branch 'master' into next | Johnathan Corgan | |
2011-08-13 | gr-uhd: post received async messages to user supplied msg queue | Johnathan Corgan | |
2011-08-10 | digital: fixing naming of logging files. | Tom Rondeau | |
2011-08-10 | fixing constellation plotter to gracefully handle the end of a file. | Tom Rondeau | |
2011-08-10 | Cleaning up; adding a different dbpsk that uses differential coding. The ↵ | Tom Rondeau | |
normal bpsk is non-differential by default, but can be set to use differential with the right flag. | |||
2011-08-10 | digital: updated constellation receiver to use loop bandwidth and damping ↵ | Tom Rondeau | |
factor instead of setting alpha and beta independently. Also cleaning up Costas loop a bit more. | |||
2011-08-09 | digital: fixing up receiver code. Almost there... | Tom Rondeau | |
2011-08-09 | digital: setting up receive path to use new timing loop API, FLL API, new ↵ | Tom Rondeau | |
gain names/settings. Also added concept of gray coding to generic mod/demod and reworked bpsk/qpsk modulators so both work. | |||
2011-08-09 | digital: fixed complex M&M to output the error signal as a float. Also ↵ | Tom Rondeau | |
changed the error value limit since we were hitting it constantly before. | |||
2011-08-09 | digital: added M&M clock recovery loop as an option to compare against ↵ | Tom Rondeau | |
polyphase filterbank. | |||
2011-08-08 | digital: adding a timing offset example. | Tom Rondeau | |
2011-08-08 | digital: reworking pfb_clock_sync block for better construction of diff ↵ | Tom Rondeau | |
taps, more accesors. | |||
2011-08-02 | Merge branch 'master' into next | Tom Rondeau | |
* master: patch: applying Alexandru Csete's patch (that I though I already applied...) | |||
2011-08-02 | Merge branch 'maint' | Tom Rondeau | |
* maint: patch: applying Alexandru Csete's patch (that I though I already applied...) | |||
2011-08-02 | patch: applying Alexandru Csete's patch (that I though I already applied...) | Tom Rondeau | |
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: update documentation. | Tom Rondeau | |
2011-07-30 | digital: Add a costas loop example program. Updates FLL example program to ↵ | Tom Rondeau | |
include phase offset setting. | |||
2011-07-30 | digital: updated Costas loop again. The damping factor is now set by default ↵ | Tom Rondeau | |
and is no longer part of the constructor. All variables are exposed in gets and sets, though, for any purposes. | |||
2011-07-30 | digital: better behavior of FLL code and added gets and sets for the ↵ | Tom Rondeau | |
frequency and phase estimates. | |||
2011-07-30 | digital: cut down number of samples in constellation_receiver QA code to ↵ | Tom Rondeau | |
make shorter test time. | |||
2011-07-30 | digtial: Added an example script to show/test the behavior of the FLL. | Tom Rondeau | |
2011-07-30 | digital: added QA code for FLL algorithm. Updated generic_mod_demod to use ↵ | Tom Rondeau | |
new FLL in digital instead of gr. | |||
2011-07-30 | digital: moved fll_band_edge into gr-digital. | Tom Rondeau | |
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 | |