I want to perform 1d convolution without using any pre-defined Convolution VI's.I have been able to do it succesfully using zero-padding but now i want to implement it via basic method of shifting the array,then multiplying and summing.I have tried a lot but probably lost my way while performing shifting and multiplication and getting incorrect results.Pls suggest a way out to shift and multiply those arrays to perform convolution.
↧