• Sign in
  • Register
  • Home
  • Projects
  • Help
Search:
  • Overview
  • Activity
  • Roadmap
  • Issues
  • Calendar
  • News
  • Documents
  • Wiki
  • Files
  • Repository
« Previous | Next » 

Revision a0d13b42

ID: a0d13b42bfb3fd081d77e9d73cf4db9695a6d88b
Added by Tom Rondeau almost 4 years ago

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.

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

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences

  • config
    • grc_gnuradio_examples.m4 (diff)
  • gnuradio-core
    • src
      • lib
        • filter
          • Makefile.am (diff)
          • filter.i (diff)
          • gr_pfb_arb_resampler_ccf.cc
          • gr_pfb_arb_resampler_ccf.h
          • gr_pfb_arb_resampler_ccf.i
          • gr_pfb_channelizer_ccf.cc
          • gr_pfb_channelizer_ccf.h
          • gr_pfb_channelizer_ccf.i
          • gr_pfb_decimator_ccf.cc
          • gr_pfb_decimator_ccf.h
          • gr_pfb_decimator_ccf.i
          • gr_pfb_interpolator_ccf.cc
          • gr_pfb_interpolator_ccf.h
          • gr_pfb_interpolator_ccf.i
      • python
        • gnuradio
          • blks2impl
            • Makefile.am (diff)
            • pfb_arb_resampler.py
            • pfb_channelizer.py
            • pfb_decimator.py
            • pfb_interpolator.py
  • gnuradio-examples
    • python
      • Makefile.am (diff)
      • pfb
        • Makefile.am
        • channelize.py
        • chirp_channelize.py
        • decimate.py
        • fmtest.py
        • interpolate.py
  • gr-utils
    • src
      • python
        • gr_plot_const.py (diff)
        • gr_plot_fft.py (diff)
        • gr_plot_iq.py (diff)
        • gr_plot_psd.py (diff)
        • plot_data.py (diff)
Loading...
Powered by Redmine © 2006-2011 Jean-Philippe Lang