-
dsplib
说明: 能实现第四代移动通信系统中的关键技术MIMO-OFDM,是一个两发两收的MIMO系统(To achieve the fourth generation mobile communication system in key technology MIMO-OFDM, is a collection of two rounds of two MIMO systems)
- 2011-03-28 20:01:52下载
- 积分:1
-
SAR-matlab-BookPCodes
这里包括Mehrdad Soumekh的synthetic aperture radar signal processing with matlab algorithms英文书以及附带源代码,书中有详细的雷达信号处理方法,附带程序中的成像算法包括一维距离像、条带式、聚束式等多种模式的SAR成像。可以作为有一定SAR基础的同行的编程参考。 (The files include the book of synthetic aperture radar signal processing with matlab algorithms English books and its source code, the author is Mehrdad Soumekh. The imaging algorithm includes a one-dimensional range profile, band type, spotlight SAR imaging a variety of modes. SAR can be used as the basis of a certain peer programming reference.)
- 2020-12-01 17:29:26下载
- 积分:1
-
41695073double-fedmachine
vector control double fed induction machine
- 2011-05-14 18:38:46下载
- 积分:1
-
MATLAB 线性方程组的数值解法.part5
是MATLAB 线性方程组的数值解法....
Gauss消去法.. 顺序Gauss消去法.. Gauss-Jordan消去法... 追赶法... 1 LU分解... Cholesky分解.....Jacobi迭代法..Gauss-Seidel迭代法.. 逐次超松弛迭代法... 梯度法..
奇异值分解法...
rref函数... lu函数... chol函数. mrdivide函数(MATLAB Efficient Programming Skills and Applications 25 Cases Analysis of Example Code Compression Section5)
- 2020-06-23 22:20:02下载
- 积分:1
-
math1
MATLAB经典算法程序,插值与拟合包含PPT讲义,可对照matlab程序进行学习(MATLAB procedures classic algorithm, interpolation and fitting contains PPT handouts can control matlab program to study)
- 2009-01-15 12:09:31下载
- 积分:1
-
1
说明: 该程序可以建立一个链表,然后随机的插入节点(The program can build a linked list, and then randomly insert the node)
- 2009-11-25 10:18:16下载
- 积分:1
-
gps
Simulation of GPS in Matlab.
- 2012-08-14 18:33:36下载
- 积分:1
-
leveldiagramBeta2008
level diagram-matlab code
- 2011-11-23 16:14:48下载
- 积分:1
-
Lyapunov_exponents2
小数据量法计算 Lyapunov 指数的 Matlab 程序 - (mex 函数,超快)( Lyapunov number)
- 2010-11-11 22:23:33下载
- 积分:1
-
linclass
这个是用于两类的带有类别的数据的线性分类器,是结构体类型如下判别 y(i) = 1 if W *X(:,i) + b >= 0
2 if W *X(:,i) + b < 0(his function classifies input data X using linear
discriminant function:
y(i) = argmax W(:,y) *X(:,i)+ b(y)
y
where parameters W [dim x nfun] and b [1 x nfun] are given
in model and nfun is number of discriminant functions.
In the binary case (nfun=1) the classification rule is following
y(i) = 1 if W *X(:,i)+ b >= 0
2 if W *X(:,i)+ b < 0)
- 2011-05-01 17:58:21下载
- 积分:1