-
matlab
运用matlab实现了旋转矢量法的仿真,仿真结果表明了算法的有效性(Using matlab to achieve a rotation vector method of simulation, simulation results show the effectiveness of the algorithm)
- 2010-06-11 17:26:21下载
- 积分:1
-
chi2test
给定一批的样本,当然这些样本间必须相互独立。如果Q > chi2(p, nu),假设拒绝,否则通过。
ARGUMENTS:
x Absolut numbers.
p The prob ability value, calculated from Q.
Q The resulting Q-value.(A given batch of samples, of course, among these samples must be independent of each other. If Q> chi2 (p, nu), the assumption that refuse, or else through. ARGUMENTS: x Absolut numbers. P The prob ability value, calculated from Q. Q The resulting Q-value.)
- 2009-05-20 14:40:02下载
- 积分:1
-
dst_idst
坐标系转变,通过运行,很好的代码,哈哈哈(Coordinate system transformation, by running, a good code)
- 2011-12-09 21:32:55下载
- 积分:1
-
PSO
说明: 标准的粒子群优化算法程序,用Matlab编程。(Particle swarm algorithm (matlab))
- 2011-03-24 10:50:28下载
- 积分: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
-
Trajectory-tracking-of-WMR
Tracking control of a mobile robot with kinematic and dynamic
- 2013-01-01 14:08:26下载
- 积分:1
-
SinglePhasePIInverter
一个单相逆变器,控制环路采用的是MATLAB里面的PID模块,有电流环和电压环,PWM发波模块采用的是MATLAB里面的PWM模块,省去了spwm的脉宽调制,需要在matlab2013中使用,较低版本没法运行(A single-phase inverter control loop uses PID module of MATLAB, current and voltage loop, a PWM wave module adopts the PWM module of MATLAB, eliminating the SPWM pulse width modulation and need to use in matlab2013, lower version did not run)
- 2016-08-02 13:50:38下载
- 积分:1
-
backprop.m
this is a program on matlab backpropagation of error.
- 2009-10-11 21:08:39下载
- 积分:1
-
simulinksimulationqbsk
从simulink仿真可以看到瑞利衰落信道对于bpsk性能的影响。(Simulink simulation can be seen from the Rayleigh fading channel performance for bpsk.)
- 2009-04-17 08:56:41下载
- 积分:1
-
11
说明: pn序列用于信道估计的列子,很全面的源代码(Channel Estimation and Equalization based on PN sequence)
- 2010-04-17 21:49:07下载
- 积分:1