-
CS_OMP
压缩感知信号重建的正交匹配追赶算法(omp),与bp算法相比较有叫高的精度,但是付出了计算量的代价(Compressed sensing signal reconstruction algorithm Orthogonal matching catch (omp), compared with the bp algorithm are called high precision, but at a cost of computation)
- 2010-07-13 13:18:17下载
- 积分:1
-
TPMATLAB
TP matlab contient des TP Matlab
- 2009-11-13 05:51:39下载
- 积分:1
-
OFDM-LFM
基于MIMO的线性调频信号OFD-LFM模糊函数组图(Based on MIMO-OFD-LFM chirp signal ambiguity function chart)
- 2021-04-04 21:39:04下载
- 积分:1
-
CURVE-SKETCH-IN-MATLAB-GUI
Making skecth in matlab GUI is fun. this code will give that chance and you can modify it on your own to get your desire.
- 2013-10-17 11:46:30下载
- 积分:1
-
fangfaBJMNMLfa
火工品元件可靠性的 系统评估方法计算机模拟(failed to translate)
- 2013-05-02 10:09:51下载
- 积分:1
-
power_standardization
幂法是一种计算矩阵主特征值(矩阵按模最大的特征值)及对应特征向量的迭代方法,特别适用于大型稀疏矩阵。
但是,一般幂法迭代向量v的各个不等于零的分量将随k 趋向于无穷大而使计算机溢出。因此,我们必须对某通幕法进行规范。即规范化幂法
(Power Method is a calculation of the main eigenvalue matrix (matrix according to the largest eigenvalue modulus) and the corresponding eigenvector of the iterative method, especially for large sparse matrix. However, the general power-law iteration vector v is not equal to zero all the components will be as k tends to infinity overflow of the computer. Therefore, we must pass a law to regulate screen. That is, standardized Power Method)
- 2008-02-24 00:11:59下载
- 积分:1
-
STA_COM
STATCOM working model with voltage satbility
- 2013-10-04 01:31:46下载
- 积分:1
-
AnExampleOfKalmanFiltering
Summary: An example of KALMAN FILTER
MATLAB Release: R13SP1
Required Products: Communications Toolbox,Signal Processing Toolbox
Description: THIS PROGRAM DEMONSTRATES AN EXAMPLE OF KALMAN FILTER.
- 2007-11-27 00:47:06下载
- 积分: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
-
matlab
中间包含很多常用的,Matlab的經典算法。(The middle contains a lot of common, Matlab classical algorithm.)
- 2010-12-16 11:16:07下载
- 积分:1