Re: transfer function in simulink: denominator > numerator



Hi Airo,

The reason simulink objects is because the transfer function

(0.54s^2+1.65s+1)/0.6s

is not causal. I would recommend adding a low pass filter to the transfer
fuction

(0.54s^2+1.65s+1)/0.6s * 1/(s/N+1)

and choose N to be a frequency large enough not affect any dynamics you are
interested or trying to affect.
This will give you a causal transfer function.

Here also a link on the drawbacks of using the derivative block in simulink
when implenting a pid structure.
http://www.mathworks.com/support/solutions/data/1-20NZJZ.html?solution=1-20NZJZ

-craig

"airol" <hairoljb@xxxxxxxxx> wrote in message
news:8886df28-2e5d-4636-8343-8e35306b1b7c@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hi guys,

i try to model a circuit using transfer function. i've got problem
with order of denominator > numerator, simulink do not accept that.
i've search through this newsgroup and find 2 relevant threads, but
couldn't understand how to solve this specifically. can anybody give
me any idea to solve this. my trans. function is:

(0.54s^2+1.65s+1)/0.6s

thanks in advance.
airo,
liverpool


.



Relevant Pages

  • Re: How to model an active lowpass filter?
    ... active filter? ... Simulink does not care if a filter is active or passive. ... Once you derive the transfer function, ...
    (comp.soft-sys.matlab)
  • Re: Spectral Shaping using a PLL Loop Filter
    ... "baseband" is a NRZ square wave switching the profile pin on a DDS. ... For simplicity, I want to use the PLL loop filter for spectral shaping, ... you want to give the closed loop transfer function ...
    (comp.dsp)
  • Re: Basic understanding problem of continuous-time to discrete-time conversion
    ... Assuming I have a time-continuous first-order lowpass filter given by ... where W is the (continuous-time) frequency in rad/s and Wc is the ... create a time-discrete system with the same transfer function. ... they *do* overlap and add, ...
    (comp.dsp)
  • Re: removing phase shift - reversing the signal
    ... exponentials, then reverse the process (exponentials in impulse ... transfer function that is rational and higher order than Gand H ... Can you come up with a rational transfer function filter that has ... Now use TIIR technique to generate a filter with impulse response ...
    (comp.dsp)
  • Re: Physical meaning of
    ... The states in a transfer function do not necessarily ... it first converts it to a state-space ... state-space representations, and Simulink picks the ... simulation, ...
    (comp.soft-sys.matlab)