From: Ha on

[b,a] = zp2tf(z,p) yields the transfer function polynomial coefficients from the zero-pole points. My question is, what is the unit of z and p? Hz or rad/s?
From: Mark Proulx on
"Ha " <scifiles(a)126.com> wrote in message <hq9m0s$386$1(a)fred.mathworks.com>...
>
> [b,a] = zp2tf(z,p) yields the transfer function polynomial coefficients from the zero-pole points. My question is, what is the unit of z and p? Hz or rad/s?

The units are rad/s.
From: Mark Proulx on
"Mark Proulx" <mark.p.proulx(a)boeing.com> wrote in message <hqafio$dj9$1(a)fred.mathworks.com>...
> "Ha " <scifiles(a)126.com> wrote in message <hq9m0s$386$1(a)fred.mathworks.com>...
> >
> > [b,a] = zp2tf(z,p) yields the transfer function polynomial coefficients from the zero-pole points. My question is, what is the unit of z and p? Hz or rad/s?
>
> The units are rad/s.

I should have added "for the analog case" to my reply. In the digital realm, the units are rad/sample.

Look in the Matlab "doc" under "Signal Processing Tool Box --> Technical Conventions"
From: Ha on
"Mark Proulx" <mark.p.proulx(a)boeing.com> wrote in message <hqdfn9$mb7$1(a)fred.mathworks.com>...
> "Mark Proulx" <mark.p.proulx(a)boeing.com> wrote in message <hqafio$dj9$1(a)fred.mathworks.com>...
> > "Ha " <scifiles(a)126.com> wrote in message <hq9m0s$386$1(a)fred.mathworks.com>...
> > >
> > > [b,a] = zp2tf(z,p) yields the transfer function polynomial coefficients from the zero-pole points. My question is, what is the unit of z and p? Hz or rad/s?
> >
> > The units are rad/s.
>
> I should have added "for the analog case" to my reply. In the digital realm, the units are rad/sample.
>
> Look in the Matlab "doc" under "Signal Processing Tool Box --> Technical Conventions"

Thx.