Revision dc75feaa59349e849faba82fffcf36fb06851cc4 authored by SSastro00 on 18 June 2020, 05:09:22 UTC, committed by Alex Nitz on 25 June 2020, 18:38:57 UTC
1 parent 4c9716c
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