-
TrackContentProvider
Track Content Provider implements I Structured Content Provider.
- 2014-02-24 10:32:03下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
fdtd 2d rcs
fdtd计算无限长圆柱导体散射问题,可以计算RCS,包含解析解,此代码经过我自己的修改,与网络版本不同,更加好用(fdtd calculate infinite cylindrical conductor scattering problem, you can calculate RCS, it contains analytical solution, this code through my own changes, and network versions, easier to use)
- 2021-04-24 13:18:47下载
- 积分:1
-
browse_score_xls
Matlab GUI程序, 带文件名browse功能,可打开excel文件。使用了listbox,edit,button等控件。
从excel文件中读取信息,显示在姓名和成绩两个窗口中,且可以在姓名窗口点选一个或多个姓名来显示对比成绩;
其中提供了文件浏览窗口,可供选取文件。
本例针对成绩文件score.xls,结构是:姓名,语文,数学,英语若干成绩。(Matlab GUI program with the file name browse function, can open the excel file. Use the listbox, edit, button, etc. controls. Read information from the excel file, name and achievements displayed in two windows, and you can name one or more of the window click on the name to display the comparison results which provides a file browser window, select the files available. In this case for the results file score.xls, the structure is: name, language, mathematics, English some success.)
- 2010-06-04 01:17:00下载
- 积分:1
-
INS_GPS_integrated_navigation_system
通过卡尔曼滤波并采用开环控制方式实现惯性导航和GPS的数据融合(Through the Kalman filter and use the open-loop control method to achieve inertial navigation and GPS, data fusion)
- 2010-03-07 09:57:36下载
- 积分:1
-
APF3p_3line
三相有源滤波的仿真,不会让你失望的,看看(matlab apf)
- 2021-04-19 20:18:51下载
- 积分:1
-
reynolds
利用matlab编程求解雷诺方程,用有限差分法将雷诺方程转换成非齐次的线性方程组(Reynolds equation solved using matlab programming, finite difference method will be converted to the Reynolds equation linear equations nonhomogeneous)
- 2017-03-13 19:00:55下载
- 积分:1
-
VFDT
小波对信号进行多分辨率分析,提取信号特征(Wavelet multi-resolution signal analysis, signal feature extraction)
- 2009-04-01 15:31:29下载
- 积分:1
-
FDTD_2D_tm_pml
二维,FDTD,pml,matlab语言。(Two-dimensional, FDTD, pml, matlab language.)
- 2009-06-17 09:44:38下载
- 积分:1
-
DSp
Here i attach the MATLAB codings for dsp applications. with the help of these coding we can easily design the dsp applications
- 2013-07-30 14:03:53下载
- 积分:1