s domain to complex domain?

조회 수: 1 (최근 30일)
Muhammad
Muhammad 2021년 9월 10일
답변: Paul 2021년 9월 10일
clc
clear all
A=[-0.0295 0.0478 0 -9.81;-0.1777 -1.4411 120 0;0.0005 -0.033 -1.5345 0;0 0 1 0]
B=[0;-12.81;-6.59;0]
C=[0 0 0 1]
D=[0]
[num ,dem]=ss2tf(A,B,C,D)
[z,p,k]=tf2zp(num,dem)
t=linspace(0,100,100)
sys=tf(num,dem)
i want this system in 's' domian to change into complex domain simply by subsituting 'jw' in place of 's' where 'w=0.1 rad/s'
then i want the magnitude of that complex domain can i do it in matlab

채택된 답변

Paul
Paul 2021년 9월 10일
Some functions that may be of interest:
doc freqresp
doc abs

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Antennas, Microphones, and Sonar Transducers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by