필터 지우기
필터 지우기

How to use Bode plot with exponential complex funtion

조회 수: 6 (최근 30일)
David Oestlund
David Oestlund 2022년 8월 30일
답변: Sam Chak 2022년 8월 30일
Hi,
I need some guidance on how to use Bode plot with a formula like this one.
it's the exponential function that only has the complex part that i'm not sure how to write in matlab. I tried a few variants but just ends up with error messages. Otherwise somewhat familiar with transfer functions like what follows afterward.
Kind Regards
David

답변 (1개)

Sam Chak
Sam Chak 2022년 8월 30일
Maybe like this:
R = 2;
C = 3;
G = tf([R*C 0],[R*C 1], 'InputDelay', 3)
G = 6 s exp(-3*s) * ------- 6 s + 1 Continuous-time transfer function.
margin(G)

카테고리

Help CenterFile Exchange에서 Frequency-Domain Analysis에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by