-
bresenham_line
draw line by Bersenham Algorithm
- 2011-06-11 05:27:44下载
- 积分:1
-
GS_CH_MOPSO_Grey
多目标非线性约束的粒子群算法,采用灰度理论,混沌理论,动态惩罚函数,可针对任何复杂函数进行优化,效果很好(Nonlinear constrained multi-objective particle swarm algorithm, using gray theory, chaos theory, dynamic penalty function can be optimized for any complex function, the effect is very good)
- 2021-05-13 22:30:02下载
- 积分:1
-
gradientDescent.m
gradient descent in matlab
- 2011-10-21 07:26:57下载
- 积分:1
-
MATLAB
this is a game which is very simple,
- 2014-11-13 01:10:10下载
- 积分:1
-
AM
说明: 这个方案是非常基本的振幅调制和解调初学者实施。已作出评论。(This program constitutes of very basic amplitude modulation and demodulation implementation for beginners. Comments have been made.
)
- 2010-07-05 11:57:16下载
- 积分:1
-
Cspline
这是一个三次样条插值的.m程序
输入的是一个二维数组A(Nx2)
插值方法为:
S(x) = A(J) + B(J)*( x - x(J) ) + C(J)*( x - x(J) )**2 +D(J) * ( x - x(J) )**3 for x(J) <= x < x(J + 1) (This is a cubic spline interpolation. M program input is a two-dimensional array A (Nx2) interpolation method: S (x) = A (J)+ B (J)* (x- x (J ))+ C (J)* (x- x (J))** 2+ D (J)* (x- x (J))** 3 for x (J) )
- 2008-07-21 11:53:17下载
- 积分:1
-
l1_ls
说明: 最小化l1范数的Matlab代码。求解模型为:
min lambda*|x|_1+||A*x-y||_2。其中,|x|_1表示x的1-范数,||*||_2表示2-范数。该模型在稀疏成分分析、压缩传感器等领域有广泛的用途。( l1-Regularized Least Squares Problem Solver
l1_ls solves problems of the following form:
minimize ||A*x-y||^2+ lambda*sum|x_i|,
where A and y are problem data and x is variable (described below).
)
- 2009-08-06 19:51:37下载
- 积分:1
-
Attaway_Book_3E_M_Files
A Practical Introduction to Programming
and Problem Solving
Third Edition
的代碼(the source code for A Practical Introduction to Programming
and Problem Solving
Third Edition)
- 2014-08-23 10:47:26下载
- 积分:1
-
pskana
PSK系统半解析仿真 matlab符号间干扰ISI与误码率的关系 与Eb/No的对应关系(Correspondence between PSK system semi-analytical simulation matlab inter-symbol interference ISI and BER with Eb/No)
- 2013-03-26 22:47:21下载
- 积分:1
-
Speed
关于转子轴承系统,需要计算转子的速度,这是一个编程,可以参考学习。(A rotor bearing system, requires the calculation of rotor speed, which is a programming, you can refer to learning.)
- 2014-12-23 19:10:55下载
- 积分:1