-
mpls-lab-1.7
这是Cisco中mpls-lab的比较好的参考资料,希望对大家有帮助。(This is the Cisco in the mpls-lab comparison of a good reference to all of us want to help.)
- 2009-11-24 23:47:04下载
- 积分:1
-
1
说明: this matlab is to show how some signal function can
be implement in it and how to do some operation on it
- 2011-01-13 04:16:02下载
- 积分:1
-
EMDchengxuyitiao
这是EMD的程序吧,里面的子程序也重新整理好的,本人已经调试成功!(This is the EMD program,it contains the subcode and I have debugging it sucessfully)
- 2014-09-03 17:48:41下载
- 积分:1
-
UPFC4
dpfc for power quality improvement
- 2014-09-14 00:42:22下载
- 积分:1
-
createTable
create table with java and gui matlab implementation
- 2013-02-23 21:47:13下载
- 积分:1
-
gp
说明: 混沌时间序列预测中用gp算法求借嵌入维和分形维。(Chaotic time series prediction by using gp algorithm for embedding dimension and fractal dimension.)
- 2008-06-02 16:22:26下载
- 积分:1
-
@fec
matlab最新LDPC源码,不太好懂.请各位高手指点迷津~(matlab latest LDPC code, not very good to understand. called upon to master指点迷津~)
- 2006-11-23 16:16:52下载
- 积分:1
-
PA_LMS
用simulink简历的OFDM预失真仿真模型(OFDM with pre-distortion resume simulink simulation model)
- 2010-12-03 20:21:17下载
- 积分: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
-
MATLAB6.x
MATLAB是一套功能强大的工程计算及数据分析软件,广泛应用于工业、电子、医疗、建筑及航空业等领域。本书系统介绍了MATLAB 6的基础知识,包括程序设计环境、基本操作、绘图功能、 M文件及稀疏矩阵;详细阐述了MATLAB 6在数字信号处理中的应用,主要有离散信号、离散系统及其结构的MATLAB实现、MATLAB中的信号变换、基于MATLAB的 IIR DF与 FIR DF设计以及基于MATLAB的功率谱估计等。另外,本书同时提供了MATLAB 6中 24类基本命令函数的子目录及其含义,以及MATLAB中10种基本的工具箱函数,极大地方便了用户的阅读与参考。 本书可作为数字信号处理课程的参考书,对涉及数字信号处理的各个领域的大专院校师生与广大科研人员具有重要的参考价值。 (err)
- 2008-06-28 10:53:48下载
- 积分:1