-
mobkas
application sales car ............................
- 2015-01-12 16:56:55下载
- 积分:1
-
GPSDREKF
扩展Klman滤波在车辆GPS/DR组合定位系统信息融合中的应用,主要包括:产生车辆运行轨迹,GPS卫星单独定位导航,DR车辆航迹单独定位导航,GPS/DR通过扩展卡尔曼滤波进行多源数据融合实现的组合定位导航。产生的结果有车辆实际运动轨迹,车辆在GPS定位下的运动轨迹,车辆在DR定位下的运动轨迹,车辆在GPS/DR数据融合后组合定位轨迹,以及各种定位方式在北向和东向各自的误差图。(The extended Klman filter in vehicle GPS/DR integrated navigation system information fusion application, mainly including: the generation of vehicle trajectory, GPS satellite positioning and navigation of vehicle track alone, DR alone, GPS/DR positioning and navigation, by extending the Calman filter to achieve multi-source data fusion combined navigation. The result of actual vehicle trajectories, trajectories of vehicles in GPS positioning, DR positioning in the vehicle trajectory, vehicle location trajectory in GPS/DR after data fusion, as well as a variety of ways to locate and east the error map in the north.)
- 2021-03-25 17:09:13下载
- 积分:1
-
music
利用music方法来进行doa估计,常用于阵列信号处理中(The use of music means to carry out doa estimation, commonly used in array signal processing in)
- 2008-04-16 20:46:09下载
- 积分:1
-
rsfigures
rs figure....
- 2012-01-28 19:04:00下载
- 积分: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
-
thinning
this code is for fingerprint thinning
- 2011-04-26 00:35:57下载
- 积分:1
-
disp
Warning: AVIREAD will be removed in a future release. Use MMREADER instead.
- 2013-07-24 19:32:23下载
- 积分:1
-
bubble
create bubble using matlab
- 2013-08-03 18:34:33下载
- 积分:1
-
TWR_Script
单跑道飞机起飞排队系统,仅针对飞机起飞、飞机在停机位开车等待起飞。 (Single-runway takeoff queuing system)
- 2013-04-10 14:36:00下载
- 积分:1
-
M
图像处理综合实例的SIMULINK实现例程(SIMULINK image processing example implementation routines
)
- 2013-11-30 10:45:52下载
- 积分:1