06-28-2008 05:26 PM
06-28-2008 05:53 PM
Wheels wrote:
Or am I missunderstanding something fundamental here.
06-30-2008 02:28 PM
06-30-2008 03:04 PM
Wheels wrote:
Suppose my model is calculated with a vi that does an integral. In other words it is not just a formula with parameters.
06-30-2008 03:17 PM
06-30-2008 03:25 PM
Wheels wrote:
My model function is a convolution of the exponential decay function (independent variable t with parameters a) and the gaussian IRF (also containing t). The model is calculated by doing a convolution integral (I found a labview vi to do it). Again my concern is that the integral may need to be done each iteration of the fit since the model is not a simple formula that depends on t and a.
06-30-2008 03:32 PM
09-30-2012 01:50 PM
Hi there,
I am working on a VI which takes in account an IRF by a Gaussian function but I am facing the problem of convonlution. I am using the same non linear method discussed here except the model that I am using is not good because the convolution VI doubles the lenght of my vector!! how can I solve my problem? I attached here the VI that I am using as model.
Thanks a lot
09-30-2012 02:23 PM - edited 09-30-2012 02:27 PM
(Sorry, posting by phone and cannot look at your VI).
Why can't you simply take the appropriate array subset before returning the model?
I typically implement a simple circular convolution where the size remains the same, but you might get some wrapping, depending on the data.
09-30-2012 03:03 PM
Thanks a lot for your quick reply, and I have to say that I am new to labview. I am discovering now this tool and honestly I also did not know about the circular convolution..(I have to study it). However, a quick solution would be a benefit.