MATlab 2
MATlab 2
MATlab 2
First of all I
develop the model of given circuits on Simulink and then perform linear analysis on the system
PROBLEM 2.18
For part a
OUTPUT
Linear Analysis
Transfer Function
We can see that term s2 in numerator is very small and can be neglected and the remaining
Part b
OUTPUT
Linear Analysis
Transfer Function
PROBLEM 2.20
Part a
OUTPUT
Linear Analysis
Transfer Function
Part b
OUTPUT
LINEAR ANALYSIS
Transfer Function
Problem 2.25
clc
syms s
m1 = 1;
m2 = 1;
k = 1;
b = 1;
G=(k+b*s)/((s^2*m1+b*s+k)*(s^2*m2+b*s+k)-(k+b*s)^2)
Output
G=