-
sig
approximate the integral of exp(x)/(1+exp(x) )* N(m,ss)
- 2010-01-29 21:58:58下载
- 积分:1
-
hrtf_demo
利用人頭轉移函數鍵麗的濾波器,重建環繞音效.可調整音場角度.(The use of the head of the filter transfer function key Korea, reconstruction surround sound. Adjustable sound field angle.)
- 2013-11-08 15:41:22下载
- 积分:1
-
kalmafiltering
关于扩展卡尔曼滤波的MATLAB程序 其目标是跟踪移动物体进行定位(Multi-sensor optimal information fusion Kalman filters with applications)
- 2009-09-06 09:40:18下载
- 积分:1
-
temp2
QPSK system simulation not working
- 2014-02-10 04:02:54下载
- 积分:1
-
intelligentControl
我收集到的智能控制作业,是关于模糊PID控制算法的,模糊算法和仿真框图均是基于smulink的,请大家多多执教。程序虽然简单,但对新手来说很实用。(I collected intelligent control operations on the fuzzy PID control algorithm, fuzzy algorithm and simulation block diagram are based on smulink, please everybody a lot of coaching. Procedure is simple, but very useful for novices.)
- 2007-09-15 21:35:10下载
- 积分:1
-
pufenxi_MATLAB
用matlab进行谱分析的源码,适合初学者(Spectral analysis carried out by the matlab source code for beginners)
- 2009-04-18 08:00:29下载
- 积分:1
-
Probabilistic-algorithm
此算法功能强大,可以解决好多线性规划问题,同时解决许多,简单易懂,好用(This algorithm is powerful, can solve a lot of linear programming problems, while addressing the many, easy to understand, easy to use)
- 2011-09-08 10:50:10下载
- 积分:1
-
Xie
在Matlab中画一个给定参数的T分布的图像。(plot a figure of a data for T distribution.)
- 2009-10-06 08:54: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
-
FlyTextApplet
用小程序模拟实现文字飞行的效果,通过改变字体的大小和显示位置(Simulation with a small procedure to achieve the effect of flying text, by changing the font size and display position)
- 2007-11-25 16:44:36下载
- 积分:1