fCWT icon indicating copy to clipboard operation
fCWT copied to clipboard

The fast Continuous Wavelet Transform (fCWT) is a library for fast calculation of CWT.

Results 32 fCWT issues
Sort by recently updated
recently updated
newest added

Hello, At present, I'm using MFCC as a feature in my CNN project. I'm also trying several other features to improve the prediction factor. The input data is a mono,...

I have restructured the whole library in the following aspects: - Full use of C++ and STL; no more C-style. There were many C-style parts, like raw pointers, manual dynamic...

This would be super handy for audio processing

Thanks to the authors for the opportunity to use this library! I have a little problem: i installed the fCWT library following the instructions from this official repository, And in...

First, I would like to express my sincere gratitude and respect for the contributions of the authors of this project. Below is my question. When I tried to use the...

Hi, Thanks for the great tool.. Is there anyway to reconstruct the signal from the coefficients ? For example ``` #Initialize fs = 1000 n = fs*100 #100 seconds ts...

this commit fix a couple of memory leaks, I dont know how it behaves on windows tho.

I'm guessing there may be a reason linked deeply into the algorithm to use single-precision floats, instead of doubles, which are often the default in many applications and libraries today....

To accommodate wavelets which do not have the basic fs/f conversion from frequency to scale it may be helpful to have a frequencyToScale(fs, f) method in the wavelet and for...

Dear Authors I don't see this as an issue, but was wondering if there is a way going about doing coherence analysis with your library (python). Also, thank you for...