-
ecgsimulation
hi this about simulation of ecg signals
- 2010-01-22 13:59:17下载
- 积分:1
-
ofdmwaterfilling
说明: OFDM注水算法matlab仿真代码 可以实现系统仿真 子函数(OFDM water filling matlab)
- 2009-08-30 16:46:51下载
- 积分:1
-
Discussion-of-raindrop-fall-speed
简单介绍雨滴的形成,运用流体力学相关知识,分析了雨滴下落所受的黏性阻力和压差阻力,考虑雨滴在空气中下落半径增加对雨滴速度的影响,得出了雨滴下落速度和雨滴半径的关系,对雨滴下落的收尾速度进行了一般的讨论。(Brief rain formation, the use of the knowledge of fluid mechanics, analysis of viscous drag and pressure drag the raindrops whereabouts suffered consider raindrops in the air, the whereabouts of the impact of increasing the radius of raindrops speed, to draw raindrops falling speed and raindrops radius the general analysis of the relationship between the terminal velocity of raindrops whereabouts.)
- 2015-01-05 11:53:15下载
- 积分:1
-
OFDM
基于16QAM的OFDM 实现,可以得出波形(designed for 16QAM)
- 2010-01-01 14:26:00下载
- 积分:1
-
motiondetection
一个实现运动估计的matlab程序 经过测试不错的,推荐给大家(motion detection programed by matlab)
- 2010-05-17 13:33:42下载
- 积分:1
-
optimization-methods
本书介绍了非线性最优化问题的基本理论和算法,以及主要算法的matlab程序(This book describes the nonlinear optimization problem of the basic theory and algorithms, as well as the main algorithm matlab program)
- 2013-08-10 08:24:30下载
- 积分:1
-
VSSLMS1
vss-lms算法,基于lms算法的一种改进,可以有效加快收敛速度,减少收敛误差,相比于原来梯度算法有了很大提高(vss-lms algorithm, an improved algorithm based lms, can effectively accelerate the convergence speed and reduce the convergence error)
- 2011-06-18 22:36:43下载
- 积分:1
-
Matlab-code
Matlab code,文件不大,实用、方便(Matlab code)
- 2015-01-17 11:47:55下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
alg-over-data1
calssification algorithmqq
- 2014-11-26 22:54:17下载
- 积分:1