-
HYBRID-MULTILEVEL-CONVERTER
HYBRID MULTILEVEL CONVERTERHYBRID MULTILEVEL CONVERTERHYBRID MULTILEVEL CONVERTERHYBRID MULTILEVEL CONVERTERHYBRID MULTILEVEL CONVERTERHYBRID MULTILEVEL CONVERTER
- 2013-10-25 03:29:57下载
- 积分:1
-
fast-ICA
快速ICA算法原理及MATLAB程序实现(Fast ICA algorithm and MATLAB program)
- 2020-07-24 15:18:46下载
- 积分:1
-
ICA
模式识别特征提取中的独立成分分析算法的matlab源码(Independent component analysis)
- 2015-04-06 18:49:09下载
- 积分:1
-
doubleRobustnessAnalysis
分析微生物化学计量模型中代谢通量双鲁棒性的matlab函数(Analysis of microbial stoichiometric metabolic flux model robustness of dual-function matlab)
- 2008-01-11 20:42:03下载
- 积分:1
-
QRCode
说明: 二维码检测 用matlab实现的一个简单程序识别特定二维码(qr code detection, a simple algorithm using matlab)
- 2020-04-25 14:33:36下载
- 积分:1
-
qq
说明: 数字图像处理,利用matlab进行压缩,融合,分解,重构等等(Digital image processing using matlab for compression, fusion, decomposition, reconstruction, etc.)
- 2009-05-18 08:49:45下载
- 积分:1
-
Noise-power-spectrum
噪声信号功率谱分析,适合从事振动噪声信号处理的工程师或学生学习(Power spectrum analysis in matalb)
- 2015-08-22 21:21:20下载
- 积分:1
-
S变换
说明: S 变换是 Stockwell(1996)等提出的一个时-频分析方法,它结合了短时 Fourier 变换和小波变换的特点,能够完全无损地实现逆变换。(S-transform is a time-frequency analysis method proposed by Stockwell (1996). It combines the characteristics of short-time Fourier transform and wavelet transform, and can realize inverse transform completely without loss.)
- 2020-10-18 09:57:26下载
- 积分:1
-
msk1
matlab coce for generate MSK modulation.
- 2010-07-08 19:54:19下载
- 积分: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