필터 지우기
필터 지우기

How to solve a trasfer function absolute value whit the tf function command.

조회 수: 7 (최근 30일)
Graz  Mand
Graz Mand 2013년 8월 20일
답변: Negin Abaeian 2015년 12월 12일
I'm tryng to implement a control system method in matlab but I have a problem in plotting a curve so I don't find a solution to compute the absolute value of a tranfer function declared with the classical command "tf". The function "abs()" is not useful so I ask you which the way to solve the problem. Thank you so much.
  댓글 수: 5
Graz  Mand
Graz Mand 2013년 8월 20일
Not mathematically! I'm tryng to implement a control system method but the curves I want to plot, are in function of the absolute value of other functions.
I want to plot, for example C1=|P1|/(1-|P2|);
the problem is that P1 e P2 are transfer function too! Please help me! It's important for my work..
Graz  Mand
Graz Mand 2013년 8월 20일
If I want to plot the Bode diagram of P1 or P2 is not a problem, but that's for C1..

댓글을 달려면 로그인하십시오.

답변 (2개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 8월 20일
Example
N=1;
D=[1 10]
model=tf(N,D) % your transfer function
Now what do you mean by: An absolute value of a transfer function
  댓글 수: 7
Graz  Mand
Graz Mand 2013년 8월 20일
편집: Graz Mand 2013년 8월 20일
Anyways with p or w the plot of P1 results the same one..
Azzi Abdelmalek
Azzi Abdelmalek 2013년 8월 20일
편집: Azzi Abdelmalek 2013년 8월 20일
It's not f=P1/(1-P1) but
f=P1./(1-P1)
plot(w,f)

댓글을 달려면 로그인하십시오.


Negin Abaeian
Negin Abaeian 2015년 12월 12일
Hey Graz.
I can see the post belongs to long ago. But did you ever find the answer to this question? I'm trying to plot the exact same transfer function for an Audio application.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by