| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup on hierarchical flowgraph code. | jcorgan | 2006-12-18 | 4 | -8/+16 |
* | Missing file update to previous check-in r4128. | jcorgan | 2006-12-18 | 1 | -2/+1 |
* | Remove example from C++ directory. | jcorgan | 2006-12-18 | 13 | -478/+1 |
* | Rename dialtone -> dial_tone in examples. | jcorgan | 2006-12-18 | 5 | -19/+19 |
* | Merged jcorgan/sfg r4097:4124 into trunk, fixing hier_block2 threading issues. | jcorgan | 2006-12-18 | 7 | -69/+64 |
* | Don't remove Makefile.in during clean | eb | 2006-12-18 | 1 | -1/+0 |
* | changed complex_to_arg to use fast atan and updated QA | trondeau | 2006-12-17 | 2 | -4/+20 |
* | Added fast atan with complex input | trondeau | 2006-12-17 | 2 | -0/+8 |
* | fix for ticket:114 | eb | 2006-12-16 | 1 | -2/+3 |
* | change order to avoid silly warnings | matt | 2006-12-16 | 1 | -3/+3 |
* | Merged jcorgan/sfg changeset r4048 into trunk. | jcorgan | 2006-12-16 | 2 | -3/+125 |
* | more expressive Doxygen tag for using Costas loop | trondeau | 2006-12-15 | 1 | -0/+3 |
* | Merge jcorgan/sfg changeset 4089 into trunk. | jcorgan | 2006-12-14 | 3 | -9/+56 |
* | updated name of examples directory to /digital | trondeau | 2006-12-14 | 3 | -3/+3 |
* | adding QA for pll_freqdet block | trondeau | 2006-12-14 | 2 | -0/+162 |
* | adding QA for pll_refout block | trondeau | 2006-12-14 | 2 | -0/+159 |
* | adding QA for pll_carriertracking block | trondeau | 2006-12-14 | 2 | -0/+159 |
* | These routines have been modified to use fast atan2 | n4hy | 2006-12-14 | 2 | -2/+4 |
* | Merged jcorgan/sfg changeset r4082 into trunk (fixes gr.runtime parameter typ... | jcorgan | 2006-12-14 | 4 | -12/+17 |
* | Two loop gr_costas_loop removing one if statement per sample | n4hy | 2006-12-14 | 1 | -26/+51 |
* | Modified gr_pll_carriertracking to use gr_fast_atan2 rather than atan2 | n4hy | 2006-12-14 | 1 | -1/+3 |
* | Merge jcorgan/hier developer branch into trunk. Enables creation of true hie... | jcorgan | 2006-12-12 | 59 | -104/+3191 |
* | Move gr_runtime.h out of the way in preparation for merge of hier developer b... | jcorgan | 2006-12-12 | 9 | -8/+8 |
* | fix for ticket:113 gr_firdes::band_reject | eb | 2006-12-04 | 1 | -1/+1 |
* | Describe issues surrounding integrating BBN's 802.11 code. | gdt | 2006-12-04 | 1 | -0/+34 |
* | Fixes ticket:110. | jcorgan | 2006-12-01 | 1 | -1/+1 |
* | Fixes ticket:109 | jcorgan | 2006-12-01 | 1 | -2/+2 |
* | Require swig version 1.3.31 due to broken 'director' functionality in prior v... | jcorgan | 2006-11-30 | 2 | -3/+2 |
* | Fixes ticket:108 | jcorgan | 2006-11-27 | 1 | -5/+5 |
* | Fixes ticket:103 (patch applied) | jcorgan | 2006-11-27 | 1 | -1/+8 |
* | Fixes part 1 of ticket:99 | jcorgan | 2006-11-27 | 2 | -2/+0 |
* | Comment out non-portable pattern rules that aren't being used, and | gdt | 2006-11-25 | 2 | -4/+6 |
* | Use paths with $(top_srcdir) so that builds from other than source dirs work. | gdt | 2006-11-25 | 2 | -2/+2 |
* | Use PORTAUDIO_CFLAGS thoughtfully provided by configure. Fixes build | gdt | 2006-11-25 | 1 | -1/+1 |
* | Avoid pattern rule to enable building with BSD make. | gdt | 2006-11-25 | 1 | -2/+2 |
* | Note optional use of xmlto. | gdt | 2006-11-25 | 1 | -0/+4 |
* | Avoid non-portable use of $< in non-pattern rule. | gdt | 2006-11-25 | 1 | -1/+1 |
* | When using python to check for wx module, call it via the variable | gdt | 2006-11-25 | 1 | -3/+1 |
* | fixed typo in beta value for qpsk demod | trondeau | 2006-11-21 | 1 | -1/+1 |
* | improved Costas loop gains for QPSK receiver | trondeau | 2006-11-21 | 1 | -3/+3 |
* | latest version of quartus | matt | 2006-11-20 | 1 | -1/+1 |
* | updated for new ftp.gnu.org upload system | eb | 2006-11-15 | 1 | -4/+8 |
* | explain why this is separate (ripped off from Eric's email to the list) | gdt | 2006-11-11 | 1 | -3/+6 |
* | Fixes ticket:98 | jcorgan | 2006-11-10 | 2 | -3/+4 |
* | Fixes ticket:97 | jcorgan | 2006-11-10 | 1 | -3/+15 |
* | added default values to help messages | eb | 2006-11-10 | 1 | -4/+4 |
* | Fixes ticket:93. | jcorgan | 2006-11-08 | 1 | -1/+1 |
* | Default costas-alpha set to None instead of float | trondeau | 2006-11-06 | 2 | -8/+11 |
* | merging from trondeau/digital-wip for improved dbpsk and dqpsk receivers | trondeau | 2006-11-05 | 3 | -19/+31 |
* | Clarify bug fix | jcorgan | 2006-11-04 | 1 | -1/+1 |