当前位置:网站首页>Signal and system learning zero input response
Signal and system learning zero input response
2022-07-27 00:21:00 【For a long time, the duck will become a goose】
List of articles
The course is from Xidian grandpa Guo
LTI A function of the zero state response of a system lsim The invocation format is
y = lsim(sys,f,t)
t Represents the sampling point vector for calculating the system response ;
f Is the system input signal
sys yes LTI System model , Used to express differential equations
System model sys With the help of tf Function to obtain , Invocation format : sys = tf(b,a)
b Is the coefficient at the right end of the differential equation ; From higher order derivation To Low order derivative , commas
a Is the coefficient at the left end of the differential equation
% Practice y"(t)+2y'(t)+77y(t) = f(t) t>=0 when Access incentives f(t) = 10sin(2Πt) Find its zero state response
a = [0 0 1];
b = [1 2 77];
sys = tf(a,b);% Notice here that the coefficient on the right side of the equal sign is in front
t = 0:0.01:5;
f = 10.*sin(2*pi*t);
y1 = lsim(sys,f,t);
subplot(2, 1, 1);
plot(t,y1)
t = 0:0.01:5;
f = 10.*sin(2*pi*t);
y2 = lsim(sys,f,t);
sys = tf(b,a);
subplot(2, 1 ,2);
plot(t,y2)
xlabel('Time(sec)')
ylabel('y(t)')
I'm here to try how the coefficients on both sides of the equal sign of the differential equation can be written inversely
It was used subplot I want to compare , The discovery is the same ···
Study it later
Go to bed now ZZZ
········
Thinking from the next day
It should be the same ?
After all, both sides of the equal sign , It is equivalent to the problem of indifferent coefficient ??
( Welcome to turn the sign and leave a message )
( By the way, roast again ,matlab Save the picture directly to the desktop , I can't upload it anymore ··· I gave the screenshot and it was easy to upload ····)
边栏推荐
- Mysql8 installation
- "Could not load host key" error when xshell connects to the server
- CSDN文章语法规则
- Pytorch data pipeline standardized code template
- C and pointer Chapter 18 runtime environment 18.2 interface between C and assembly language
- Leetcode topic - array
- Geek challenge 2019 (review the loopholes)
- [netding Cup 2018] Fakebook records
- Dynamic memory management
- Design of vision protector based on 51 single chip microcomputer
猜你喜欢

Chapter 1 Introduction and use skills of interceptors

View where Anaconda created the environment

Arthas quick start

Double. isNaN(double var)

今日份20220719折腾deeplabcut

Practice of data storage scheme in distributed system

Paging plug-in -- PageHelper

deeplabcut使用1
![[literature reading] an investigation on hardware aware vision transformer scaling](/img/3d/6f2cf1fc1e9189e7557703820d021f.png)
[literature reading] an investigation on hardware aware vision transformer scaling

Leetcode - linked list
随机推荐
Deep learning of parameter adjustment skills
Codeforces D. Buying Shovels
94. Middle order traversal of binary tree
The attorney general and the director of the national security service of Ukraine were dismissed
12_ Binding style
Deeplabcut uses 1
Xshell连接服务器时报“Could not load host key”错误
Convolutional neural network -- lenet (pytorch Implementation)
Codeforces E. maximum subsequence value (greed + pigeon nest principle)
Identity server4 authorization successful page Jump encountered an error: exception: correlation failed Solution of unknown location
C and pointer Chapter 18 runtime efficiency 18.3 runtime efficiency
Topological sorting (learning notes) introduction + judge whether there is a ring
100. Same tree
08 design of intelligent agricultural environmental monitoring system based on ZigBee
Database: MySQL foundation +crud basic operation
Sliding window problem summary
Recbole use 1
Transpose convolution correlation
Chapter 1 Introduction and use skills of interceptors
Chapter 3 cross domain issues