-
L01p_e
[x,f]= L01p_e(c,A,b,N)用枚举法求解下列
0-1线性规划问题min f=c *x, s.t. A*x<=b,x的分量全为整数0或1, 其中N表示约束条件 Ax ≤ b中的前N个是等式,N= 0时可以省略。 返回结果x是最优解,f是最优解处的函数值。 ([X, f] = L01p_e (c, A, b, N) with the following enumeration method for solving linear programming problems 0-1 min f = c ' * x, st A* x < = b, x is an integer of all components 0 or 1, where N represents the constraints Ax ≤ b in the equation of the first N, N = 0 can be omitted. Return result x is the optimal solution, f is the function value at the optimal solution.)
- 2013-07-16 21:51:03下载
- 积分:1
-
CMAC_example
先进PID控制,小脑神经网络与PID结合实现系统控制(Advanced PID control, cerebellar network and PID system control)
- 2015-12-04 20:44:24下载
- 积分:1
-
LaplacePyramid
拉普拉斯残差金字塔在图像融合有着非常重要的作用,该程序是拉普拉斯金字塔在matlab中的应用(Laplace residual pyramid image fusion has a very important role in the program is the Laplace pyramid application in matlab)
- 2014-02-25 16:39:51下载
- 积分:1
-
delandgain
computing the driving functions (delay and gain) for loudspeaker
- 2010-12-03 20:48:23下载
- 积分:1
-
Q23
7自由度模型车身质心处垂向加速度和俯仰角的功率谱密度(7 degree of freedom model of the body center of mass at the vertical acceleration and pitch angle of the power spectral density)
- 2021-03-16 19:39:21下载
- 积分:1
-
DFT_spectral_analysis-
DFT谱分析,加矩形窗与加hamming窗对比(DFT spectrum analysis, plus rectangular window hamming window contrast)
- 2013-04-08 19:32:30下载
- 积分:1
-
Partial_Differential_Equations_in_Matlab
In this document has been introduced how to solve different partial differential equations in Matlab programming language.Everbody can solve Heat Conduction Equation, Helmholtz Equation, Laplace Equation and Wave Equation for different initial and boundary conditions.
This document is elemantary of to understand how to solve partial differential equations with the aid of a porgramming language.
- 2013-11-20 19:39:58下载
- 积分:1
-
用元胞自动机模拟交通流 cellular_automata
用元胞自动机模拟交通流,这是一个在二维格子上的元胞自动机,可以当做游戏来看看(use cellular_automata to simulate the traffic flow)
- 2011-01-11 17:59:16下载
- 积分:1
-
rotateXLabels
This function rotates the x-tick labels on a plot. An arbitrary angle can be specified for the text and the label justification adjusts appropriately to ensure the labels lie below the ticks.
- 2015-02-03 16:10:03下载
- 积分:1
-
10000bitsbipolar
说明: 产生一个10000位的bipolar信号并画出bit error performance的模拟图像,求出BER(The source generates equally probable bits, P(0) = P(1) = 0.5.
(a) Construct a program to generate 10000 bits with bipolar signaling.
(b) Use your program to simulate the bit error performance of the system with
Eb/N0 = 0, 2, 4, 6, 8, 10 dB.
(c) Compare your simulated performance with the analytical expression for the
bit error rate (BER):)
- 2011-02-23 09:06:18下载
- 积分:1