-
xxfx1
方差分析表 欢迎交流使用(Welcome the exchange using analysis of variance)
- 2010-08-09 10:39:49下载
- 积分:1
-
LISANSHIJIAN
(1) 自行设计产生两个离散序列信号,对其进行相加、乘及卷积运算。
(2) 利用filter命令求下面LTI系统的冲激响应:
y(n)-0.7y(n-1)-0.6y(n-2) + y(n-3) = x(n) + 0.5x(n-1)
(3) 画出系统的零极点图,判断系统的稳定性、因果性。
(4) 绘出系统的频响曲线。(lisan time signal analyse )
- 2010-01-14 16:53:50下载
- 积分:1
-
Matlab-order-Encyclopaedia
MATLAB命令大全对MATLAB 的每个函数或指令的含义进行了描述,对其语法格式和事数作了说明,并尽可能对每个指令部给出实例供参考。(The MATLAB commands Guinness MATLAB for each function or meaning of the instructions described, explained its syntax and matter number, and, as far as possible, are given for each command section instance for reference.)
- 2012-10-18 16:41:12下载
- 积分:1
-
jiemian
matlab工作界面,运算符与操作符的含义和用法,建模和编程的一些实例(Matlab interface, the operator and the meaning and usage of the operator, the modeling and programming examples)
- 2015-04-09 19:47:22下载
- 积分:1
-
FMCW_FS
FMCW合成孔径雷达的FS成像算法matlab实现(FMCW SAR imaging algorithm matlab realize FS)
- 2020-07-24 17:08:43下载
- 积分:1
-
fuzzy
模糊逻辑的几个应用举例。
《matlab辅助模糊系统设计》(Several application examples of fuzzy logic. " Matlab auxiliary fuzzy system design" )
- 2010-07-20 13:40:01下载
- 积分:1
-
rs
说明: Matlab code for RS encoding and decoding
- 2010-09-24 22:25:13下载
- 积分:1
-
matlab_jiemi_code
《matlab揭秘》的各章代码与fig运行结果文件,使用matlab,这本书不错,推荐给大家下载学习。(《Matlab Reveal》 The chapters run the code and fig outcome document, use matlab, this book is good and recommend it to everyone to download learning.)
- 2010-05-11 16:54:26下载
- 积分:1
-
matlab_ukf_utilities
utilities for Kalman filtering, unscented filtering, particle filtering, and miscillaneous other things. This code is stable and fast. (utilities for Kalman filtering, unscented filtering, particle filtering, miscillaneous and other things. This code is st able and fast.)
- 2006-12-08 00:58:00下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1