summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2018-01-09 11:15:23 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2018-01-09 11:15:23 +0100
commitf6eae00e12b964b0638250580916ba4660c2f5a8 (patch)
tree715857b6f203c034cb1c066392c596391380c512 /docs
parent9928a41c9abeeb60de7acf77f4dbb42359ef81b6 (diff)
downloadufo-filters-f6eae00e12b964b0638250580916ba4660c2f5a8.tar.gz
ufo-filters-f6eae00e12b964b0638250580916ba4660c2f5a8.tar.bz2
ufo-filters-f6eae00e12b964b0638250580916ba4660c2f5a8.tar.xz
ufo-filters-f6eae00e12b964b0638250580916ba4660c2f5a8.zip
manual: list the bh3 filter
Diffstat (limited to 'docs')
-rw-r--r--docs/filters.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/filters.rst b/docs/filters.rst
index 77f4f0a..a72a52a 100644
--- a/docs/filters.rst
+++ b/docs/filters.rst
@@ -698,10 +698,10 @@ Frequency filtering
.. gobj:prop:: filter :enum
- Any of ``ramp``, ``ramp-fromreal``, ``butterworth``, ``faris-byer`` and
- ``hamming``. The default filter is ``ramp-fromreal`` which computes a
- correct ramp filter avoiding offset issues encountered with naive
- implementations.
+ Any of ``ramp``, ``ramp-fromreal``, ``butterworth``, ``faris-byer``,
+ ``hamming`` and ``bh3`` (Blackman-Harris-3). The default filter is
+ ``ramp-fromreal`` which computes a correct ramp filter avoiding offset
+ issues encountered with naive implementations.
.. gobj:prop:: scale:float