An open API service indexing awesome lists of open source software.

https://github.com/alvgaona/ssq

An optimized synchrosqueezed transform in pure C++
https://github.com/alvgaona/ssq

dsp fft signal-processing stft synchrosqueezing wavelet-transform wavelets

Last synced: 15 days ago
JSON representation

An optimized synchrosqueezed transform in pure C++

Awesome Lists containing this project

README

          

# ssq

[![License: LGPL-3.0](https://img.shields.io/badge/License-LGPL--3.0-blue.svg)](LICENSE)
[![C++20](https://img.shields.io/badge/C%2B%2B-20-blue.svg)](https://en.cppreference.com/w/cpp/20)

Synchrosqueezed transforms (FSST, WSST) with Python bindings.

## Prerequisites

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