File: thresholding-functions.rst

package info (click to toggle)
pywavelets 1.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,680 kB
  • sloc: python: 8,849; ansic: 5,134; makefile: 93
file content (24 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. _ref-thresholding:
.. currentmodule:: pywt

Thresholding functions
======================

The :mod:`~pywt.thresholding` helper module implements the most popular signal
thresholding functions.

Thresholding
------------

.. autofunction:: threshold
.. autofunction:: threshold_firm

The left panel of the figure below illustrates that non-negative Garotte
thresholding is intermediate between soft and hard thresholding.  Firm
thresholding transitions between soft and hard thresholding behavior. It
requires a pair of threshold values that define the width of the transition
region.

.. plot:: pyplots/plot_thresholds.py

.. include:: ../common_refs.rst