Galen Lynch

Results 123 comments of Galen Lynch

Yeah I 100% agree, my main motivation for adding overlp-save to conv was to pave the way to combine `filt` and `conv`, at least for FIR filtering. However, the devil...

I figured out a fast way to do direct convolution that uses SIMD. It doesn't support weird indexing at the moment, or arrays of different number of dimensions, but it's...

That sounds like it would be useful, if you want to put a PR together that goes beyond what's in the `Images` package it would be welcomed.

That sounds good to me!

Thanks for the thoughtful post @btmit. I'm in lab today but I'll read it in detail soon.

Sorry that I took so long to get this, @btmit. I think what you outlined is quite similar to what is currently being done, though it's done serially instead of...

This seems like a tough nut to crack. [This section](https://github.com/JuliaDSP/DSP.jl/blob/bfaeaf4302cb104f3f4e6515275b96dda00a5cbb/src/Filters/stream_filt.jl#L161-L173) seems to wipe out most type information for the compiler. By design, the result type is unpredictable, but importantly so...

@JayKickliter It looks like you wrote this code originally. I'd have to spend a bit of time reading it to understand why the indexing logic doesn't work in this instance....