-
space_time_coding
space time coding is used in MIMO systems to exploit diversity or improve error ot transmission rate
- 2011-06-02 03:52:15下载
- 积分:1
-
Rosen
Rosen梯度投影法,用于解决非线性规划的线性约束问题,可用于解决matlab程序(Rosen gradient projection method for solving nonlinear programming problem with linear constraints can be used to solve matlab program)
- 2013-09-25 08:49:09下载
- 积分:1
-
NUC
cortex-m0新塘工程模板,不需要新建工程,直接用(cortex-m0 Xintang project templates, no new construction, the direct use)
- 2011-11-19 21:02:03下载
- 积分:1
-
steepest1111
一个最速下降法源码,很有用,需要的赶快下。(a steepest descent algorithm source code, useful, it needs quickly under.)
- 2007-05-27 21:22:21下载
- 积分:1
-
intrusion-detection-matlab
intrusion detection algorithm in matlab
- 2013-09-29 15:37:51下载
- 积分:1
-
InversNonLinearFOUR
neural network nonlinear inverse control 4
- 2014-11-20 05:44:46下载
- 积分:1
-
FDTD_3_1
Sullivan关于FTDT经典文章的MATLAB翻译,例子的源程序。(Sullivan classic article on the FTDT translation of MATLAB, examples of the source.)
- 2010-01-08 22:31:14下载
- 积分:1
-
IIR_rls
RLS algorithm using IIR
- 2011-08-06 19:46:36下载
- 积分:1
-
sanjiaofenjie
三角分解
输入变量为一个n阶非奇异方阵A,输出的结果为该矩阵的直接分解矩阵(Input variables for a n-order non-singular matrix A, the output of the direct decomposition of the matrix for the matrix)
- 2011-11-24 15:04:57下载
- 积分:1
-
minFD
用最速下降法求解多维函数的极值
function [x,minf]=minFD(f,x0,var,eps)
目标函数:f
初始点:x0
自变量向量:var
精度:eps
目标函数取最小值时的自变量值:x
目标函数的最小值:minf( With the steepest descent method for solving the multi-dimensional function of the extreme value function [x, minf] = minFD (f, x0, var, eps) target function: f Initial Point: x0 argument vector: var Accuracy: eps target function takes the minimum value of the independent variable values: x minimum target function: minf)
- 2015-05-31 14:43:54下载
- 积分:1