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.

How to use the parallel and series function/command in Matlab?

Status
Not open for further replies.

gregstar

Newbie level 1
Joined
Apr 1, 2007
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,286
Hi guys I am trying to compute the transfer function for block diagrams in series and parallel USING MATLAB and I will like to know how to use the parallel and series function/command.
thanks
 

help with mat lab

this is the wrong section, Software problems means the problems you are facing with software installation or working or errors/bugs, i guess.

and to ur question, ? the tf(b,a) function in matlab cannot be used in your case... as its pretty straightforward to construct the TF from the Num and Den coefficients.

I guess, you can construct the block diagram in Simulink and calculate the total transfer function.

In case, you dont want to do that, then may be u can write a function, say, parallel(a,b) and then you can use symbolic calculations to get the result as ab/(a+b) and perform this over loop to get the whole transfer function. worth a try.

regards and gl,
cedance.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top