-
skin_Color_detection
code to detect the skin color in an well illuminated image
- 2009-07-03 21:27:30下载
- 积分:1
-
cejv
该程序是利用电磁波测得两处之间的距离,程序不错,稍加修改即可测得很多距离值。(It tells us how to calculate the distance between two places ,using the EM )
- 2009-04-30 13:31:00下载
- 积分:1
-
stepfr
频率步进信号在雷达成像等需要大带宽的场景十分有用,该文件为国外经典文献,值得参考(Stepped frequency radar imaging signal in scenes that require large bandwidth is useful, the document for foreign classic literature, it is also useful)
- 2013-08-25 10:01:38下载
- 积分:1
-
filtermatlabobos50
filter for a matlab test
- 2013-04-03 15:09:03下载
- 积分:1
-
wmac
ar9341 openwrt package:modify mac
- 2015-02-04 11:35:20下载
- 积分:1
-
SSC_1.0
数据聚类方法最新方法——稀疏子空间聚类法SSC(SSC Matlab Code)
- 2015-09-19 16:16:10下载
- 积分:1
-
OFDM
RA准则下的OFDM自适应资源分配问题,涉及载波和功率的分配,是一个既含有离散决策变量,又含有连续决策变量的非线性优化模型,且含有较为复杂的非线性约束,因此适合采用智能优化算法进行求解。(RA OFDM under guideline adaptive resource allocation problem, involving carrier and power allocation is a decision with both a discrete variable, but also with continuous decision variables of nonlinear optimization models, and contains more complex nonlinear constraints, so for using intelligent optimization algorithm.)
- 2011-04-30 09:49:33下载
- 积分:1
-
FUZZYPID
智能控制中基于MATLAB的模糊PID控制器设计(Intelligent control based on the MATLAB fuzzy PID controller design
)
- 2012-04-22 10:54:26下载
- 积分:1
-
renjihudong
两个设备形成对射,当有人通过时,一台设备发出指令,控制别的设备。(Two devices formed on the radio, when someone passed a device to issue commands to control other devices.)
- 2013-12-17 14:31:32下载
- 积分:1
-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1