CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - scalar

搜索资源列表

  1. censor

    0下载:
  2. Write a function called quadrants that takes as its input argument a scalar integer named n. The function returns Q, a 2n-by-2n matrix. Q consists of four n-by-n submatrices. The elements of the submatrix in the top left corner are all 1s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7121
    • 提供者:mingxin
  1. integrl

    0下载:
  2. This function computes the integral of F(X)DX where the integrand is specified at discrete points F spaced DX apart (F is a vector, DX is a scalar). Simpsons Rule is used, so that the error is O(dx^5*F4). (F4 is the 4th derivative of F).-This functio
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-12
    • 文件大小:835
    • 提供者:bahman
  1. Matlab_intoduction

    0下载:
  2. MATLAB® is a high-performance language for technical computing. It integrates computation, visualization, and programming in an easy-touse environment where problems and solutions are expressed in familiar mathematical notation. MATLAB st
  3. 所属分类:Applications

    • 发布日期:2017-04-30
    • 文件大小:470635
    • 提供者:ali
  1. DOA

    3下载:
  2. 信号特征矢量重排法 算法简要说明:该算法是针对相干信号源提出的一种解相干方法,其实现步骤如下: 1.采取N阵元均匀直线标量阵列获取M个相干信号源,假设信号源全部相干(M<N); 2.求阵列接收数据的最大似然协方差矩阵Rx,并进行特征值分解,确定特征矢量的个数,进而得到重排矩阵的维数L; 3.根据特征矢量重排的法则确定重排矩阵Rr; 4.采取MUSIC算法实现信号源数和DOA的估计(进行100次独立实验)。-Feature vector signal rearr
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-06-28
    • 文件大小:1024
    • 提供者:Tony Shao
  1. window_scalr_mult.c.tar

    0下载:
  2. Elliptic curve scalar multiplication using Sliding Window With Precomputation Method
  3. 所属分类:CA program

    • 发布日期:2017-04-13
    • 文件大小:2294
    • 提供者:Sandip
  1. cdpress

    0下载:
  2. Static length frequent matching compression for cache data in simple scalar
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1876
    • 提供者:JD
  1. 90255

    0下载:
  2. A subspace-based blind method is proposed for estimating the channel responses of a multiuser and multiantenna orthogonal frequency division multiplexing (OFDM) uplink system. It gives estimations to all channel responses subject to a scalar ma
  3. 所属分类:Communication

    • 发布日期:2017-05-01
    • 文件大小:286215
    • 提供者:Moyad
  1. vtkceshi2

    0下载:
  2. 通过VTK简化三角面片,给不同的标量设置不同的属性,一个简单的模型-To different scalar through VTK simplify triangles, set different attributes。A simple model
  3. 所属分类:VTK

    • 发布日期:2017-05-07
    • 文件大小:1150132
    • 提供者:yujue
  1. Perceptron

    1下载:
  2. 本实验的目的是学习和掌握两种感知器算法:批处理感知器算法和批处理裕量松弛 算法。感知器算法是通过学习两类已标记的样本,建立一个线性分类器。学习的过程就是求解感知器权系数的过程,人们通过建立一个准则函数J(a),将求解感知器权系数的问题简化为一个标量函数J(a)的极小化问题,即当a为解向量时,J(a)最小。而极小化问题常用梯度下降法来解决。本实验给出了基于梯度下降法的两种感知器算法,介绍了原理并编程实现,最后对两种算法的特点加以比较分析。-The purpose of this study i
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1314
    • 提供者:Jam_Jack
  1. color

    0下载:
  2. 编程实现颜色标量量化。输入为24位彩色图像,将RGB分量分别保持头3位、头3位、头2位的值不变,其余各位变为10000、10000和100000,观察处理后的图像的颜色失真情况。注意OpenCV中的RGB分量的存储顺序为BGR。-Programming color scalar quantization. Enter the 24-bit color images, the RGB components respectively held the first three, the first t
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:955
    • 提供者:高俊秋
  1. lincon

    0下载:
  2. X = LINCON(A,B,N)解决线性同余的系统     A(1)* X== B(1)(MOD N(1)) A(2)* X== B(2)(MOD N(2))       ... A(M)* X== B(M)(N模(M))     的溶液中,X,将给出作为载体[X1 X2]代表的一般的解决方案           点ˉx== X1(MOD X2) 
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3096
    • 提供者:木子
  1. Normalized

    0下载:
  2. 归一化是一种简化计算的方式,即将有量纲的表达式,经过变换,化为无量纲的表达式,成为标量。-Normalization is a simplified way of calculation, will have a dimension of expression, through the transformation into a dimensionless expression become a scalar.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1290
    • 提供者:Terry Lee
  1. drawing

    0下载:
  2. opencv def random_color(random): Return a random color icolor = random.randint(0, 0xFFFFFF) return cv.Scalar(icolor & 0xff, (icolor >> 8) & 0xff, (icolor >> 16) & 0xff) if __name__ == __main__ : # some consta
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1303
    • 提供者:Phindx
  1. EKF_for_One_Div_UnLine_System

    0下载:
  2. 标量非线性系统扩展Kalman滤波问题 状态函数:X(k+1) 0.5X(k)+2.5X(k)/(1+X(k)^2)+8cos(1.2k) +w(k) 观测方程:Z(k) X(k)^2/20 +v(k)-Scalar nonlinear system extended Kalman filtering problem State function: X (k+ 1) 0.5 X (k)+ 2.5 X (k)/(1+ X (k) ^ 2)+ 8 cos (1.2 k)+ w (k)
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:603
    • 提供者:李丹丹
  1. EKF_for_One_Div_UnLine_System

    0下载:
  2. 标量非线性系统扩展Kalman滤波问题,已知状态函数和观测方程-Extended Kalman Filter Problems for Scalar Nonlinear Systems, Known State Functions and Observed Equations
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:664
    • 提供者:yangshaoke
  1. x_dircet_TI

    0下载:
  2. a direct solving T.D system in TI form / with both scalar and matrix, state matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:718
    • 提供者:arman
  1. IM1111

    0下载:
  2. a small Scalar Control of Induction Motor (dynamic model) by PI Control
  3. 所属分类:matlab

    • 发布日期:2017-12-12
    • 文件大小:17156
    • 提供者:stlolo
  1. basic_scalar_kalman

    0下载:
  2. 标量卡尔曼滤波程序,适合初学者学习,带误差分析-example for scalar kalman filter,using for the beginning learner to start Kalman filter
  3. 所属分类:matlab

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:MENG
  1. ruby_v2

    0下载:
  2. Ruby是一种为简单快捷面向对象编程(面向对象程序设计)而创的脚本语言,由日本人松本行弘(まつもとゆきひろ,英译:Yukihiro Matsumoto,外号matz)开发,遵守GPL协议和Ruby License。Ruby的作者认为Ruby > (Smalltalk + Perl) / 2,表示Ruby是一个语法像Smalltalk一样完全面向对象、脚本执行、又有Perl强大的文字处理功能的编程语言。其他特色包括: 运算符重载 自动垃圾回收 弱类型(动态类型 | 标量变量)
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-12-11
    • 文件大小:12317412
    • 提供者:ddqq
  1. DOA

    1下载:
  2. 方位角估计matlab仿真程序,包括CBF,MVDR,MUSIC以及ESPRIT(其中包括标量和矢量两种)。-Azimuth estimation matlab simulation program, including CBF, MVDR, MUSIC and the ESPRIT (including scalar and vector).
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-12-13
    • 文件大小:4537
    • 提供者:王过线
« 1 2 ... 8 9 10 11 12 1314 15 »
搜珍网 www.dssz.com