-
fichier1
programme en matlab et document pdf
- 2012-08-08 05:36:06下载
- 积分:1
-
cyclic2_am
AM信号的循环谱的matlab代码实现,初学者适合 (The AM signal of the cyclic spectrum of matlab code, suitable for beginners
)
- 2013-10-25 12:05:27下载
- 积分:1
-
funlun
表示出两帧图像间各个像素点的相对情况,利用最小二乘法进行拟合多元非线性方程,包括AHP,因子分析,回归分析,聚类分析。( Between two images showing the relative circumstances of each pixel, Multivariate least squares fitting method of nonlinear equations, Including AHP, factor analysis, regression analysis, cluster analysis.)
- 2016-09-12 15:41:57下载
- 积分:1
-
svmModel2
space vector modulation model
- 2021-04-19 17:08:51下载
- 积分:1
-
matlab
峰值检测,用于图像处理中的峰值检测!程序能够自动找到峰值的位置!(Peak detection, image processing for peak detection! Program can automatically find the location of the peak!)
- 2009-05-25 16:34:54下载
- 积分:1
-
beam-patterns-in-different-spaces
在不同波束空间中的波束方向图(分为四个不同的空间对比,阵列间隔为半波长)(beam patterns in different spaces)
- 2011-12-21 11:56:33下载
- 积分:1
-
SRC-master
基于matlab实现人脸识别的稀疏表示SRC算法(Implementation of sparse representation SRC algorithm)
- 2018-06-24 20:24:07下载
- 积分:1
-
matlab_08_talk10
matlab学习资料,对绘图有疑惑的同学有帮助,谢谢(matlab learning materials, students of the drawing in doubt helpful, thank you)
- 2010-10-16 10:07:22下载
- 积分: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
-
tuxiangyasuo
基于DCT变换的图像压缩的基本原理及其实现步骤。采用DCT变换压缩的依据。图像压缩过程的最后步骤是编码量化了的图像。在此,我采用的是Huffman编码方法。并使用MATLAB7.0实现DCT图像压缩的仿真。(DCT based on the image compression)
- 2011-11-15 21:23:16下载
- 积分:1