-
watermarkingcode
包含了多个matlab编程在图像中加入水印的处理代码(Contains a number of matlab programming to add watermark in image processing code)
- 2008-03-19 20:37:26下载
- 积分:1
-
chapter02
说明: 天线仿真源代码,在MATLAB平台上运行,程序完整。(Antenna simulation source code in the MATLAB platform, the program integrity.)
- 2008-11-26 17:58:49下载
- 积分:1
-
DoRigidReg3D---backup300311
Good file to test for nothing.
- 2011-07-21 22:31:42下载
- 积分:1
-
distrib
some distribution james lasage toolbox
- 2014-12-03 02:28:34下载
- 积分:1
-
SPXY
在Matlab函数,X和y是仪器响应矩阵的列向量和参数值,分别为。Ncal是被选中的对象数目。m所选对象中返回的索引向量。(In this Matlab function, X and y are the instrumental response matrix (independent variables) and the column vector of parameter values (dependent variable), respectively. Ncal is the number of objects to be selected for the calibration set. The indexes of the selected objects are returned in vector m)
- 2014-12-17 22:37:09下载
- 积分:1
-
scripts
The plane stress analysis refers to the problems where the thickness of the structure is very small compared to other dimensions of the structure in the XY plane. The plane stress problem is a 2D problem. The stresses in the z direction are considered to be negligible, 0, the stress-strain compliance relationship for an isotropic material becomes,
- 2014-01-15 00:21:19下载
- 积分:1
-
MATLABSimulinkaDC-DC-materials
DC-DC simulink建模,有初级的详细建模步骤,开环、闭环建模,包块了buck, boost, buck-boost的建模,以及瞬态分析(DC-DC buck,boost,buck-boost modeling on simulink, close loop and open loop modeling, transient analysis)
- 2021-01-02 16:48:57下载
- 积分:1
-
LS_CCA
回归分析工具,包含CCA,kernel CCA,LS-CCA及它们的变形,希望对同学们有用。(Regression analysis tools, including CCA, kernel CCA, LS-CCA and their variants , I hope useful to the students.)
- 2016-07-03 21:52:26下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
UNIX_Network_Programming_Volumn2
UNIX网络编程第2卷 进程间通信。学习Linux很好的书籍(UNIX Network Programming Volume 2 Interprocess communication. Good books to learn Linux)
- 2008-12-19 10:22:24下载
- 积分:1