fastlib / fCWT

The fast Continuous Wavelet Transform (fCWT) is a library for fast calculation of CWT.
Apache License 2.0
283 stars 55 forks source link

memory error #65

Closed karu2003 closed 4 months ago

karu2003 commented 4 months ago

const int fn = 10;

if you reduce the number of frequencies to ten. a memory error occurs.