-
matlabtext3
混凝土的抗压强度随养护时间的延长而增加,现将一批混凝土作成12个试块,记录了养护日期x(日)及抗压强度y(kg/cm2)的数据:求型回归方程
示例方程在内(The compressive strength of concrete with curing time and increase the extension, now make a number of concrete block 12, recording the date of the conservation of x (day) and compressive strength of y (kg/cm2) of data: the regression equation for sample-based equation, including)
- 2009-06-03 09:20:46下载
- 积分:1
-
chuneng_Charge
对蓄电池的控制策略在matlab中进行建模(Control strategy of storage battery are modeled in the matlab
)
- 2015-02-06 16:08:23下载
- 积分: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
-
GLCM
说明: 灰度共生矩阵提取纹理特征,极快的MATLAB代码(GLCM texture feature extractionfast MATLAB code)
- 2011-03-16 15:39:07下载
- 积分:1
-
smith
通过matlab中的gui功能实现的史密斯圆图的匹配等功能的操作界面(Gui in matlab functions through the implementation of the Smith chart of the matching function interface)
- 2011-04-24 16:20:26下载
- 积分:1
-
LSSVM
说明: 最小二乘支持向量机,是支持向量机算法的一种改进版本——即最小二乘支持向量机(Least Squares Support Vector Machine)(Least squares support vector machine)
- 2019-01-14 16:38:10下载
- 积分:1
-
MATLAB_EKF_UKF
matlab基于KF和EKF的工具箱描述(Optimal fi ltering with Kalman fi lters and smoothers – a
Manual for Matlab toolbox EKF/UKF)
- 2011-05-22 17:30:54下载
- 积分:1
-
my_mpsk_mod
MPSK mod very easy to understand!
- 2011-01-02 23:52:34下载
- 积分:1
-
DigitalSignalProcessing_SampleCodes
Digital signal processing is the important aspect of modern communication system. here is the matlab code given which helps for the beginers for understanding the basics of DSP.
- 2014-01-06 01:33:16下载
- 积分:1
-
emd
法国人应用经验模态分析的方法,各种列子与仿真(The French application experience modal analysis method, and simulation of various Liezi)
- 2009-11-11 21:16:21下载
- 积分:1