-
Parameters-estimation
参数估计与假设检验 内含matlab详细代码 已经经过调试 可以使用(Parameters estimation and hypothesis testing with detailed code
)
- 2012-04-15 19:42:08下载
- 积分:1
-
liutitihuan
Matlab编程实现简单的流体替换以及前后合成地震记录对比,含word文档及图示说明。(Matlab programming simple fluid replacement and synthetic seismograms before and after comparison, including word documents and illustrations.)
- 2010-12-15 17:16:47下载
- 积分:1
-
suijimohumoni
用matlab来做随机模糊模拟的计算,清华刘宝锭《不确定理论》中的算例(Calculated using matlab to do a random fuzzy simulation, Qinghua Liu ingot "Uncertainty Theory" in the numerical example)
- 2021-02-23 11:49:41下载
- 积分:1
-
MATLAB GUI设计学习手记(第2版)
说明: MATLAB GUI初学者笔记,很适合基础者学习。(Matlab GUI notes for beginners, it is very suitable for basic learners)
- 2020-04-26 21:37:39下载
- 积分:1
-
TestB3Line
三次样条曲线拟和,能够很好的处理离散点的拟和问题,值得收藏(Cubic spline curve fitting and)
- 2009-10-22 10:02:54下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
Mathworks.Matlab.R2011a.crack
matlab is an important tool
- 2012-05-03 19:39:12下载
- 积分:1
-
Matlab-File-Exchange-Center
希尔伯特黄变换的matlab源代码,适合非平稳信号的分析和处理。(Hilbert Huang transform matlab source code, suitable for non-stationary signal analysis and processing.)
- 2013-03-22 14:18:25下载
- 积分:1
-
Forward-kinematics
机械臂正运动学,工作空间,包括5个文件,kongjian.m为运行文件,R_x.m为绕x轴转动变换矩阵,T_m.m为平移变换矩阵(Forward kinematics
workspace)
- 2020-12-30 17:09:00下载
- 积分:1
-
Matlab-Image-Detection-master
MATLAB Image Detection
- 2014-08-07 11:45:47下载
- 积分:1