-
The-Matlab-Electronic-Simulation-
Matlab电子仿真与应用(第二版),关于数字信号处理以及数字信号的仿真,滤波处理(Matlab electronic simulation and applications (second edition), simulation, digital signal processing and digital signal filtering)
- 2012-07-20 10:21:21下载
- 积分:1
-
CYT5
基于matlab的直接序列扩频通信系统的设计与仿真,在Matlab2012b上(Design and simulation matlab direct sequence spread spectrum communication system, on the Matlab2012b)
- 2013-12-17 11:08:43下载
- 积分:1
-
ce
说明: 图像摆正,把任意角度的图像摆正Straighten images, straighten out images of the arbitrary Angle(Straighten images, straighten out images of the arbitrary Angle)
- 2015-03-31 16:21:38下载
- 积分:1
-
IntroductionForMatlab
说明: 本书全面的介绍了MATLAB的基础知识,对初学者很有用。(This book a comprehensive introduction to the basics of MATLAB for beginners useful.)
- 2010-03-28 17:32:21下载
- 积分:1
-
Mod5
MODTRAN5.0的Matlab接口程序(MODTRAN5.0 in Matlab)
- 2021-04-23 14:38:48下载
- 积分:1
-
matlabbuttfilter
利用Matlab工具对巴特沃斯模拟低通滤波器的设计结果进行了验证,Matlab程序见附页。(Matlab simulation tools Butterworth low-pass filter design results were verified, Matlab program Annex.)
- 2007-04-04 09:46:58下载
- 积分: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
-
Batch
implementation batch method in pattern recognition
- 2013-11-02 23:36:18下载
- 积分:1
-
paper2
用信道编码构造压缩感知测量矩阵.pdf,一篇非常好的论文(Channel coding structure with compressed sensing measurement matrix. Pdf)
- 2013-10-07 14:38:48下载
- 积分:1
-
EOF1
EOF时空分解源代码,详细细节和注释,一看就懂,基于matlab(EOF temporal decomposition source code, further details and comments, one can understand, based on matlab)
- 2015-03-25 18:59:55下载
- 积分:1