-
entropia_en
Iterative algorithm for minimum cross entropy thresholding
- 2009-11-30 20:38:46下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
enigma
The files included implement the M3 Enigma machine. Rotors.m implements the GUI and enigma.m implements the cipher substitutions. The implementation can be used as an aid to teaching the enigma machine. Also, the source can be used to show how to implement an enigma machine. The files are thoroughly commented and the application can run in MATLAB by just typing rotors
- 2009-02-01 13:09:29下载
- 积分:1
-
SIRP
SIRP杂波仿真matlab实现程序呈现(SIRP clutter simulation matlab implementation program presented)
- 2013-03-20 18:24:49下载
- 积分:1
-
FitzHughNagumo
UKF matlab algorithm.
The implementation is already make. You just have to understand the algo before run. You can modified some code
- 2013-12-05 03:28:34下载
- 积分:1
-
cannyDericheFiltre
digital image processing canny deriche example
- 2009-05-28 14:06:34下载
- 积分:1
-
MATLAB
很实用的matlab编程,适合于初学人员同时也适用于高年级的学生及研究人员(Very practical matlab programming, suitable for beginners who also suitable for high-grade students and researchers)
- 2012-01-08 15:52:04下载
- 积分:1
-
mnf变换代码
说明: 基于MATLAB编程的最小噪声分离方法处理高光谱影像(Minimum Noise Separation Method Based on MATLAB Programming for Hyperspectral Image Processing)(Minimum Noise Separation Method Based on MATLAB Programming for Hyperspectral Image Processing)
- 2019-04-08 20:07:17下载
- 积分:1
-
Simulink
simulink简明教程,分6个章节介绍快速入门、建模方法、运行仿真、基本模块、连续系统、子系统及封装,简单易懂,适合初学者(A simple tutorial simulink, sub-chapter on 6 Quick Start, modeling methodology, operation simulation, the basic module, continuous system, subsystem and package easy, suitable for beginners)
- 2009-05-10 09:55:27下载
- 积分:1
-
matlab_Lab3
information gain calculation in Matlab
- 2010-11-27 01:57:48下载
- 积分:1