计算ARMA(p,q)模型的功率谱密度。 形参说明: b——双精度实型一维数组,长度为(q+1),存放ARMA(p,q)模型的滑动平均系数。 a——双精度实型一维数组,长度为(p+1),存放ARMA(p,q)模型的自回归系数。 q——整型变量,ARMA(p,q)模型的滑动平均阶数。 p——整型变量,ARMA(p,q)模型的自回归阶数。 sigma2——双精度实型变量,ARMA(p,q)模型白噪声激励的方差。 fs——双精度实型变量,采样频率(Hz)。 x——双精度实型一维数组,长度为len。当Sign=0时,存放功率谱密度;当Sign= 1时,存放用分贝表示的功率谱密度。 freq——双精度实型一维数组,长度为len。存放功率谱密度所对应的频率。 len——整型变量,功率谱密度的数据点数。 Sign——整型变量,当Sign=0时,计算功率谱密度;当Sign=1时,计算用分贝表 示的功率谱密度。
上传时间: 2015-04-09
上传用户:qiao8960
本文件为用C语言实现的可实现广义异或问题的bp神经网络算法。该问题是对标准异或问题的推广。在标准异或问题中,输入X1和X2取离散量-1或+1,在广义异或问题中,输入(X1,X2)可以在区间[-1,+1] X [-1, +1]内任意取值,而输出为Y=Sign(x1,x2),其中Sign()为符号函数,在区间[-1,+1] X [-1, +1]内随机产生500个训练样本.本程序用标准BP网实现该分类问题.
上传时间: 2015-05-03
上传用户:清风冷雨
基于Volterra滤波器混沌时间序列多步预测 作者:陆振波,海军工程大学 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 电子邮件:luzhenbo@sina.com 个人主页:luzhenbo.88uu.com.cn 参考文献: 1、张家树.混沌时间序列的Volterra自适应预测.物理学报.2000.03 2、Scott C.Douglas, Teresa H.-Y. Meng, Normalized Data Nonlinearities for LMS Adaptation. IEEE Trans.Sign.Proc. Vol.42 1994 文件说明: 1、original_MultiStepPred_main.m 程序主文件,直接运行此文件即可 2、original_train.m 训练函数 3、original_test.m 测试函数 4、LorenzData.dll 产生Lorenz离散序列 5、normalize_1.m 归一化 6、PhaSpaRecon.m 相空间重构 7、PhaSpa2VoltCoef.dll 构造 Volterra 自适应 FIR 滤波器的输入信号矢量 Un 8、TrainTestSample_2.m 将特征矩阵前 train_num 个为训练样本,其余为测试样本 9、FIR_NLMS.dll NLMS自适应算法
上传时间: 2013-12-16
上传用户:talenthn
  该工作表中最关键的是C8单元格中的内容,其内容是计算股票收益的公式:     =F7*(1-B3-B4)-F3*(1+B3+B4)-F5+F6-(Sign(F3)+Sign(F7))*(B5+B6+B7)     其中B3和B4分别是印花税和手续费,F7*(1-B3-B4)为卖出股票的收益(已扣除印花税和手续费);F3*(1+B3+B4)为买入股票的支出(含印花税和手续费);F5为配股的支出;F6为派息的收益;最后一项(Sign(F3)+Sign(F7))*(B5+B6+B7)为委托费、成交费和通信费,其中Sign函数为符号函数,当F3或F7大于0时值为1,等于0时值为0。     利用该计算器,只要输入买入和卖出股票的价格、数量,以及送、配股和派息数据,即可立刻计算出相应的收益。
标签: nbsp
上传时间: 2013-12-09
上传用户:wys0120
SharpPrivacy - OpenPGP for C#: SharpPrivacy is an OpenPGP implementation in C#. It can be used to encrypt and Sign data, created OpenPGP compatible keys, and a lot more. This article explains how to use the library in your own .NET application or webpage to encrypt, Sign, decrypt or verify OpenPGP messages.
标签: SharpPrivacy OpenPGP implementation used
上传时间: 2015-10-07
上传用户:ikemada
文本计算器是一款为经常需要使用计算器的工程项目人士而设计的软件,该软件使用简单、方便。 当需要计算数据时,在窗口中输入整个表达式(表达式可以是加+、减-、乘*、除/、平方^、括号(),以及数学函数组合),按回车后可自动计算出结果,计算方法一目了然,便于查找计算中可能出现的错误。 支持的数学函数:cos(), sin(), tg(), ctg(), abs(), sgn() or Sign(), sqrt(), ln(),sh() or sinh(), ch() or cosh(), th() or tanh(),cth() or coth(), heaviside()
上传时间: 2015-10-25
上传用户:zhuyibin
%BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma,l,u,... % oval,po,normg,DS,mtxmpy,data,H) % returns the new feasible point nx, the corresponding Sign vector nsig, % and the step size of the unreflected step, alpha. % Copyright (c) 1990-98 by The MathWorks, Inc. % $Revision: 1.2 $ $Date:
标签: BIQPBOX reflective Bisection search
上传时间: 2013-12-17
上传用户:sk5201314
%DEFINEV Scaling vector and derivative % % [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the % bounds corresponding to the Sign of the gradient g, where % l is the vector of lower bounds, u is the vector of upper % bounds. Vector dv is 0-1 Sign vector (See ?? for more detail.) % % Copyright (c) 1990-98 by The MathWorks, Inc. % $Revision: 1.2 $ $Date: 1998/03/21 16:29:10 $
标签: DEFINEV derivative distances Scaling
上传时间: 2013-12-24
上传用户:sz_hjbf
//通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unSigned char #define uint unSigned int sbit DS=P2^2 //define interface uint temp // variable of temperature uchar flag1 // Sign of the result positive or negative sbit dula=P2^6 sbit wela=P2^7
标签: define unSigned include 18B20
上传时间: 2014-01-19
上传用户:Andy123456
本程序是11位带符号位的乘法器,其中最高位为符号位(Sign),中间7位是指数部分(Exponent),最后3位是尾数(Matissa)。表示数据的范围是-2^-63-----+2^64.该工程文件有完整的程序,以及波形,验证正确。
上传时间: 2013-12-31
上传用户:大三三