Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / python / gnuradio / blks2impl / Makefile.am @ 0e8c3542

History | View | Annotate | Download (1.6 kB)

# Date Author Comment
c23d8a22 01/20/2011 09:21 pm Ben Reynwar

Added support for PSK to generic modulation.

704825a2 12/10/2010 04:33 am Ben Reynwar

Fixing Makefile.am in blks2impl for recent changes.

2863f40d 12/09/2010 10:12 pm Ben Reynwar

Added support for modulation/demodulation of a generic constellation.
Not yet robust enough.
Inefficient QAM modulation/demodulation also added (via the generic implementation).

c11ce18d 03/14/2010 09:36 pm Tom Rondeau

Fixing copyright dates.

f3329805 10/12/2009 08:04 pm Tom Rondeau

Adding dqpsk2 block to makefile for installation.

19e2cc4b 10/10/2009 01:21 am Tomas Balbierius

Making old dbpsk work again to compare against new version.

f0bf96fa 09/09/2009 07:33 pm Josh Blum

copied usrp_siggen stuff from experimental gui into gnuradio tree

a0d13b42 08/12/2009 03:39 am Tom Rondeau

Merging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase filterbank implementations that do (integer) decimation, (integer) interpolation, arbitrary resampling, and channelizing. gnuradio-example/python/pfb includes a number of different examples of how to use these blocks....

58bd4cea 04/15/2009 02:21 am n4hy McGwier

new fm detector added based on FIR derivative detector. Stereo sep better than pll based one and more efficient. Tweaking probably needed, usrp_wfm_rcv_fmdet added to demo

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10847 221aa14e-8319-0410-a670-987f0aec2ac5

c3f962a1 03/14/2009 02:28 am Johnathan Corgan

Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5

44498d11 07/05/2008 08:20 pm Johnathan Corgan

Adds blks2.logpwrfft_c,f blocks.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8801 221aa14e-8319-0410-a670-987f0aec2ac5

c7dbe561 07/05/2008 07:14 pm Johnathan Corgan

Adds blks2.stream_to_vector_decimator block.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8799 221aa14e-8319-0410-a670-987f0aec2ac5

ce165145 01/02/2008 05:35 pm Tom Rondeau

Merging ofdm2 branch -r7047:7321 into trunk. This updates the OFDM code to hier_block2 in blks2impl and removed from blksimpl. The new code
implements a decision feedback sync loop to lock the phase/freq, removes two unnecessary premables and performs frame sync and equalization off...

b5bd9e6e 10/18/2007 01:47 am Johnathan Corgan

Remove non-converted OFDM code from blks2impl (examples still use blks, not blks2.)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6649 221aa14e-8319-0410-a670-987f0aec2ac5

e692e713 09/18/2007 06:59 pm Johnathan Corgan

Merge r6461:6464 from jcorgan/t162-staging into trunk.

  • Final gr.top_block and gr.hier_block2 implementation inside
    gnuradio-core/src/lib/runtime
  • Implementation of gr.hier_block2 versions of all the old-style blocks
    in blks. These live in blks2....