-
BERsimulationwithmatlab.pdf
Introduction
Matlab is an ideal tool for simulating digital communications systems, thanks to
its easy scripting language and excellent data visualization capabilities. One of the
most frequent simulation tasks in the field of digital communications is bit-error-
rate testing of modems. The bit-error-rate performance of a receiver is a figure of
merit that allows different designs to be compared in a fair manner. Performing
bit-error-rate testing withMatlab is very simple, but does require some prerequisite
knowledge.
- 2009-02-24 20:32:21下载
- 积分:1
-
digitalsignalprocessing
胡广书《数字信号处理-理论,算法和实现》第二版光盘内容,覆盖所有章节课后习题内容(Hu Guang book " Digital Signal Processing- theory, algorithms and implementation," Second Edition CD-ROM content, covering all sections of the content of after-school exercise)
- 2010-05-20 10:20:43下载
- 积分:1
-
pcaPkalman_matlab
空间手写预处理的matlab实现,包括卡尔曼虑波和PCA平面化处理(Space handwritten pretreatment matlab implementation, including Kalman consider plane wave and PCA treatment)
- 2011-05-16 13:58:21下载
- 积分:1
-
newton_raphson
Newton-Raphson算法 介绍
在科学计算和财经工程领域,许多数值算法都是通用的(至少在理论上是),可广泛地用于解决一类问题。一个大家熟悉的例子就是Newton-Raphson例程,它可用来寻找方程 f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。
由于Newton-Raphson算法需要知道被求解函数的确切表达,其传统实现方法是直接将代码嵌入到客户应用程序中。这就使得算法的实现代码经过针对不同被求解函数的少量修改后在客户程序中反复出现。
同许多其它数学例程一样,Newton-Raphson算法的具体实现是应该与特定用户无关的。并且,重复编码在任何情况下都应该尽量避免。我们很自然地会想到把该类例程作为库函数来实现,以使客户程序可以直接调用它们。但是,这种实现方式必然会涉及到如何将用户自定义函数(Newton-Raphson 例程需要调用该函数)封装成可以作为参数传递的形式。
(err)
- 2008-06-16 10:38:48下载
- 积分:1
-
mydemo2
教你怎么从入门到掌握MATLAB的使用。浅显易懂的实例(Teach you how from beginning to master the use of MATLAB. Easy to understand examples)
- 2010-05-18 22:12:43下载
- 积分:1
-
matlab
基于yule_walker,burg,协方差,改进协方差,最大熵方法这五种算法的matlab程序,并且是一个周期正弦信号与高斯白噪声的模型(Yule_walker, burg, covariance, improved covariance method of maximum entropy algorithm matlab these five programs, and is a periodic sinusoidal signal with Gaussian white noise model)
- 2014-12-14 23:22:46下载
- 积分:1
-
duoyanxianxinghuigui
多元线性回归是概率论研究的热点,此程序针对多元线性回归而设计的Matlab程序(Multiple linear regression is the probability of research in this field, this program is designed for multiple linear regression of the Matlab program)
- 2010-05-14 09:58:59下载
- 积分:1
-
applic
经典的子空间辨识论文中的源码,很有帮助,大家可以参考一下。(subspace identification)
- 2014-07-23 19:17:24下载
- 积分:1
-
Chared ICA Code
帝国主义竞争算法基本的流程都有,解决具体的问题可在代码上修改。(Imperialist Competition Algorithm)
- 2017-07-08 10:39:20下载
- 积分:1
-
套利精灵2019版本_源码(1)
EA名称:套利精灵
EA类型:对冲套利
一、功能介绍
本EA遵行顺大势,逆小势策略入场交易;
二、核心优势
多货币套利,对冲风险获取盈利,每月有一次机会单局最大利润达到30%
三、注意事项
(1)如适用周期:该EA只须在欧美一分钟图表上,就能运行多对货币。
(2)资金要求:建议3000美金,最少入金不少于1000美金
(3)时间段:全时段,正常情况无需人工干预,在盈利的情况下,可视情况自行平仓;(EA Name: Arbitrage Elf
EA Type: Hedging Arbitrage
I. Introduction of Functions
This EA follows the general trend and counter-minor strategy to enter the market.
II. Core Advantages
Multi-currency arbitrage, hedging risk for profit, once a month, the maximum profit of a single board reached 30%.
Notes
(1) If applicable: the EA can run multiple pairs of currencies only on a one-minute chart in Europe and the United States.
(2) Capital requirements: Recommend $3000, at least $1000
(3) Time period: Full-time period, normal conditions without manual intervention, in the case of profit, according to the circumstances of self-liquidation;)
- 2020-06-22 23:20:01下载
- 积分:1