-
111
几个简单的遗传算法例子,一般有点相关基础的都能看懂,很容易的。(Few simple examples of the genetic algorithm, based on the general correlation can understand a little bit, very easy.)
- 2010-06-15 11:27:42下载
- 积分:1
-
windspeedmodel_1
五种风速合成的典型的风速模块,适合于各种风速模型(The typical wind speed module of five kinds of wind speed is suitable for all kinds of wind speed model.)
- 2015-09-18 13:38:22下载
- 积分:1
-
ac
利用
MATLAB
实现窗函数法设计
FIR
滤波器,主要是选择合适的窗函
数进行截断运算
(Window function method using MATLAB to design FIR filter, main is to choose the appropriate letter for window blocking operations.First theoretically to approximate the unit impulse response of ideal filter hd [k], to be determined by the passband and stopband attenuation index window function types, determined by transition zone FIR filter order M length (or N), and finally USES MATLAB to calculate the window function value, and hd wN [k] [k] value, so that the design of FIR filter h (k) MATLAB provides the blackman window function is: w = blackman (N) Where N is the length of the window function.)
- 2013-05-09 11:02:22下载
- 积分:1
-
Intelligent_Algorithm
说明: 搜集了几种人工只能算法,基于Matlab平台编写,包括聚类、统计稀疏、最小范数法、DOA、投影追踪、稀疏贝叶斯等(Several artificial algorithms are collected and compiled on the platform of matlab, including clustering, statistical sparseness, minimum norm method, DOA, projection tracking, sparse Bayesian, etc.)
- 2019-06-15 16:52:47下载
- 积分:1
-
LMS
一个经典的LMS程序,是一个M函数程序,可自己编写主程序调用(A classic LMS procedures, is an M function procedures, the preparation of the main program can call their own)
- 2007-08-22 09:39:00下载
- 积分: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
-
jungle-justice
自己做matlab与系统仿真时候的matlab代码,仿真弱肉强食系统。(My work for the course of time and system simulation matlab.It is built by matlab code.And it is simulation of jungle systems.)
- 2015-01-07 20:36:49下载
- 积分:1
-
ukf
一个非线性滤波器的实现程序,能够实现其基本的功能,对于初学者很有帮助。(A nonlinear filter is implemented procedures to achieve its basic functionality, useful for beginners.)
- 2013-11-12 19:23:22下载
- 积分:1
-
Foundations-of-Fuzzy-Control---A-Practical-Approa
Foundations of Fuzzy Control - A Practical Approach (2e) Chapter 1
- 2015-02-07 12:14:03下载
- 积分:1
-
TRENTOOL3-master
说明: 计算传递熵 采用matlab编程 附有相关结果(The matlab program is used to calculate the transfer entropy with relevant results)
- 2019-12-09 20:52:59下载
- 积分:1