-
GPS-software-receiver-in-matlab-
GPS软件接收机的相关论文 详细讲解了GPS软件接收机的各个模块 并给出matlab仿真结果(GPS receiver software related papers gave a detailed account of the various modules GPS software receiver matlab simulation results are given)
- 2013-09-04 11:17:23下载
- 积分:1
-
histogram-matching
histogram maching for image processing
- 2011-12-07 22:43: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
-
matlab-masterpiece
说明: 这是MATLAB教程中的经典之作,对重要的知识点做了归纳和汇总,讲解也很详细(MATLAB tutorial is classic, the knowledge of important points are summarized and the summary made to explain the very detailed)
- 2011-04-17 07:27:45下载
- 积分:1
-
svdnew
PMSM直接转矩控制系统的空间辨识,辨识出系统介次,和状态空间模型,从而调节控制器参数(PMSM Direct Torque Control System Identification, identify system Kaiji, and the state-space model, adjust the controller parameters)
- 2006-12-09 20:05:56下载
- 积分:1
-
csMRIdemo
本程序包里面代码用matlab编写,有三个demo,分别处理然后用CS重建1维,2维信号,最后一个是对大脑图像做CS重建对比(This package inside the code written in matlab, there are three the demo, be treated separately and then use the CS reconstruction of one-dimensional, two-dimensional signal, the last CS reconstruction compared brain images)
- 2012-06-19 10:59:26下载
- 积分:1
-
DrawTree_Ctl
实现云模型与分形的树模拟,用MATLAB和VB混合编程实现(achieve cloud model and fractal tree simulation with MATLAB and VB Programming)
- 2006-10-31 10:51:37下载
- 积分:1
-
rvm
it is rvm matlab code
- 2012-07-20 15:29:45下载
- 积分:1
-
wavedetect
这是一个比较有用的小程序,能对被水印出理过的图象进行检测,效果很明显.(This is a relatively small program useful, can be a watermark image over the rationale for testing, the effect is obvious.)
- 2007-12-22 14:56:45下载
- 积分:1
-
ddsView
一款软件查看器 在WINDOS下可以免费查看一款软件查看器 在WINDOS下可以免费查看(Today,l am here as a student.l want to learn English in this tieba )
- 2014-12-19 20:47:30下载
- 积分:1