-
Classification_toolbox
模式识别经典书籍的Matlab源代码,很适合从事神经网络,模式分类方面的研究人员(Pattern Recognition classic books Matlab source code, it is suitable for neural networks, pattern classification, researchers)
- 2010-05-06 16:22:50下载
- 积分:1
-
EBMA_bidirectional_experiment3
EBMA bidirectional for motion estimation
- 2014-10-25 23:01:41下载
- 积分:1
-
twjqaqke
用MATLAB实现动态聚类或迭代自组织数据分析,线性调频脉冲压缩的Matlab程序,进行波形数据分析,课程设计时编写的matlab程序代码,数值分析的EULER法,LDPC码的完整的编译码,用于特征降维,特征融合,相关分析等,采用加权网络中节点强度和权重都是幂率分布的模型。( Using MATLAB dynamic clustering or iterative self-organizing data analysis, LFM pulse compression of the Matlab program, Waveform data analysis, Course designed to prepare the matlab program code, EULER numerical analysis method, Complete codec LDPC code, For feature reduction, feature fusion, correlation analysis, Using weighted model nodes in the network strength and weight are power law distribution.)
- 2016-03-30 21:15:39下载
- 积分:1
-
MM1
MM1排队序列模拟——统计给定 平均到达率和离去率 条件下系统的平均队列长度和平均等待时间;
统计平均队列长度和平均等待时间随平均到达率 和离去率 的变化曲线
(The MM1 the queuing sequence of simulation- statistics system to the given conditions the average queue length and average waiting time easygoing statistical average queue length and average waiting time curve)
- 2013-04-17 15:53:03下载
- 积分:1
-
kmeans
kmeans is image segmentation algorithm.
- 2014-02-06 15:27:22下载
- 积分:1
-
Moorer2
用matlab实现的moorer混响源代码(Reverb with moorer matlab source code that implements)
- 2015-05-31 15:32:48下载
- 积分:1
-
sssc_file
simulation file for beginners of SSSC using matlab/simulink...see the scopes
- 2020-06-29 06:20:02下载
- 积分: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
-
Desktop
大气湍流 相位屏 大气信道模拟,改善的相位屏(Atmospheric turbulence phase screen)
- 2015-09-14 19:38:14下载
- 积分:1
-
SimpleKalman
one dimension problem kalman filter
- 2012-05-09 19:43:50下载
- 积分:1