Repeated Convolutions With Large 1D Arrays

@Dan This is really cool! Thanks. @GunnarFarneback thank you as well. Still need to look into the IIR approach! Are there specific packages you would recommend?

I’ve been playing around with the method @Dan recommended and I’ve found it to be quite fast. I created an example slightly different to the one above where you can stay in the FFT space for the entirety of the loop and it’s essentially just as fast.

Anyways, thanks again.