Revision 7d0111900e681d8c0da9bb6b47cad3b1166793c6 authored by Collin Capano on 23 September 2020, 15:06:38 UTC, committed by GitHub on 23 September 2020, 15:06:38 UTC
1 parent 08945c8
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