-
audioreal
利用PC上的声卡作A/D采样的MATLAB程序(On the use of PC sound card for A/D sampling of the MATLAB program)
- 2010-07-28 20:31:03下载
- 积分:1
-
clipping
实现用matlab仿真OFDM系统限幅(clipping)法抑制峰均比的原理(Achieve PAPR of OFDM system simulation using matlab clipping (clipping) Act Principles)
- 2014-03-02 11:26:25下载
- 积分:1
-
yiqunsuanfa
说明: 在matlab环境下用人工智能算法--蚁群算法求TSP问题的matlab程序(In the matlab environment using artificial intelligence algorithm- ant colony algorithm for TSP problem matlab program)
- 2008-10-10 19:37:08下载
- 积分:1
-
a
说明: 本文给出了用matlab实现简单UWB定位系统的所有代码,并可产生可视化的操作界面。(In this paper, simple to use matlab UWB positioning system all of the code, and can cause visual interface.)
- 2011-05-09 09:26:24下载
- 积分:1
-
fuzzy01
Fuzzy logic example. You enter a temperature degree. Program specifies the membership of fuzzy sets
- 2012-04-16 14:44:01下载
- 积分:1
-
shawei_-CS_MRI_demo
关于沙威老师的CS_MRI_demo matlab代码,该程序可用于核磁共振成像,希望对大家有用(CS_MRI_demo matlab code, the program can be used for nuclear magnetic resonance imaging, we hope to useful)
- 2012-05-23 11:35:11下载
- 积分: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
-
CHAPTER5
pid自适应控制器学习和程序大家学习,很好用的(点对点)
- 2010-09-17 10:55:03下载
- 积分:1
-
PLS_text_wold
The PLS method -- partial least squares projections to latent structures
-- and its applications in industrial RDP (research, development, and
production).(The PLS method-- partial least squares projections to latent structures
-- and its applications in industrial RDP (research, development, and
production).)
- 2009-12-14 15:42:34下载
- 积分:1
-
FingerPrint
matlab fingerprint extraction
- 2011-02-07 19:42:05下载
- 积分:1