| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged gcell-wip -r8159:8202 into trunk. This includes the following | eb | 2008-04-16 | 31 | -149/+1723 |
* | Fixed to pass distcheck, except QA test operates differently during distcheck... | jcorgan | 2008-04-15 | 2 | -2/+2 |
* | Merged r8195:8205 from jcorgan/ecc into trunk. Adds convolutional encoder | jcorgan | 2008-04-15 | 19 | -4/+1179 |
* | Mostly fixed the van de Beek ML synchronization scheme. Instead of using the ... | trondeau | 2008-04-15 | 1 | -25/+34 |
* | Adjusting structure a bit to redistribute responsibilities. This does not cha... | trondeau | 2008-04-15 | 3 | -49/+49 |
* | Fix typo in previous check-in | jcorgan | 2008-04-12 | 1 | -2/+2 |
* | Addes gr.cpfsk_bc(), a continuous phase frequency shift keying modulator block. | jcorgan | 2008-04-12 | 5 | -2/+182 |
* | Adds gru.daemonize() and example application. Simplifies running GNU Radio a... | jcorgan | 2008-04-12 | 4 | -1/+162 |
* | Adds gr.integrate_XX for ss, ii, ff, and cc. Sums successive samples and dec... | jcorgan | 2008-04-12 | 8 | -0/+259 |
* | Fixes typo in r8188. | jcorgan | 2008-04-12 | 1 | -1/+1 |
* | bug in gr_argmax_XX.cc.t fixed | n4hy | 2008-04-11 | 1 | -1/+1 |
* | fixing bug in gr_max_XX.cc.t and modifying qa_max.py to test fix | n4hy | 2008-04-11 | 2 | -1/+15 |
* | Adds gr.repeat(), an interpolating block to repeat a sample N times on the ou... | jcorgan | 2008-04-11 | 6 | -0/+185 |
* | Added CIC compensation filter tap generator. Useful when working without the... | jcorgan | 2008-04-11 | 2 | -0/+46 |
* | Add ignores for new directory. | jcorgan | 2008-04-11 | 0 | -0/+0 |
* | put portaudio examples in a separate directory | n4hy | 2008-04-10 | 1 | -1/+1 |
* | adding example sources to portaudio | n4hy | 2008-04-10 | 13 | -0/+826 |
* | portaudio specific examples added to gr-audio-portaudio | n4hy | 2008-04-10 | 3 | -0/+5 |
* | Fixes ticket:238. (Tim Meehan) | jcorgan | 2008-04-09 | 2 | -4/+3 |
* | Adding a simple script to read data from the MSDD source and dump it to a file. | trondeau | 2008-04-02 | 1 | -0/+74 |
* | Changed from TCP to UDP streaming; only reissue command when opening the sock... | trondeau | 2008-04-02 | 2 | -17/+42 |
* | audio windows added to audio.py | n4hy | 2008-04-01 | 1 | -1/+1 |
* | merging branch trondeau/ofdm r7971:8143. Fixing subcarriers and other issues ... | trondeau | 2008-03-31 | 8 | -30/+145 |
* | modifications to firmware requires test code changes for udp | n4hy | 2008-03-25 | 1 | -11/+29 |
* | Update config files from canonical source. | jcorgan | 2008-03-24 | 2 | -10/+6 |
* | Update config files from canonical source. | jcorgan | 2008-03-24 | 2 | -17/+59 |
* | Fixed gr.udp_source,sink for use on Win32 (Don Ward) | jcorgan | 2008-03-24 | 5 | -6/+33 |
* | Tweak ticket:181 fix for Win32 (Don Ward) | jcorgan | 2008-03-24 | 1 | -3/+5 |
* | Add missing peak hold initialization (Josh Blum) | jcorgan | 2008-03-24 | 1 | -2/+4 |
* | Fix for gcell corrrectness/performance problem. Replaces mfc_sync | eb | 2008-03-24 | 3 | -9/+13 |
* | dependency fix | eb | 2008-03-24 | 1 | -0/+2 |
* | minor cleanup | eb | 2008-03-24 | 5 | -4/+17 |
* | Merged gcell, the Cell SPE scheduler and RPC mechanism into the trunk. | eb | 2008-03-24 | 146 | -10/+13030 |
* | Minor tweak that avoids intermittent build failure | eb | 2008-03-19 | 3 | -4/+3 |
* | Fix missing symbolic link in Debian packages. | jcorgan | 2008-03-19 | 1 | -1/+1 |
* | Fixes ticket:193 | jcorgan | 2008-03-19 | 1 | -0/+1 |
* | Don't define RANDOM_MAX on systems that have already defined it. (At | gdt | 2008-03-17 | 1 | -3/+9 |
* | Use AC_PATH_PROG to avoid which(1). | gdt | 2008-03-16 | 1 | -11/+2 |
* | Add comments noting things that need fixing. | gdt | 2008-03-16 | 1 | -0/+9 |
* | Fix incorrect FFT size compensation in fftsink2 | jcorgan | 2008-03-12 | 1 | -2/+2 |
* | Add ignores for generate-stamp. | jcorgan | 2008-03-08 | 0 | -0/+0 |
* | Adds callback function so that the user can click on a point in the time sequ... | trondeau | 2008-03-07 | 1 | -5/+40 |
* | Merged eb/reverted-7899 -r7928:7930 into trunk. This effectively | eb | 2008-03-05 | 4 | -23/+35 |
* | Fix tab/space usage for previous fix. | jcorgan | 2008-03-04 | 1 | -1/+1 |
* | Fix missing connect call from hier_block2 conversion. | jcorgan | 2008-03-04 | 1 | -1/+1 |
* | Fix for ticket:236, parallel makes are indeterminate. | eb | 2008-03-03 | 4 | -6/+109 |
* | Update for new gr-msdd6000 component. | jcorgan | 2008-02-29 | 1 | -0/+1 |
* | Change prefix to /usr/local/gnuradio, believed acceptable on *BSD and | gdt | 2008-02-29 | 1 | -8/+22 |
* | Merged r7857:7898 from n4hy/msddLTS into trunk, with modification. Adds gr-m... | jcorgan | 2008-02-29 | 24 | -0/+2386 |
* | Merged r7866:7887 from michaelld/discheck_fix into trunk. Allows running 'ma... | jcorgan | 2008-02-29 | 3 | -14/+9 |