-
dag-svm
有向无环图程序,程序较为简洁,包含代码和简要说明。(Directed acyclic graph procedure is relatively simple, containing code and a brief description.)
- 2020-11-03 19:49:53下载
- 积分:1
-
space_vectort
speed control BLDC motor
- 2019-01-20 15:01:41下载
- 积分: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
-
HybridUKF
this file use hybrid kalman filter for estimation
- 2009-10-03 00:06:14下载
- 积分:1
-
A_study_of_IEEE_802.16a_OFDM-PHY_Baseband
欧洲的一个学生,对802.16a的硕士论文。有OFDM的源代码。(Europe 1 students and the 802.16a master's thesis. OFDM is the source code.)
- 2006-11-08 17:42:22下载
- 积分:1
-
A_Software_Defined_GPS_and_Galileo_Receiver
Software-defined radios (SDRs) have been around for more than a decade. The
first complete Global Positioning System (GPS) implementation was described
by Dennis Akos in 1997. Since then several research groups have presented their
contributions.We therefore find it timely to publish an up-to-date text on the subject
and at the same time include Galileo, the forthcoming European satellitebased
navigation system. Both GPS and Galileo belong to the category of Global
Navigation Satellite Systems (GNSS).
- 2009-04-09 07:14:21下载
- 积分:1
-
dbemd
该程序是MATLAB源程序,可以用来对纹理进行处理得到纹理特征。(MATLAB source code of the procedure can be used for processing of the texture to be texture features.)
- 2009-05-09 21:09:57下载
- 积分:1
-
41664480rs
MATLAB code for reed soloman encoding
- 2014-01-31 14:34:02下载
- 积分:1
-
soft_viterbi_final.m
Soft Viterbi decoding algorithm for reed solomon.
- 2014-02-20 00:48:55下载
- 积分:1
-
Kriging
克里金插值法,可用于大数据的空间插值,可信度高(Kriging interpolation method can be used for spatial interpolation big data, high reliability)
- 2016-04-18 11:45:28下载
- 积分:1