-
LHS
拉丁超立方抽样,调用方式如下:S=lhs(m,dist,mu,sigma,lowb,upb)
m: a scalar,the number of sample points
dist: A row with distribution type flags of basic random variables the
value of the flag can be 1 (for uniform distribution, 2(for normal distribution), 3(for lognormal)
and 4(for extreme type 1).
mu: A row vector comprising the mean value of basic random variables.
sigma: A row vector with its length equaligng to mu,including the standard
deviation of basic random variables.
lowb: a row vector with its elements are the lower bound of the sampling
interval
upb:a row vector with its elements are the upper bounds of the sampling
interval
dist,mu,sigma,lowb,upb must have the same length.
Output argument
S: sampling point matrix, of which each row is a sampling point.(code of Latin Hypercube Sampling)
- 2021-03-03 16:29:33下载
- 积分:1
-
LDPCBSN
LDPC码既低密度奇偶校验码(Low Density Parity Check Code,LDPC),它由Robert G.Gallager博士于1963年提出的一类具有稀疏校验矩阵的线性分组码,不仅有逼近Shannon限的良好性能,而且译码复杂度较低, 结构灵活,是近年信道编码领域的研究热点,目前已广泛应用于深空通信、光纤通信、卫星数字视频和音频广播等领域。LDPC码已成为第四代通信系统(4G)
(LDPC codes BER simulation under AWGN channel. MacKay-Neal based LDPC matrix. Message encoding uses sparse LU decomposition. There are 4 choices of decoder: hard-decision/bit-flip decoder, probability-domain SPA decoder, log-domain SPA decoder, and simplified log-domain SPA decoder.)
- 2009-03-14 11:01:22下载
- 积分:1
-
wmtsa-matlab-0.2.6
完整的极大离散小波变换MATLAB工具箱,附有程序的具体实例。可参考《时间序列分析的小波方法》 程正兴译(WMTSA toolbox is an implemenation for MATLAB of the wavelet methods for
time series analysis techniques presented in:
Percival, D. B. and A. T. Walden (2000) Wavelet Methods for
Time Series Analysis. Cambridge: Cambridge University Press.)
- 2012-05-05 17:29:31下载
- 积分:1
-
count
counts command line arguments
- 2012-08-05 16:01:39下载
- 积分:1
-
Bxiaobo3
小波包分解,提取能量特征,然后进行归一化处理,获取诊断信息(Wavelet Neural Network)
- 2015-01-27 09:02:13下载
- 积分:1
-
RS_coding
The Hamming codes (described in the previous section) are suitable for detecting random bit errors
in a sequence of transmitted bits. If the communication medium is prone to burst errors (channel
errors affecting contiguous blocks of bits), then the Hamming code may not be suitable.
Reed Solomon Codes are linear block codes, a subset of the BCH codes called non-binary BCH.
The (n, k) RS code contains k data symbols and n-k parity symbols. RS Codes are also cyclic codes
since the cyclic shift of any codeword will result in another valid RS codeword.
- 2016-03-17 01:47:28下载
- 积分:1
-
TWO_upsample_fre_equa
两倍过采样的频域均衡器,采用MMSE算法最小化均方误差(two upsample frequency decision feedback equaliter,with MMSE criterion)
- 2013-11-12 09:31:16下载
- 积分:1
-
determination_of_soudness_level
在本文件中提供了总声压级,声压级等的计算(determination of loudness level)
- 2021-03-02 10:49:34下载
- 积分:1
-
matlabsin
matlab6.5与vc的各种混编方式举例 包括 dll方式、引擎方式、com方式、以及vc调用simulink模型运行方式(matlab6.5 vc with the mixed mode, including dll example, the engine, com, as well as vc Simulink model called Operation Mode)
- 2005-05-02 00:02:33下载
- 积分:1
-
LMS
lms算法演示,自适应信号处理授课内容,画出学习曲线,MATLAB程序(lms algorithm presentation, adaptive signal processing lectures, to draw the learning curve, MATLAB program)
- 2011-04-28 12:11:37下载
- 积分:1