-
DCTSUANSHUIYIN
这个程序再matlab2012b版本上调试成功,以前在毕业设计的时候在网上找到的资料,希望对大家有用,数字水印算法实现(matlab程序包),包含有DCT水印嵌入算法,DWT水印嵌入算法,以及水印攻击和性能测试程序。参考价值极大(This program debug version then matlab2012b success in graduate design information previously found on the Internet when we want to be useful, a digital watermarking algorithm (matlab package), including a watermark embedded DCT algorithm, DWT algorithm embedded watermark, watermark attack and performance testing procedures. Great value)
- 2021-01-14 15:28:47下载
- 积分:1
-
75448129Car_PLR
这个是收集的一个用matlab编写的车牌定位的程序,很好用的(This is a collection of plates prepared using matlab positioning procedures, good used)
- 2009-03-26 10:08:55下载
- 积分:1
-
基于四元数法的捷联惯导系统仿真 SimulationSINS
基于四元数法的捷联惯导系统仿真,陀螺仪和加速度计数据为自己仿的一分钟数据(Simulation SINS)
- 2010-11-16 10:39:35下载
- 积分:1
-
12
说明: 用matlab编写的几个小程序,有关于矩阵的计算,神经网络的训练。数据的输入输出等。(Matlab prepared with a few small procedures have on the calculation of the matrix, neural network training. Such as data input and output.)
- 2008-07-03 13:11:51下载
- 积分:1
-
music_capon_practice
说明: 对比capon和music算法的测向效果,music采用特征分解法,测向比Capone更准确(Comparison of capon and music finding algorithm results, music by feature decomposition method, finding more accurate than Capone)
- 2010-03-31 22:39:26下载
- 积分:1
-
PMSM4_2fuluBhaventgotogai
PMSM基于分立模块,就是根据电机内部点此关系搭建的模型,对PMSM运行原理的掌握有好处。(PMSM based on discrete module is based on the relationship between the motor inside Click here to build a model of PMSM operating principle grasp good.)
- 2016-09-19 12:22:26下载
- 积分:1
-
bch
bch decoder using Berlekamp-Massey and Chien search
standard bch decoder simulation
- 2020-06-28 18:00:01下载
- 积分:1
-
code
Matlab 常用图像处理,包括图像相除、相乘、灰度线性变换、图像增强、降噪(matlab Common image processing, including image division, multiplication, gray linear transformation, image enhancement, noise reduction)
- 2013-08-27 18:05:41下载
- 积分:1
-
leach
经典的leach算法,参考sep原文更容易看懂(the classic wsns algorithm,leach)
- 2011-12-08 18:45:10下载
- 积分:1
-
surshrHEDA
基于直方图的分布估计算法matlab源程序,测试函数选用的是30维函数(for h=1:m
for j=1:((x2-x1)/binswidth)
if (x(h)>=x1+(j-1)*binswidth)&(x(h)<x1+j*binswidth)
H(j)=H(j)+1
end
end
end
[wid,len]=size(H)
H=H/(wid*len)
objvalue=sort(objvalue, descend )
for j=1:((x2-x1)/binswidth))
- 2013-03-15 10:44:15下载
- 积分:1