DSP.jl icon indicating copy to clipboard operation
DSP.jl copied to clipboard

Why not add subsection of the convolution?

Open Longhao-Chen opened this issue 4 years ago • 0 comments

Just like the MATLAB conv function.

'full' — Return the full 2-D convolution.

'same' — Return the central part of the convolution, which is the same size as A.

'valid' — Return only parts of the convolution that are computed without zero-padded edges.

I think this can be achieved by splitting the existing output.

Longhao-Chen avatar Jan 17 '21 11:01 Longhao-Chen