Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/source/ref/cwt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ This section focuses on the one-dimensional Continuous Wavelet Transform. It
introduces the main function ``cwt`` alongside several helper function, and
also gives an overview over the available wavelets for this transfom.

.. note::

``cwt`` and related functions in PyWavelets have some known issues;
you may be interested in trying the ``cwt`` implementation in
`ssqueezepy <https://pypi.org/project/ssqueezepy/>`__,
which is substantially faster and may also be more accurate.


Introduction
------------
Expand Down