x=2*sin(4*pi*t)+5*cos(8*pi*t) 对其进行快速傅立叶变换 加入高斯噪声 再进行频谱分析
上传时间: 2015-11-17
上传用户:gundamwzc
本程序库为《matlab7.x数字信号处理》配套光盘程序,给出了数字信号处理常用算法的matlab程序,具有一定的参考价值!
上传时间: 2013-12-10
上传用户:
k9f2808 16M x 8 Bit , 8M x 16 Bit NAND Flash Memory
上传时间: 2015-11-19
上传用户:gaome
计算方法中的根据给出的一组数值(x,y)构造出相应的方程
上传时间: 2014-01-21
上传用户:15736969615
About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl
标签: C. hamsterdb structure database
上传时间: 2013-12-11
上传用户:LouieWu
用于屏蔽窗口X按钮的使用,(鼠标点击没有反应)多赐教
上传时间: 2015-11-22
上传用户:1101055045
tree控件 tree控件 tree控件 tree控件 tree控件
上传时间: 2015-11-24
上传用户:xauthu
若已安装Jbuilder X,则可以直接用Jbuilder X打开.jpx文件,在编程环境中就可以直接运行 文件共有四个目录: (1)ProductManager----------为产品管理,其中的.jpx文件为工程文件。 (2)BookManager-------------书籍借阅管理系统 (3)StudentMS-----------------学生管理系统 (4)House -----------------------房产管理系统
标签: Jbuilder
上传时间: 2015-11-25
上传用户:zhenyushaw
一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double forecast(double x) 预测函数,根据模型得到预测结果 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。
标签: CubicMultinomialRegress override public double
上传时间: 2015-11-25
上传用户:13215175592
双曲线回归方程 HyperbolaRegress.cs 注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2()
标签: HyperbolaRegress 模型 方程 cs
上传时间: 2014-11-30
上传用户:youke111