On Fri, Jul 04, 2008 at 07:52:56AM -0700, irene159 wrote:
> 
> Are there any files using resampling function that I can take a look at?
>

[EMAIL PROTECTED] trunk]$ find . -name '*.py' -print0 | xargs -0 grep -l 
rational_resampler
./gnuradio-core/src/lib/swig/gnuradio_swig_py_filter.py
./gnuradio-core/src/lib/filter/generate_all.py
./gnuradio-core/src/lib/filter/generate_gr_rational_resampler_base_XXX.py
./gnuradio-core/src/python/gnuradio/gr/qa_rational_resampler.py
./gnuradio-core/src/python/gnuradio/blks2impl/rational_resampler.py
./gr-radio-astronomy/src/python/usrp_psr_receiver.py
./gnuradio-examples/python/audio/test_resampler.py
./gnuradio-examples/python/usrp/limbo/ayfabtu.py
./gr-cvsd-vocoder/src/python/encdec.py
./gr-cvsd-vocoder/src/python/qa_cvsd_vocoder.py
./gr-utils/src/python/usrp_rx_nogui.py
./gr-pager/src/flex_demod.py


I'd suggest looking at gr-pager/src/flex_demod.py

Eric


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to