-
fir
一篇基于matlab设计基本的FIR滤波器的文章。一篇基于matlab设计基本的FIR滤波器的文章(Matlab-based design of a basic FIR filter article. Matlab-based design of a basic FIR filter paper)
- 2010-06-18 17:10:23下载
- 积分: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
-
2cercle
Extended Kalman filter for trajectory prediction
- 2010-05-11 23:01:06下载
- 积分:1
-
random-numbers
matlab生成随机数,uinform产生一组[0,1]分布的随机数,riddling产生一个N(0,1)正态分布随机数,normal产生n个N(a,b)正态分布随机数。(Use matlab to generate random numbers, uinform produce a set of [0,1] random number distribution, riddling produce a N (0,1) normally distributed random numbers, normal generate n N (a, b) normally distributed random numbers.)
- 2014-09-12 16:15:17下载
- 积分:1
-
generator_epiano
信号发生器和电子琴。其中电子琴有36个按键,跨3个八度,分别为小字组、小字一组和小字二组,可以播放含基音、泛音和包络的声音(Signal generator and keyboard. Keyboard comes with 36 keys which spans three octaves, respectively, for the small print group, the small print of a group and the small print of two groups, containing the pitch, overtones, and the sound envelope can play)
- 2012-11-02 00:59:27下载
- 积分:1
-
shuzhifenxiMatlabchengxu
此程序是数值分析中的插值运算Matlab程序,插值运算应用相当广泛,此程序为大家提供了方便(Numerical analysis of this process is the interpolation operator in Matlab procedures, a wide range of computing applications interpolation, this program has provided the convenience)
- 2009-06-04 23:11:50下载
- 积分:1
-
基于matlab/simmechanics舵机
基于matlab/simmechanics舵机
输出铰链机构的仿真(Based on matlab/simmechanics output steering gear hinge body simulation)
- 2009-07-07 21:30:06下载
- 积分:1
-
karlman
卡尔曼滤波器的主要功能就是目标跟踪,程序利用卡尔曼滤波器实现了对机动目标的跟踪(Kalman filter is the main function of target tracking, procedures for the use of a Kalman filter to achieve the right track moving targets)
- 2006-07-05 13:29:22下载
- 积分:1
-
BF
数字波束形成,阵列信号,里面包含了经典DBF算法和基于FFT多波束形成算法,适合初学者,自己编的(Digital beamforming, array signal, suitable for beginners, own)
- 2013-07-17 20:51:29下载
- 积分:1
-
china-regest-interface
中登接口字段解析,字段间距,截取,查找定位等等(china regist devest)
- 2014-09-02 19:15:28下载
- 积分:1