-
STTC_OFDM
STTC和OFDM编程,用matlab实现,很有参考价值。(STTC and OFDM programming, using matlab to achieve, it is reference value.)
- 2008-04-24 18:09:31下载
- 积分:1
-
PSO BP wind power
说明: 粒子群结合神经网络智能算法优化最值问题。(And the output of the fan is tracked and predicted in real time based on the wind power prediction of the PSO algorithm.)
- 2020-07-02 10:20:02下载
- 积分:1
-
SSPE
使用有限差分法和分裂步傅里叶解法求解抛物方程,并增加散射体和地形的建模仿真。(Using the finite difference method and the split-step Fourier solution for solving the parabolic equation, and increase the scatterer and terrain modeling and simulation.)
- 2020-07-26 14:28:41下载
- 积分:1
-
2
说明: 继续上次传的遗传算法,本次的是算法的初始化部分。(Continue to the last mass of the genetic algorithm, this is part of the initialization algorithm.)
- 2009-04-22 00:13:40下载
- 积分:1
-
Matlabprom
说明: Matlab数学建模程序包,数学建模型竞赛必备武器(Matlab package for mathematical modeling, mathematical model of arms race must)
- 2008-09-20 14:01:23下载
- 积分:1
-
HRM
一篇HRM(Hybird Recrusive Matching)算法的介绍论文,可以用来生产视差图(a paper that introduces a HRM algorithm,which can be used to create disparity map)
- 2010-05-23 20:50:45下载
- 积分:1
-
Kalman-filter
里面有关于卡尔曼滤波器的资料,,有兴趣的人可以下载来看一下喽!(Kalman filter on the inside information, interested people can download a look at another!)
- 2011-06-13 09:18:09下载
- 积分: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
-
example
基于LMS的自适应信道均衡,训练序列采用QPSK信号,从星座图可直观的观察结果(LMS-based adaptive channel equalization, the training sequence using QPSK signal constellation can be observed from the observation)
- 2021-04-27 17:08:44下载
- 积分:1
-
picture
此软件的基本功能主要分为2大模块:一个是数字图像处理模块,另一个是数字图像匹配模块。在数字图像处理模块中,用户可以对数字图像进行简单的处理,可以对图像进行放大,缩小,翻转,灰度处理。在数字图像匹配模块中,用户可以对两张图像进行匹配并显示匹配结果。(The basic function of this software is divided into two major modules: one is the digital image processing module, and the other is the digital image matching module. In digital image processing module, users can conduct a simple digital image processing, the right image to enlarge, reduce, flip, gray scale processing. In the digital image matching module, the user can match two images and displays matching results.)
- 2010-01-08 10:42:07下载
- 积分:1