fastlib

Results 30 comments of fastlib

Dear Raphael, Can you show me the code you already wrote? I do not see how your current implementation using MATLAB's CWT function is difficult to merge with the example...

You haven't compiled the MEX-files yet. Please read about MEX files and how you can compile them in the readme. Only then, after you've compiled the .mexmaci64 (MAC) or .mexwin64...

I'm working on an update where there are Gaussian and Paul wavelets. However, due to other duties, work on this slowed down. I hope to release it somewhere this year!

Using single-precision floats instead of doubles has one major (and obvious) advantage: memory efficiency. Using singles reduces the number of cachemisses in the L caches, reduces memory usage and allows...

Dear ElliotShang, This has to do with OpenMP on windows. As with your previous commit, I cannot really help you from here as this has to do with the installation/configuration...

For now, the only way is to calculate a new window that overlaps with the previous calculate time-frequency matrix. For 99% of real-world cases, this is sufficient. Think about this....

The Heisenberg uncertainty principle is something we cannot break. In fact, no algorithm that does single passes can circumvent this and those that claim they can do better (e.g., superresolution)...

Can you give an example of coherence analysis?

I think I need a bit more information. For example: - Did you use optimization plans? - What is the input length? - What are the number of scales you...