Relative Content

Tag Archive for swiftsignal-processingaccelerate-frameworkvdsp

Dimension seems to be off for vDSP.convolve

I’m convolving a vector of length 35 with a kernel of length 13. From what I’ve read online, I should expect the length of the return value of vDSP.convolve to be 35 - 13 + 1 = 23 but the vector I’m getting back is only length 22. Is there something I might be doing wrong, or is my understanding simply incorrect?