-
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
-
Modeling-a-4G-LTE-System-in-MATLAB
Modeling a 4G-LTE System in MATLAB
- 2014-10-27 18:45:07下载
- 积分:1
-
chen
一个绘制chen混沌系统的matlab程序(A drawing chen chaotic systems matlab program)
- 2013-05-03 21:47:02下载
- 积分:1
-
Matlabsimulationmatchedfilterprocedures
此程序为MATLAB程序,功能为基于能量检测的频谱感知技术,源程序很全面,包括加性白噪声信号(Matlab simulation matchedfilter procedures,verygood )
- 2009-05-14 09:31:06下载
- 积分:1
-
matlabmatch
matlab图像配准例程,包含了.m文件和图片,值得下载研究(matlab image registration routines, including the. m files and pictures, it is worth downloading study)
- 2011-06-14 14:14:59下载
- 积分:1
-
04
说明: 本程序采用传统的snake模型,改进后通过双线性实现彩色图像放大,效果良好(The program uses the traditional snake model, improved by bilinear achieve color image to enlarge, to good effect)
- 2011-09-05 21:50:17下载
- 积分:1
-
PVarray_Grid_IncCondReg_det5
L型分布式光伏集群并网逆变器控制模块,通过电压和无功控制,实现就地消纳。(L Distributed PV clusters and grid-connected inverter control module, the voltage and reactive power control, to achieve local consumptive.)
- 2021-04-05 16:19:03下载
- 积分:1
-
TCP
工业机械臂末端TCP标定代码 含有位置和姿态的标定 matlab版本 方便易用 精度较高(Facilitate industrial arm end TCP calibration codes including the position and orientation of the calibration matlab version of high precision and easy to use)
- 2015-11-22 18:24:59下载
- 积分:1
-
KPCA_SVM_Train-jkk
说明: 主成分、支持向量机分类,matlab编写的(Principal component, support vector machine classification, matlab prepared)
- 2011-02-17 18:25:51下载
- 积分:1
-
lms
最小均方算法lms在波束形成中的应用 LMS算法步骤: 1,、设置变量和参量: X(n)为输入向量,或称为训练样本 W(n)为权值向量 b(n)为偏差 d(n)为期望输出 y(n)为实际输出 η为学习速率 n为迭代次数 2、初始化,赋给w(0)各一个较小的随机非零值,令n=0 3、对于一组输入样本x(n)和对应的期望输出d,计算 e(n)=d(n)-X^T(n)W(n) W(n+1)=W(n)+ηX(n)e(n) 4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行。(Lms least mean square algorithm applied in Beamforming
)
- 2011-04-28 23:25:35下载
- 积分:1