-
NMF
一个基本的非负矩阵分解计算程序, 可在Matlab环境下运行.(Algorithms for Non-negative Matrix Factorization)
- 2012-01-15 18:50:12下载
- 积分:1
-
pappa
computing the peak to average power ratio in ofdm metwork
- 2010-12-17 00:11:44下载
- 积分:1
-
robust
说明: 状态反馈控制,鲁棒控制学习中编写的状态反馈控制(state feedback control,State feedback control written in robust control learning)
- 2020-12-27 16:45:49下载
- 积分:1
-
pv
说明: photovoltaic cell model
- 2012-04-30 12:13:27下载
- 积分:1
-
MATLAB
本代码主要仿真了VO和JZ超过AWGN信道的内存1率1/2卷积码的性能边界。
(VO and JZ bounds on performance of a memory-1 rate-1/2 convolutional code over an AWGN channel)
- 2012-05-08 22:51:05下载
- 积分:1
-
JIANGZUO
清华大学2013年针对稀疏表示的一个讲座,请的是稀疏表示的创始人。其中为讲座的讲义。(Tsinghua University in 2013 for the sparse representation of a lecture, please sparse representation is the founder. Where is the lecture handouts.)
- 2013-11-16 21:49:47下载
- 积分:1
-
LDA
matlab 实现的LDA算法和线性分类器的实现,其中包括好几个.m文件(matlab implementation of the LDA algorithm and the realization of the linear classifier, which includes several. m file)
- 2011-05-05 17:25:09下载
- 积分:1
-
ISMModel
解释结构模型(ISM)的matlab学习程序,通过输入邻接矩阵及其维数,计算出因素的分级,以及可达集、先行集和共同集。(Interpretative Structural Model (ISM) in matlab learning program, by entering the adjacency matrix and its dimension, calculate grading factors, as well as arrive set, first set and a common set.)
- 2015-11-18 17:26:19下载
- 积分:1
-
yin
说明: itis yin algorithm for fo estimation
- 2019-06-14 14:46:01下载
- 积分: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