-
matlab(cankaodaima)
调试完成的matlab仿真代码,非常好的参考(Debug matlab completed simulation code, a very good reference)
- 2008-05-25 14:09:58下载
- 积分:1
-
dlb
倒立摆作业,源程序和代码,文章说明,用起来比较好(Pendulum operations, source code and the code, the article shows that it is better to use)
- 2015-01-21 21:08:48下载
- 积分:1
-
estimation-of-2D-DOA
基于L阵列的一些二维DOA估计,其中一些算法与最新的文章有着直接对应关系(Based on L array of 2-d DOA estimation, some algorithm has direct correspondence with the latest article)
- 2021-04-14 16:38:55下载
- 积分:1
-
kwiener
The following code implements a kernel Wiener Filter algorithm in MATLAB.
The algorithm dependes on the eigenvalue decomposition, thus only a few thousand of data samples for training dataset is applicable so far.
- 2009-11-03 05:43:41下载
- 积分:1
-
ImageProcessingUsingMATLAB
image processing using matlab book
- 2010-11-09 03:59:48下载
- 积分:1
-
OkumuraHata
简单的奥村模型,其中程序描述了波束宽度与波达方向及阵元数的关系,以及最优权的傅里叶变换(OkumuraHata model,Array element spacing relations with wavelength,Beam width and doa and the number of array element relationship)
- 2014-11-24 16:57:50下载
- 积分: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
-
matlab
说明: 这是MATLAB数值分析里面的小程序,不知道怎样描述好!(matlab)
- 2009-09-01 21:11:54下载
- 积分:1
-
matlab
复杂网络相似性指标的实现和对比,同时可以实现无标度网络和邻耦网络两个复杂网络的预测。并对预测结果进行评估。改进了预测算法,提出了预测精度评价的新指标,使精度评价更准确。(Implementation and comparison of the complex network of similar indicators, and can achieve scale-free network and neighbor coupled network prediction of two complex networks. The prediction results to assess. Improve the prediction algorithm, proposed a new indicator of prediction accuracy evaluation, the accuracy of evaluation is more accurate.)
- 2012-07-06 16:06:35下载
- 积分:1
-
FCM-code
image segmentation using Fuzzy C Means Clustering algorithm
- 2015-04-06 13:58:54下载
- 积分:1