-
snrr
单纯形算法的所有源程序,并举例两个函数说明,对函数用单纯形算法进行分析,寻找最优解。(Simplex algorithm of all source code, and that two functions, for example, use of function analysis of the simplex algorithm to find the optimal solution.)
- 2009-07-14 20:46:26下载
- 积分:1
-
my2KSW
我自己编写的用遗传算法寻找KSW最佳二维阈值,搞噪效果很好。(I prepared using genetic algorithm to find the best 2D Threshold KSW, engage in noise with good results.)
- 2013-07-11 10:47:08下载
- 积分:1
-
Turbo-MATLAB
这个turbo码的matlab仿真程序~~希望对大家会有用~~谢谢~~我只想要和大家分享一下(The turbo code matlab simulation program we hope will be useful ~ ~ ~ ~ ~ I just want to thank you and share with you)
- 2020-06-30 02:20:01下载
- 积分:1
-
gawywwzm
仿真效率很高的,包含特征值与特征向量的提取、训练样本以及最后的识别,直线阵采用切比学夫加权控制主旁瓣比,包括广义互相关函数GCC时延估计,含噪脉冲信号进行相关检测。(High simulation efficiency, Contains the eigenvalue and eigenvector extraction, the training sample, and the final recognition, Linear array using cut than learning laid upon the right control of the main sidelobe ratio, Including the generalized cross-correlation function GCC time delay estimation, Noisy pulse correlation detection signal.)
- 2016-03-24 21:34:47下载
- 积分:1
-
chap5_3f0
有关遗传控制算法在MATLAB中针对典型二阶对象进行仿真得到阶跃响应。
(MATLAB)
- 2009-05-08 21:21:25下载
- 积分:1
-
lms
基于LMS算法的微弱信号检测与提取的matalab程序(LMS algorithm based on the weak signal detection and extraction procedures matalab)
- 2013-06-27 11:20:44下载
- 积分:1
-
dct
M=512 原图像长度
N=64
K=8
I=zeros(M,M)
J=zeros(N,N)
BLOCK=zeros(K,K)
显示原图像
I=imread( f:ceshiyuanshitu.bmp )
figure
imshow(I)
xlabel( 原始图像 )
显示水印图像
J=imread( f:ceshilogistic_nuaa64.bmp )
figure
imshow(J)
xlabel( 水印图像 )
嵌入水印
tem=1
for p=1:N
for q=1:N
x=(p-1)*K+1
y=(q-1)*K+1
BLOCK=I(x:x+K-1,y:y+K-1)
BLOCK=dct2(BLOCK)
if J(p,q)==0
a=-1
else
a=1
end
BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01)
BLOCK=idct2(BLOCK)
I(x:x+K-1,y:y+K-1)=BLOCK
end
end
显示嵌入水印后的图像
figure
imshow(I)
xlabel( 嵌入水印后的图像 )
imwrite(I, f:ceshiembedded.bmp )
- 2010-06-13 18:43:39下载
- 积分:1
-
8051fx_wdog
This example program shows how to configure PCA Module 4 as a
watchdog timer. In this example, the watchdog is configured to
overflow after 0xFF00 clock cycles.
- 2007-11-22 20:59:22下载
- 积分:1
-
sign_flip01
该算法实现效果很好,可用于图像处理方面等等。(The algorithm works well, can be used for image processing and so on.)
- 2010-10-11 14:53:59下载
- 积分:1
-
Kalman_Filter
说明: 两个简单的卡尔曼滤波的例子,适合初学者掌握基本原理。(Two simple examples of Kalman filter, suitable for beginners to master the basic principles.)
- 2010-04-12 23:24:24下载
- 积分:1