Hi,
Matlab supports three methods when using conv2. As you can see from the reference site below, Full, Same, and Valid methods are supported.
https://johnloomis.org/ece563/notes/filter/conv/convolution.html
Is it possible to add an option like this using vsldConvExec? Or if there is any other way, please advise.