OverLordGoldDragon / ssqueezepy

Synchrosqueezing, wavelet transforms, and time-frequency analysis in Python
MIT License
599 stars 92 forks source link

Adapting ssqueezepy for C++ #94

Closed brianpereboom closed 1 year ago

brianpereboom commented 1 year ago

I am working on an audio analysis project in C++ and wish to use the sswt, but I'm not sure how to optimize the threshold for the division. If the threshold is too strict, it cuts off the higher frequencies (lower amplitudes), and not strict enough, the floating point errors get amplified.