07-31-2009 04:58 PM
I am trying to fit some rectangular complex data (S11 data for those with network analyzers) to a model using the Constrained Nonlinear Curve Fit vi in LabVIEW using the trust-region algorithm. I'm already doing this in Matlab after I've gathered and saved all my data, but would like to bring it into LabVIEW. (Doing the fitting in Matlab has helped me become more proficient in it, distributing and installing two run-times and the executables has become an unnecessary pain.) However, the VI only accepts double, causing me to lose all of the phase information I need to do the extraction. Is there any way to send CDB data or will I have to attempt to rewrite the VI and its sub-VIs, replacing DBL with CDB?
Thanks,
Chris
07-31-2009 07:15 PM