-
TP
说明: 用优化算法求解运输问题。
1.不使用linprog,比较歧异解
2.用西北角法求初始基本可行解,用闭回路法确定退出基和更新运输矩阵
3.不能处理非平衡的运输问题(Optimization algorithm used to solve transport problems. 1. Do not use linprog, compare differences solution 2. With the northwest corner of France seeking an initial basic feasible solution, using closed-loop method to determine the transport out of the base and update the matrix 3. Can not handle the transport of non-equilibrium)
- 2009-11-17 11:08:42下载
- 积分:1
-
kalman
说明: 这是一个关于卡尔曼滤波的学习资料,可以帮助初学者学习该滤波算法(This is a study on the Kalman filter information that can help beginners learn the filtering algorithm)
- 2011-04-01 09:18:58下载
- 积分:1
-
RBF
Online identify the plant dynamic by using intelligent architecture, here using RBF Neural network for the plant.
- 2010-05-22 23:07:20下载
- 积分:1
-
matlab2012_vs2005
解决新版本MATLAB与VC++混合编程问题。经过验证能够使用(Solve the problem of the new version MATLAB and VC++ for hybrid programming. Proven ability to use)
- 2012-07-23 08:31:43下载
- 积分:1
-
EnergyEfficientMobileSensing_MatlabCode_YiWang_20
Resources for Energy Efficient Mobile Sensing Research (conducted by Yi Wang)
- 2013-05-04 15:53:50下载
- 积分:1
-
xinhao
离散信号的时域分析,输出各种离散信号的波形图,有利于各初学者理解揣摩(Time domain analysis of discrete signals, the output waveform of various discrete signals, try to figure out is conducive to the beginner to understand)
- 2010-07-09 11:05:23下载
- 积分:1
-
matlab-codes
matlab codes for fdtd and computational emt
- 2015-03-13 20:32:06下载
- 积分:1
-
digital_modulation
基于MATLAB的几种数字调制仿真,包括2ASK、4ASK,2PSK,4PSK,QAM等调制方式。结合GUI图形表示出来。内含两个文件,一个是digital_modulation.fig图形文件,另一个是digital_modulation.m源码文件。(digital_modulation)
- 2009-05-20 16:58:40下载
- 积分:1
-
KalmanFilteringTheoryandPracticeUsingMATLAB
Kalman Filtering and theory using Matlab
- 2011-01-14 02:46:16下载
- 积分:1
-
lab2
lear
N = 10^5
EB_NO = [-1:30]
liu1 = zeros(1,N)
liu2 = zeros(1,N)
for ii = 1:length(EB_NO)
m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1)
s = (1/sqrt(2))*m normalization of energy to 1
n = 1/sqrt(2)*[randn(1,N) + j*randn(1,N)]
- 2012-05-17 19:56:56下载
- 积分:1