-
watermarkingWL
watermaking algorithm to crypting image to images
- 2009-04-20 17:29:54下载
- 积分:1
-
ultrasonic
关于超声波检测的开发算法论文,可了解相应的算法原理(The development of ultrasonic testing algorithm on paper, the corresponding algorithm can understand the principle of)
- 2011-01-04 10:19:08下载
- 积分:1
-
Matlab-image-
比较全面的介绍matlab处理图像图形的命令,以及相关的说明和实例(More comprehensive introduction matlab image processing graphics commands, and related instructions and examples...)
- 2014-09-02 14:50:27下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
DM6
主要包括一个测试数据集合mydata.mat,main.m,DBSCAN.m和PlotClusterinResult.m共4个文件,我们在测试实验实验中做了两个方面更改:1)更换了另外一个测试数据,测试数据来源于[13](取其中的一部分),2)添加了个K距离图部分代码(均在如下主程序代码中给出),代码按照个人对k-distance graph的理解编写,如有错误之处,望大家指正,3)改变参数Eps值大小,输出结果并显示。(Including a test data set mydata.mat, main.m, DBSCAN.m and PlotClusterinResult.m, a total of 4 documents, we do two aspects of change in the experimental test: 1) to replace another test data, test data from [13] (part of the), 2) add a K distance map the code (both in the main program code are given in the following), according to the personal understanding of the k-distance graph code written, if wrong, hope you correct me, 3) value to change the parameters of Eps, output and display.)
- 2021-01-04 14:08:55下载
- 积分:1
-
AlbedoToolbox-1.0
大气模型计算,本软件可实现计算不同高度的密度、气压等参数。(Atmospheric model calculations, the software can realize a high degree of different density, pressure and other parameters.)
- 2008-08-22 19:15:36下载
- 积分:1
-
2Algorithms-for-matrix-
2Algorithms for matrix extension and orthogonal wavelet filter banks over algebraic number fields 15.MCOM110409
- 2014-10-22 21:12:25下载
- 积分:1
-
DWT
水印源程序,调试成功,实现了基于DWT的数字水印的变换和嵌入。(Watermark source, debugging success)
- 2010-09-19 00:44:50下载
- 积分:1
-
pso
基于粒子群算法的微电网优化调度,在运行成本最小,环境友好的条件下,优化发电单元的出力s.(Based on the particle swarm optimization algorithm, the optimal output of the power generation unit is optimized under the condition of minimum operating cost and environment.)
- 2017-05-10 16:23:24下载
- 积分:1
-
Themostshortcircuitandshortcircuit
在secshortest中我希望只得到一条次短路,结果却出来好几条,因此在使用时,要得到次短路,只能用roadcost()函数分别求一下各条路的权重和,找到最小的。(I hope that in secshortest only a short time, the result is out of several, so when used to get at short circuit, can only be used roadcost () function, respectively, for some of the weight of the road and find the smallest.)
- 2009-05-14 16:44:14下载
- 积分:1