01-13-2015 04:05 AM
Hi,
I need to analyse a signal composed by 4 channels. I want to apply a gaussian window (and maybe try other window types too) with "window center" at different locations in the signal. Let's say that the signal is composed by 1000 points. I would like to apply different gaussian windows with center at point 100, 200, 300, 400, 500, ... Is it possible to do that?
Thank you!
01-13-2015 04:44 AM
well, the Gaussian window and the Gaussian Monopulse vis are good starting points, I would start with the window vi, but with a shorter length and add zeros before and after to get the full window with the peak at the desired position.
If