function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag) % x,y - data vectors/matrices with identical dimensions % if x,y are matrices, rather than vectors, columns are % assumed to correspond to independent realizations, % overlap is set to 0, and samp_seg to the row dimension. % maxlag - maximum lag to be computed [default = 0] % samp_seg - samples per segment [default = data_length] % overlap - percentage overlap of segments [default = 0] % overlap is clipped to the allowed range of [0,99].
标签: cum2x y_cum Cross-covariance function
上传时间: 2015-09-08
上传用户:xieguodong1234
带导数的Hermite插值,用户输入x,y,及在x点处的导数值
上传时间: 2013-12-08
上传用户:zhengjian
利用高斯-勒让德多项式计算 sin(x+y)在矩形区域的积分
上传时间: 2014-06-23
上传用户:515414293
%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
计算方法中的根据给出的一组数值(x,y)构造出相应的方程
上传时间: 2014-01-21
上传用户:15736969615
用bcb所撰寫的kohonen程式,優雅的網狀伸張分佈,將任意維度的input data,reduce至二維x,y平面,competivite learning的最佳範例.
标签: competivite learning kohonen reduce
上传时间: 2015-12-02
上传用户:脚趾头
扩频同步时频域二维分布 R=[x,y] surf(R) x:-5:0.1:5 y:-0.01:0.005:0.1
上传时间: 2014-01-21
上传用户:yph853211
x,y,z的值不是非递增的,要求实现其为非递增。
标签: 递增
上传时间: 2015-12-27
上传用户:change0329
cmac 训练简单线性函数程序,z = sin(x + y),为c++程序
上传时间: 2013-12-27
上传用户:bakdesec
打印函数x=y*y曲线 不使用数组来打印正弦曲线 不使用数组来打印余弦曲线 不使用数组同时打印正弦和余弦曲线,交点处用 “+”号表示,其余处用”*”表示
上传时间: 2014-07-08
上传用户:wkchong