<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/250601</link>
    <title>MATLAB Central Newsreader - transfer function in a time constant form</title>
    <description>Feed for thread: transfer function in a time constant form</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Tue, 05 May 2009 12:44:03 -0400</pubDate>
      <title>transfer function in a time constant form</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/250601#647461</link>
      <author>pietro </author>
      <description>Is there a command to convert a trasfer function in zero pole form to time constant form? Thanks in advance.</description>
    </item>
    <item>
      <pubDate>Tue, 05 May 2009 13:10:54 -0400</pubDate>
      <title>Re: transfer function in a time constant form</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/250601#647469</link>
      <author>Nasser Abbasi</author>
      <description>&lt;br&gt;
&quot;pietro &quot; &amp;lt;bracardi82@email.it&amp;gt; wrote in message &lt;br&gt;
news:gtpcaj$bk3$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; Is there a command to convert a trasfer function in zero pole form to time &lt;br&gt;
&amp;gt; constant form? Thanks in advance.&lt;br&gt;
&lt;br&gt;
&quot;time constant form&quot; ?&lt;br&gt;
&lt;br&gt;
You mean to get the equation of motion  from the tf?&lt;br&gt;
&lt;br&gt;
something like this?&lt;br&gt;
&lt;br&gt;
for example&lt;br&gt;
&lt;br&gt;
EDU&amp;gt;&amp;gt; clear all&lt;br&gt;
z = -0.5;&lt;br&gt;
p = [0.1+i 0.1-i];&lt;br&gt;
k = 1;&lt;br&gt;
H = zpk(z,p,k);&lt;br&gt;
tf(H)&lt;br&gt;
&lt;br&gt;
Transfer function:&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;s + 0.5&lt;br&gt;
------------------&lt;br&gt;
s^2 - 0.2 s + 1.01&lt;br&gt;
&lt;br&gt;
EDU&amp;gt;&amp;gt; syms s&lt;br&gt;
EDU&amp;gt;&amp;gt; ilaplace( (s + 0.5)/(s^2 - 0.2 *s + 1.01) )&lt;br&gt;
&lt;br&gt;
ans =&lt;br&gt;
&lt;br&gt;
exp(t/10)*(cos(t) + (3*sin(t))/5)&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
--Nasser </description>
    </item>
    <item>
      <pubDate>Tue, 05 May 2009 13:33:01 -0400</pubDate>
      <title>Re: transfer function in a time constant form</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/250601#647478</link>
      <author>pietro </author>
      <description>&quot;Nasser Abbasi&quot; &amp;lt;nma@12000.org&amp;gt; wrote in message &amp;lt;AVWLl.28621$yr3.5220@nlpi068.nbdc.sbc.com&amp;gt;...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &quot;pietro &quot; &amp;lt;bracardi82@email.it&amp;gt; wrote in message &lt;br&gt;
&amp;gt; news:gtpcaj$bk3$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; &amp;gt; Is there a command to convert a trasfer function in zero pole form to time &lt;br&gt;
&amp;gt; &amp;gt; constant form? Thanks in advance.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &quot;time constant form&quot; ?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; You mean to get the equation of motion  from the tf?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; something like this?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; for example&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; EDU&amp;gt;&amp;gt; clear all&lt;br&gt;
&amp;gt; z = -0.5;&lt;br&gt;
&amp;gt; p = [0.1+i 0.1-i];&lt;br&gt;
&amp;gt; k = 1;&lt;br&gt;
&amp;gt; H = zpk(z,p,k);&lt;br&gt;
&amp;gt; tf(H)&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Transfer function:&lt;br&gt;
&amp;gt;      s + 0.5&lt;br&gt;
&amp;gt; ------------------&lt;br&gt;
&amp;gt; s^2 - 0.2 s + 1.01&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; EDU&amp;gt;&amp;gt; syms s&lt;br&gt;
&amp;gt; EDU&amp;gt;&amp;gt; ilaplace( (s + 0.5)/(s^2 - 0.2 *s + 1.01) )&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; ans =&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; exp(t/10)*(cos(t) + (3*sin(t))/5)&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; --Nasser &lt;br&gt;
&amp;gt; &lt;br&gt;
In this links is shown the time constant form&lt;br&gt;
&lt;br&gt;
https://www.informit.com/articles/article.aspx?p2090&amp;seqNum=9</description>
    </item>
    <item>
      <pubDate>Tue, 12 May 2009 13:52:02 -0400</pubDate>
      <title>Re: transfer function in a time constant form</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/250601#649218</link>
      <author>pietro </author>
      <description>&quot;pietro &quot; &amp;lt;bracardi82@email.it&amp;gt; wrote in message &amp;lt;gtpcaj$bk3$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Is there a command to convert a trasfer function in zero pole form to time constant form? Thanks in advance.&lt;br&gt;
&lt;br&gt;
can't  anyone help me?</description>
    </item>
    <item>
      <pubDate>Tue, 12 May 2009 13:53:02 -0400</pubDate>
      <title>Re: transfer function in a time constant form</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/250601#649219</link>
      <author>pietro </author>
      <description>&quot;pietro &quot; &amp;lt;bracardi82@email.it&amp;gt; wrote in message &amp;lt;gtpcaj$bk3$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Is there a command to convert a trasfer function in zero pole form to time constant form? Thanks in advance.&lt;br&gt;
&lt;br&gt;
can't anyone help me?</description>
    </item>
  </channel>
</rss>

