-
fem_matlab
fem_matlab有许多基本程序,解答各种微分方程,这些都是在FEM中可能用到的。(fem_matlab There are many basic procedures, to answer a variety of differential equations, which are in the FEM may be used.)
- 2010-06-11 18:01:37下载
- 积分:1
-
HMM_Forward_Backward
马尔可夫链的前向和后向算法,在隐马尔可夫模型中用于学习问题的(HMM-FORWARED-BACKWORD)
- 2009-11-30 15:19:21下载
- 积分:1
-
TP_3A
matlab music经典算法 2源信号,入射角为0 45°进行DOA估计(algorithm of music(multiple signal classification))
- 2011-01-15 21:14:30下载
- 积分:1
-
slide2
说明: 实用化工计算机模拟
Matlab与化工数值计算-第2讲(practical computer simulation of chemical processes)
- 2010-03-22 23:59:32下载
- 积分:1
-
Parameters-estimation
使用案例讲述了MATLAB的参数估计与假设,有源代码(Parameters estimation and hypothesis testing
)
- 2011-07-07 08:11:46下载
- 积分:1
-
M_LEACH
LEACH (Low Energy Adaptive Clustering Hierarchy) is designed for sensor networks where an end-user wants to remotely monitor the environment. In such a situation, the data from the individual nodes must be sent to a central base station, often located far from the sensor network, through which the end-user can access the data. MODIFIED LEACH IS ENHANCED VERSION OF LEACH PROTOCOL TO SAVE ENERGY.
- 2014-01-17 17:37:09下载
- 积分:1
-
MSAR.tar
this code can be use in prediction filter of seismic data.
- 2009-11-07 15:20:24下载
- 积分: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
-
mingmingbaibai
说明: 心电图基本知识介绍,发明历史,目前应用和重要技术,是医学和电子医疗从业者的入门知识(Introduction of basic knowledge of ECG, invention history, current applications and important technology, medicine and electronic medical practitioners introductory knowledge)
- 2010-04-26 15:04:25下载
- 积分:1
-
TDOATOAAOA
无线定位基本算法 TDOA AOA TOA(Wireless location algorithm on TDOA the AOA TOA)
- 2012-05-29 18:19:51下载
- 积分:1