-
Shuffle
Image pixels shuffling
- 2010-11-12 16:31:58下载
- 积分:1
-
timedelaybeamforming
时延下波束形成算法 matlab代码 欢迎下载(Time delay beamforming algorithm matlab code are welcome to download)
- 2010-05-26 22:03:00下载
- 积分:1
-
Wienafilter
该程序用来对图像进行维纳滤波复原操作处理,用MATLAB实现。(the procedures used to image Wiener filter recovery operation, using MATLAB.)
- 2007-04-09 17:17:05下载
- 积分:1
-
TSP
Matlab实现遗传算法解决TSP问题,计算智能课程设计,程序以Oliver问题是例子,结果良好,也可以自己自己要解决的问题,贡献给大家。(Matlab genetic algorithm to solve TSP problem, Computational Intelligence curriculum design, program the Oliver problem is an example, good results can also own their own to solve the problem, to the party.)
- 2013-01-18 21:02:07下载
- 积分:1
-
VSB
VSB调制模型,提倡共享。谢谢大家支持。(VSB modulation model, promoting sharing. Thank you for support. Thank you, Thank you, thank)
- 2020-11-19 15:39:38下载
- 积分:1
-
Gray-model-in-water
灰色模型在城市中长期用水量预测中的应用,近年来, 随着我国经济的飞速发展, 城市规模
不断扩张, 现有供水系统已经不能满足未来几年
的供水需求, 必须依照未来城市发展与城市布局
进行科学合理的供水系统规划. 在(Gray model in the application of long-term water demand in recent years, as China' s rapid economic development, urban-scale expansion, the existing water supply system can not meet the water needs of the next few years must be in accordance with future urban development and urban scientific and rational layout of the water supply system planning. In)
- 2011-05-20 23:03:07下载
- 积分:1
-
exam_fourier
用傅里叶变换对地震信号进行时频分析,通过修改参数可以深刻的认识傅里叶变换在时频分析中的意义,适合地震信号研究的初学者。(Fourier transform of the seismic signal frequency analysis, parameter changes can be profound understanding of Fourier transform in the time-frequency analysis of significance for the seismic signals of beginners.)
- 2013-04-19 10:56:49下载
- 积分:1
-
Least-squares-fitting-curve
用matlab所学的知识,编写最小二乘法拟合程序,以解决物理实验中的最小二乘法拟合曲线以及相关系数等的问题。(With matlab learned, the preparation method of least squares fitting procedure to solve the problems of the least-squares fitting curve and correlation coefficient physics experiments.)
- 2013-05-09 21:43:53下载
- 积分:1
-
newmark
Nermark-Beta method for calculating the structural responce
- 2009-03-23 20:14:33下载
- 积分: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