Skip to content
/ ssq Public

An optimized synchrosqueezed transform in pure C++

License

Notifications You must be signed in to change notification settings

alvgaona/ssq

Repository files navigation

ssq

License: LGPL-3.0 C++20

Synchrosqueezed transforms (FSST, WSST) with Python bindings.

Prerequisites

  • CMake >= 3.18
  • C++20 compiler
  • FFTW3
  • Eigen3
  • pybind11