04-13-2006 12:03 PM
04-13-2006 01:20 PM
04-13-2006 01:28 PM
04-13-2006 01:39 PM
@bassbuckeye wrote:
Thank you for the reply. The gaussian needed to be normalized by the sum of the array elements prior to FFT'ing. I am surprised that this was not included in the convolution, or that the algorithm used is not detailed by NI. I am guessing that the algorithm is optimized for speed, and is proprietary. Again, thank you for the help.
Well, the convolution has two inputs and one output, and the inputs are symmetric, you can swap the inputs and should get the same result.
Convolution is a defined algorithm, it would be very bad if it would randomly normalize one of the inputs, just so it is more convenient for a plain smoothing operation. 😉