11-01-2011 09:28 AM
I am analyzing the frequency response of a system and converting the process from MatLab to C in LabWindows. I need to use the math function tfestimate. I found a solution for LabView using scripts, is this available in LabWindows? Is there a solution for using tfestimate in LabWindows?
11-03-2011 02:17 PM
I sent you a response via email, but I will post it here as well. The TransferFunction is the only function available in CVI (natively). Your best bet would be to find the .dll that contains this function and import that, along with the header file, into CVI and call the function that way.
Thanks,
Sean