-
ckl-toolbox
learning doain search
- 2010-07-26 03:27:41下载
- 积分:1
-
1-1Signalpf
Systemview是重要的通信系统仿真软件,国外用的很多。这是我做硕士阶段仿真的一些源代码,对通信系统设计开发非常有用,由于没有Systemview这个板块,所以放在这里。这是一个信号平方仿真的Systemview源代码。(Systemview is an important communication system simulation software used in many foreign countries. This is what I do Simulation Master stage some source code, the communication system design and development is very useful. Because no Systemview the plate, so on here. This is a signal of Systemview square simulation source code.)
- 2007-04-07 10:15:26下载
- 积分:1
-
MATLABIntroductory-tutorial
MATLAB入门教程,从基础知识开始介绍的一个好文档。非常适合用matlab进行可视化编程。(MATLAB Tutorial, start from the basics of a good presentation document. Very suitable for visualization using matlab programming.)
- 2013-10-08 17:31:53下载
- 积分:1
-
gcc
Generalised Cross Correlation Algorithms. It is useful to estimate the time delay in almost all situations
- 2013-12-03 18:16:56下载
- 积分:1
-
jiaosulvpipeikaermanlvbo
捷联式惯性导航的角速率匹配卡尔曼滤波,使用matlab语言编写(Strapdown inertial navigation of angular rate matching kalman filter)
- 2014-01-13 15:52:15下载
- 积分:1
-
Kronig-penny
Kronny penny simulation
Quantum physics
- 2011-10-23 11:02:59下载
- 积分:1
-
svpwm_get
三电平SVPWM的simulink仿真,可以用于各个闭环(Three-level SVPWM simulink simulation can be used for each closed loop)
- 2014-07-15 21:21:37下载
- 积分:1
-
shortestpath
最短路问题的MATLAB求解,给出图的邻接矩阵输出源点到汇点的最短距离及路线方案,另外根据Floyd算法可得到任意两点的最短距离!(Of MATLAB to solve the shortest path problem is given adjacency matrix output of the source point to the Meeting Point, the shortest distance and route programs, addition, according to Floyd algorithm for the shortest distance between any two points available!)
- 2009-09-27 20:27:19下载
- 积分:1
-
matlabhandbookformath
我一直用的matlab数学手册,word版本的。图文并茂,浅显易懂,可以当做送给师弟的礼物(I have been using matlab mathematics handbook, word version of the. Illustrated, easy to understand, you can give as a gift The Young)
- 2009-11-15 20:56:43下载
- 积分: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