scikit-signal / tftb

A Python module for time-frequency analysis
261 stars 56 forks source link

[Performance]: Most transform loops can be vectorized #138

Open jaidevd opened 7 years ago

jaidevd commented 7 years ago

It would help to do detailed profiling and performance comparison of all classes that use loops which can be vectorized.