"pietro " <bracardi82@email.it> wrote in message
news:gtpcaj$bk3$1@fred.mathworks.com...
> Is there a command to convert a trasfer function in zero pole form to time
> constant form? Thanks in advance.
"time constant form" ?
You mean to get the equation of motion from the tf?
something like this?
for example
EDU>> clear all
z = -0.5;
p = [0.1+i 0.1-i];
k = 1;
H = zpk(z,p,k);
tf(H)
Transfer function:
s + 0.5
------------------
s^2 - 0.2 s + 1.01
EDU>> syms s
EDU>> ilaplace( (s + 0.5)/(s^2 - 0.2 *s + 1.01) )
ans =
exp(t/10)*(cos(t) + (3*sin(t))/5)
--Nasser
Subject: transfer function in a time constant form
"Nasser Abbasi" <nma@12000.org> wrote in message <AVWLl.28621$yr3.5220@nlpi068.nbdc.sbc.com>...
>
> "pietro " <bracardi82@email.it> wrote in message
> news:gtpcaj$bk3$1@fred.mathworks.com...
> > Is there a command to convert a trasfer function in zero pole form to time
> > constant form? Thanks in advance.
>
> "time constant form" ?
>
> You mean to get the equation of motion from the tf?
>
> something like this?
>
> for example
>
> EDU>> clear all
> z = -0.5;
> p = [0.1+i 0.1-i];
> k = 1;
> H = zpk(z,p,k);
> tf(H)
>
> Transfer function:
> s + 0.5
> ------------------
> s^2 - 0.2 s + 1.01
>
> EDU>> syms s
> EDU>> ilaplace( (s + 0.5)/(s^2 - 0.2 *s + 1.01) )
>
> ans =
>
> exp(t/10)*(cos(t) + (3*sin(t))/5)
>
>
> --Nasser
>
In this links is shown the time constant form
"pietro " <bracardi82@email.it> wrote in message <gtpcaj$bk3$1@fred.mathworks.com>...
> Is there a command to convert a trasfer function in zero pole form to time constant form? Thanks in advance.
can't anyone help me?
Subject: transfer function in a time constant form
"pietro " <bracardi82@email.it> wrote in message <gtpcaj$bk3$1@fred.mathworks.com>...
> Is there a command to convert a trasfer function in zero pole form to time constant form? Thanks in advance.
can't anyone help me?
Tags for this Thread
Add a New Tag:
Separated by commas
Ex.: root locus, bode
What are tags?
A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.
Anyone can tag a thread. Tags are public and visible to everyone.
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.