-
SoftTDMv1.5M2010a
Optical Communication Blocks for simulink
- 2010-08-10 22:19:24下载
- 积分:1
-
ExtractedAndRecognized
利用Hu矩对26个英文字母进行提取和识别(Using Hu moments of the 26 English letters are extracted and recognized)
- 2010-08-11 12:23:15下载
- 积分:1
-
optimized-genetic-model
改进的克隆选择算法求函数的极值
操作:高频变异、编辑、选择
多峰值函数优化,求函数的极值(Clonal selection algorithm for improved function extremum)
- 2014-11-02 10:39:55下载
- 积分:1
-
lpc-distrotion
This file computes the distortion of speech files regarding to lpc model in different subbands.
- 2010-12-15 21:53:44下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
fianl
车牌定位的一种实现,主要利用了梯度差分提取高频分量后水平、竖直投影提取边界,规划定位(An implementation of license plate location, the main advantage of the high frequency components extracted after differential gradient level, vertical projection to extract the boundary, planning and positioning)
- 2011-07-16 10:32:35下载
- 积分:1
-
MATLAB-code
常用的Matlab命令以及一些初始简单代码,适合于初学者作为入门的资料。(Commonly used Matlab ordered and some initial simple code, suitable for beginners as introductory material.
)
- 2012-03-26 12:15:55下载
- 积分:1
-
SRandCEinOCT
[IOVS]2011 Shadow Removal and Contrast Enhancement in OCT Images of the Human Optic Nerve Headl的实现matlab代码,医学图像增强([IOVS] 2011 Shadow Removal and Contrast Enhancement in OCT Images of the Human Optic Nerve Headl realization of matlab code medical image enhancement)
- 2013-11-14 19:08:38下载
- 积分:1
-
差分进化算法matlab源代码用于寻找函数极小值
差分进化算法matlab源代码用于寻找函数极小值,附有多个测试函数(Differential evolution algorithm matlab source code used to find the minimum function, with multiple test functions)
- 2014-01-16 23:06:36下载
- 积分:1
-
LFM_radar
这个程序是用来雷达信号测距模拟的。这个信号时线性调频信号(This program is used to simulated radar signal ranging. Chirp signal when this signal)
- 2013-02-20 08:22:31下载
- 积分:1