‎11-16-2006 05:30 AM
‎11-16-2006 07:52 AM
Try to look at this shipping example of LabVIEW. This should give you an idea how to use the optimization funtions in LabVIEW 8.
C:\Program Files\National Instruments\LabVIEW 8.0\examples\math\curvefit.llb\Estimate Nonlinear Spring Constant.vi
After you understand this demo, you just need to modify the initial simulation to load your first measured signal and the final simulation to use your simulated signal with the parameter that you need to modify.
Hope this help!
‎11-16-2006 08:04 AM
Hello,
You can do nonlinear (and global) parameter estimation with some of the TOMVIEW tools: http://tomopt.com/tomview/
Since you have simulation the problem is most likely not smooth and also noisy. I would run glcDirect first and then try NLSSOL.
nllsQG.vi can be used as a template for this problem type.
Best wishes, Marcus