-
77433652yuanchengxu
说明: 这些MATLAB的M文件分为两部分:程序清单A中收录了产生PPM-TH和PAM-DS这两个信号源的所有函数;程序清单B中收录了加性高斯白噪声(AWGN)信道建模,正交和非正交单脉冲PPM-TH接收机结构,以及反极性PAM-DS单脉冲接收机结构仿真所需的所有函数。(The MATLAB M-file is divided into two parts: A list of procedures in the collection of produce PPM-TH and PAM-DS two signal sources all functions Listing B, contains an additive white Gaussian noise (AWGN) channel construction mode, orthogonal and non-orthogonal single-pulse PPM-TH receiver structure, as well as anti-polarity PAM-DS receiver structure simulation of single-pulse all the necessary functions.)
- 2010-05-03 22:54:39下载
- 积分:1
-
GaxAlxN
The aim of this program is to calculate condition for the confined energies in the any-shaped double-well structures in the electric field
- 2011-05-01 16:15:06下载
- 积分:1
-
package
可进行短时平均能量,短时平均幅度,短时平均过零率,短时自相光,短时傅里叶变换的函数,使用方便,(The average energy can be short-term, short-term average rate, the average short-term zero-crossing rate, short-term autocorrelation of light, short-time Fourier transform of the function, easy to use,)
- 2011-10-07 09:21:44下载
- 积分:1
-
sy1
数值微分精度及步长的关系,截断误差和舍入误差,体会误差对结果的影响,用算法1 和算法2 分别得到的结果进行比较,由Taylor公式可得到两种算法的截断误差(Accuracy of numerical differentiation and the relationship between step length, truncation error and rounding error, the error on the results of experience with algorithm 1 and algorithm 2 respectively, to compare the results obtained by the Taylor formula for the truncation error of two algorithms available)
- 2010-06-14 19:56:18下载
- 积分:1
-
RAYLEIGHFADINGMODELGENERATIONwithcodin
RAYLEIGH FADING MODEL GENERATION
- 2010-08-12 01:15:21下载
- 积分:1
-
veterbi
利用matlab实现维特比编解码,采用的是汉明距离,[3 1](Using Viterbi decoding matlab implementation, using the Hamming distance, [31])
- 2010-11-09 16:23:44下载
- 积分:1
-
vc-matlab
VC调用matlab,有详细的说明VC如何调用matlab。(VC call matlab, there is a detailed description of VC how to call matlab.)
- 2012-07-01 20:29:02下载
- 积分:1
-
Mixed-programming-in-matlab
matlab中的混合编程及各类接口的使用实例。包括notebook,excel,word,mat,dll,color map,Implicit function,debugging等多个方面的多个实例。(matlab Mixed programming and examples of the use of various types of interfaces. Include multiple instances of multiple aspects of the notebook, excel, word, mat, dll, color map, Implicit function, debugging, etc.)
- 2013-11-26 00:30:48下载
- 积分:1
-
Genetic-Algorithm
《MATLAB遗传算法工具箱及应用》 雷英杰、张善文、李续武、 周创明 西安电子科技大学出版社
本书系统介绍MATLAB遗传算法和直接搜索工具箱的功能特点、编程原理及使用方法(Genetic Algorithm Tool on Matlab)
- 2013-05-08 13:08:09下载
- 积分:1
-
fcn_SR_KF
This file compares three different versions of the Kalman filter.
The Kalman filter is used for recursive parameter estimation.
The Kalman filter can handle noisy measurements.
The first implemented filter (fcn_KF) is the Kalman filter with standard
update of the covariance matrix P.
The covariance matrix reflects the uncertainties of the predictions.
To improve the numerical stability Potter developed a
square root update (fcn_KF_SRP) of the covariance matrix P.
Another version is the square root covariance update via
triangularization (fcn_KF_SRT).
This file generates a model. Then the three Kalman filters perform an
estimation of the model parameter. At the end the results are compared.
Sources:
Simon, D. (2006): Optimal state estimation
Kaminski, P. (1971): Discrete Square Root Filtering: A Survey of Current Techniques
Golub, G. (1996): Matrix Computations
- 2014-02-14 18:30:49下载
- 积分:1