Revision 2f13d03f01f0fc182137c1f1f415dcf71d071715 authored by Duncan Brown on 12 July 2017, 14:51:50 UTC, committed by GitHub on 12 July 2017, 14:51:50 UTC
1 parent e8a5532
Raw File
filter.rst
###################################################
Filtering
###################################################

=====================================
Applying highpass / lowpass filters
=====================================

.. plot:: ../examples/filter/pass.py
   :include-source:

=====================================
Applying an FIR filter
=====================================

.. plot:: ../examples/filter/fir.py
   :include-source:

=====================================
Matched Filter SNR
=====================================

.. plot:: ../examples/filter/snr.py
   :include-source:

=====================================
Chisq time series
=====================================

.. plot:: ../examples/filter/chisq.py
   :include-source:
back to top