Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Matlab Simulation in Control systems

Status
Not open for further replies.

mobile-it

Advanced Member level 1
Joined
Apr 24, 2004
Messages
464
Helped
22
Reputation
44
Reaction score
8
Trophy points
1,298
Activity points
3,344
inverse model more zeros than poles

Hi all,

I want to simulate a PID or PD regulator in matlab. I can simulate a P and PI regulator in it.. but when I try to setup a transfer function (tf) of a PD or PID regulator I can't do a stepresponse of it...

I see all the examples explain the step response in combination with a proces but I want to do only the PD or PID regulator

Anyone knows a solution? I think it is because the differential action in the regulator...
 

regulator matlab

>> num=[2 1]

num =

2 1

>> den=[1]

den =

1

>> model1=tf(num,den)

Transfer function:
2 s + 1

>> step(model1)
??? Error using ==> ltipack.ltidata.utCheckComputability
Not supported for models with more zeros than poles.


This is the same problem... But how can I let people see what a PD regulator does with a step response?
 

matlab pi regulator

The step response of PD is ideal performance.
It can not simulated.
 

    mobile-it

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top