11-05-2014 12:53 AM
How to estimate the transfer function of a plant from its input output characteristics in labview (i.e I have step response of plant and I want the transfer function)?
11-07-2014 02:36 AM
Hi,
You should take a look at the following forum:
How to estimate transfer function from real measurements data
There is also documentation on such issue in LabVIEW:
Finally, there are examples which show how to use this function in LabVIEW (Help>>Find Examples ..)
Reagrds,
Valentin
Certified LabVIEW Architect
Certified TestStand Architect
Certified LabWindowsCVI Developer
National Instruments France
11-13-2014 12:53 AM
Sir,
What I have is 5 different outputs for 5 different step inputs. Now I want the transfer function. So how to get a transfer function (approximte will do)? I cannot find similar example so please help me.
11-13-2014 06:54 AM
@rodgersimon wrote:
Sir,
What I have is 5 different outputs for 5 different step inputs. Now I want the transfer function. So how to get a transfer function (approximte will do)? I cannot find similar example so please help me.
So you get 5 (more or less different) transfer functions..... where is the problem?
11-14-2014 06:04 AM
I have done in Matlab using system identification tools. There is provision to get only one transfer functon based on the input output data. I want to do the same in Labview. I am new to labview. Can you specify the steps that I need to perform to get what I intend to get.
11-14-2014 07:34 AM
Owning Palette: Waveform Measurements VIs
Requires: Full Development System
Computes the frequency response and the coherence based on the input signals. Results are returned as magnitude, phase, and coherence.
or if you have the System Identification Toolkit
Owning Palette: Frequency-Domain Model Estimation VIs
Requires: System Identification Toolkit
Estimates the frequency response function (FRF) of an unknown system. Use the FRF to estimate a transfer function (TF) model or a state-space (SS) model of the system.
Wire data to the stimulus signal and response signal inputs to determine the polymorphic instance to use or manually select the instance.
11-14-2014 08:51 AM
Owning Palette: Waveform Measurements VIs
Requires: Full Development System
Computes the frequency response and the coherence based on the input signals. Results are returned as magnitude, phase, and coherence.
ANd much more if you have the System Identification Toolkit