-
addlift
非常有用的matlab实用例程,mei you mi ma(very useful practical Matlab routines, mei you mi ma)
- 2006-06-22 10:28:42下载
- 积分:1
-
lms
LMS自适应均衡算法,对于学习现代数字信号处理的朋友们很有参考价值(LMS adaptive equalization algorithm
)
- 2012-01-17 15:59:39下载
- 积分:1
-
sg
说明: 仿真已测试过,波形非常好。是双管正激电路参考的经典案例。(THAT IS THE GOOD DESIGN)
- 2017-06-22 10:51:52下载
- 积分:1
-
theoptimumdesignofFIRdigitalfilterandMATLABsimulat
FIR DF 等波纹切比雪夫逼近 Remez算法 交错定理 MATLAB仿真(FIR DF;equivalent ripple Chebyshev approxiIllation;Remez algorithm;intervning theorem MATLAB simulation)
- 2021-02-14 16:29:48下载
- 积分:1
-
myfilter
基于matlab的滤波器仿真算法,观察滤波效果(Filter Matlab algorithm)
- 2013-04-24 20:58:48下载
- 积分:1
-
associate
说明: 建立关联程序的例子。本程序演示把 .bar 文件与 NotePad 建立关联(establish procedures related examples. The demonstration put procedures. Bar documents associated with the establishment of NotePad)
- 2006-04-25 11:03:45下载
- 积分:1
-
MSourceCoodeA
利用MATLAB实现图像的离离散余弦变换的源代码可直接使用。
(The source code using MATLAB' s image away from the discrete cosine transform can be used directly.)
- 2012-05-21 23:31:30下载
- 积分:1
-
FuzzyRBF
在matlab中,rbf模糊神经网络的程序(In matlab, rbf neural network program)
- 2013-08-31 13:03:51下载
- 积分: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
-
TSP_Ant_Algorithm
蚁群算法求解标准旅行商问题的matlab程序。(Matlab program of ant colony algorithm for the standard traveling salesman problem(TSP). )
- 2009-10-30 21:44:35下载
- 积分:1