BatchDrake / sigutils

Small signal processing utility library
https://batchdrake.github.io/sigutils
GNU General Public License v3.0
71 stars 29 forks source link

smoothpsd: optimize loops with volk #83

Closed sultanqasim closed 9 months ago

sultanqasim commented 9 months ago

Don't forget to run volk_profile beforehand to actually reap the benefits of volk's optimized functions! It does yield a substantial speedup, I just forgot to run volk_profile last time.

BatchDrake commented 9 months ago

LGTM. A slight improvement has been observed (and much more consistent than with the current implementation), but there's a bottleneck somewhere else in my machine and I bet is the GUI. Merging now!