-
ai_RayCh
无线通信中采用Dent模型的瑞利衰落信道产生器(Dent model used in wireless communications, Rayleigh fading channel generator)
- 2010-07-09 17:49:55下载
- 积分:1
-
StereoMatchingSAD
MATLAB code for SAD stereo matching
- 2011-04-11 20:25:29下载
- 积分: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
-
cb-price(matlab-code)
为可转换公司债券定价的必备程序,在matlab环境中实现。(This is matlab code for Convertible Bond pricing.)
- 2012-04-27 18:27:59下载
- 积分:1
-
img
中值滤波算法去除椒盐噪声,小生亲自编写的(voice pepper removal algorithm was removed during the wave)
- 2012-04-30 17:43:05下载
- 积分:1
-
zuiyouhua
才有matlab实现最优化理论的几个重要算法,分别是最速下降法,内点法,外点法,插值法(Matlab to achieve optimization theory have several important algorithms, namely, the steepest descent method, interior point method, external point method, interpolation method)
- 2013-11-01 12:06:37下载
- 积分: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
-
Gauss-qzhyxq
数值分析中基于Matlab环境下的Gauss全主元消去法的源代码(Numerical analysis in Matlab environment based on principal component elimination method Gauss full source code)
- 2011-06-17 08:46:58下载
- 积分:1
-
recog
The sign language recognition to create a to store the training image, the video capture infront the user image
and each sign language assign the letter the preprocessing the image then image is convert into rgg to cbcr. The image is segmented
feature extract the shape and skin color then use the svm classification.
- 2014-10-28 19:14:13下载
- 积分:1
-
原始的NMF
原始NMF代码,实现了矩阵的非负分解。并且这个代码是当初两位科学家提出后给出的代码,我是给老师的老师的朋友要的,因为我没有看过其他的代码,所以感觉这个代码还是可以的。
- 2023-01-01 15:40:05下载
- 积分:1