History | View | Annotate | Download (1.6 kB)
Added support for PSK to generic modulation.
Fixing Makefile.am in blks2impl for recent changes.
Added support for modulation/demodulation of a generic constellation.Not yet robust enough.Inefficient QAM modulation/demodulation also added (via the generic implementation).
Fixing copyright dates.
Adding dqpsk2 block to makefile for installation.
Making old dbpsk work again to compare against new version.
copied usrp_siggen stuff from experimental gui into gnuradio tree
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....
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
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
Adds blks2.logpwrfft_c,f blocks.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8801 221aa14e-8319-0410-a670-987f0aec2ac5
Adds blks2.stream_to_vector_decimator block.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8799 221aa14e-8319-0410-a670-987f0aec2ac5
Merging ofdm2 branch -r7047:7321 into trunk. This updates the OFDM code to hier_block2 in blks2impl and removed from blksimpl. The new codeimplements a decision feedback sync loop to lock the phase/freq, removes two unnecessary premables and performs frame sync and equalization off...
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
Merge r6461:6464 from jcorgan/t162-staging into trunk.