-
triangle_wave_generator
等腰三角波发生器,在simulink 中有的是锯齿波和三角波的现成模块,可是等腰三角波的就没有了,现提供给大家。(isosceles triangular wave generator, which in some Simulink ramp and triangular wave off-the-shelf modules, But isosceles triangle wave, there is no, it is available to everyone.)
- 2006-06-29 18:45:23下载
- 积分:1
-
w
说明: 地震处理 叠后F-K偏移 有差值方法选择等(FK migration in the post-stack seismic processing)
- 2012-06-04 20:39:36下载
- 积分:1
-
power-system-link
This the power system link
- 2012-06-16 14:57:10下载
- 积分:1
-
dijkstra
Dijkstra algorithm for Graph (Find Shortest path in Graph)
- 2010-11-04 12:51:38下载
- 积分:1
-
rbfwxl
用径向基函数实现的信道自适应均衡,一个比较简单的例程(Radial Basis Functions Channel adaptive equalization, a relatively simple routines)
- 2006-05-30 21:20:54下载
- 积分:1
-
levinsondurbin
LS-estimation, yule walker equation, levinson durbin algorithm
- 2012-07-17 16:14:12下载
- 积分:1
-
usbl
超短基线定位算法程序,TDOA定位,双曲定位中一种简单有效的估计(A simple and efficient estimator for hyperbolic location)
- 2017-04-08 21:53:39下载
- 积分:1
-
systemviewspectrumanalysis
systemiew 频谱分心 包含那奎斯特定律 正弦载波定律 频谱泄漏 (systemiew distractions include that Qwest' s law spectrum carrier sine law of spectral leakage)
- 2010-12-17 10:25:59下载
- 积分: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
-
the-automobile-four-wheel-steering
自己做出来的simulink例子,对理解汽车四轮转向很有好处。用到了LOR控制。(Make up their own examples of simulink, to understand the automobile four-wheel steering is very good.Used to control LOR.)
- 2015-03-11 16:28:34下载
- 积分:1