CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - y matrix

搜索资源列表

  1. JUZHEN

    0下载:
  2. Descr iption 给定一个有N个矩阵的矩阵链A1A2A3...An,矩Ai的维数为pi-1*pi。我们都知道,使用朴素的矩阵乘法去乘两个维数分别为x,y和y,z的矩阵,所需要的乘法次数为x*y*z。矩阵链乘法问题就是如何对矩阵乘积加括号,使得它们的乘法次数达到最少。 Input 输入的第一行为一个正整数N(1<=N<=200)。表示矩阵的个数。 输入的第二行包含N+1个整数,分别表示pi(0<=i<=N),其中每个pi在[1
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:406693
    • 提供者:王泽萌
  1. maxkurtica

    0下载:
  2. 一种新的基于峭度的盲源分离开关算法。程序调用说明:该算法程序调用格式为[y,w]=bksa(x),其中x是一个n*T的数据矩阵,y是估计出的源信号矩阵,w是n*n分离矩阵。-A new kurtosis-based switch algorithm for blind source separation. Program calls Note: The algorithm program calls the format [y, w] = bksa (x), where n* T x is a
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1044
    • 提供者:冰蓝
  1. pls_copy

    0下载:
  2. 这是一个非线性回归偏最小二乘程序,输入因变量与自变量,输出为x,y的主成分与负荷因子与回归系数- Inputs: x x matrix y y matrix Outputs: t score for x p loading for x u score for y q loading for y b regression coefficient
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1502
    • 提供者:miaomiao
  1. svmTrain

    0下载:
  2. [model] = SVMTRAIN(X, Y, C, kernelFunction, tol, max_passes) trains an SVM classifier and returns trained model. X is the matrix of training examples. Each row is a training example, and the jth column holds the jth feature. Y is a column
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:2181
    • 提供者:yaoyt
  1. LGME

    0下载:
  2. input: param: parameters of the LMGE algorithm param.mu, param.alpha, param.beta are regularization parameters. param.p: dimension of shared subspace param.k: number of nearest neighbors for Laplacian matrix X: input data Y: ground
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:1405
    • 提供者:Arron
  1. tuxiang

    0下载:
  2. 1.利用工具(如ACDSee、PhotoShop)将*.jpg转换为*.bmp; 2.借助imread命令将图像内容读入内存数组; 3.通过访问数字图像RGB三个通道的对应矩阵,改变数字图像的色彩; 4.将数字图像的RGB表示转换为YUV表示; Y=0.30R+0.59G+0.11B U=0.70R-0.59G-0.11B V=-0.30R-0.59G+0.89B 5.通过访问Y(亮度)通道,改变数字图像的亮度; 6.通过Y(亮度)通道作灰度的线性变换,改变数字
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1802
    • 提供者:chen
  1. haixia_main

    0下载:
  2. matlab 随机生成无向图,position 此矩阵用来存储节点坐标 第一个列存储节点编号 第二列存储节点x坐标 第三列存数节点y坐标 association 关联矩阵,具体存储的是距离-matlab create undirected graph position matrix denote point coordinate association denote association matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1141
    • 提供者:dikewenhan
  1. tide_uv

    16下载:
  2. 潮流准调和分析 Dd.m [DO1 dO1 DK1 dK1 DM2 dM2 DS2 dS2 DM4 dM4 DMS4 dMS4]=Dd(y,D,Y,tm,A1) 计算6个准调和分潮的振幅系数和初相角公式 aM.m [N n aa liu_u liu_v]=aM() 基础系数矩阵,目前D和d值是取用的各段数据的中间时间值,t是以中间为0左右对称取; 视差潮龄A1需要预先得知 同时本程序负责读取原始测流数据,格式为 站位名称 观测数据段数N(即大 中 小潮)
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:32336
    • 提供者:帅阳
  1. ssi

    0下载:
  2. krylov子空间法 krylov子空间方法的程序实现,用于解高阶矩阵-Matlab Codes for Krylov subspace methods 1. MINRES method by Paige and Saunders implementation function [ x, istop, itn, rnorm, Arnorm, Anorm, Acond, ynorm ] = ... minres( A, b, M, shift, show, check, itnlim
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5904
    • 提供者:lux
  1. ybus

    0下载:
  2. this programme calculate Y-admittance matrix for power system.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:605
    • 提供者:javad
  1. p4

    0下载:
  2. 点集分类 题目:将一个m×n的矩阵A中的所有点,按照一定的规则分成不同的类别并分别标记。 分类和标记规则如下: (1) A[0][0]作为坐标原点,矩阵行增加方向为X轴正方向,列增加方向为Y轴正方向,并且标记A[0][0]=0。 (2) 以坐标原点为起始点画出分类向量v1和v2及其反向量—v1和—v2,将分类向量v1和v2及其反向量—v1和—v2的起点和终点标记为同一类点,即标记为同一个数字。 (3) 然后以向量的终点作为起点,重复操作⑵,直到矩阵中所有的点被标记完。 -
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:162109
    • 提供者:Dust
  1. matlab

    1下载:
  2. matlab 用起泡法对10个数由小到大排序,即将相邻的两个数比较,将小的调到前头。 程序编写一个函数文件,实现以下功能:输入一个数组,对其元素进行从大到小的排列,将排序后的数组输出;求数组元素的最大值并求出它在原数组中的位置。 (3)有一个4×5矩阵,编程求其最大值及其所处的位置。 (4)编程求∑_(n 1)^20▒ n! (5)有一个函数f(x,y) x^2+sinxy+2y,写一个程序,输入自变量的值,输出函数值。 -matlab with bubble s
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:4162
    • 提供者:hml
  1. bayes_multiclass

    0下载:
  2. z=bayes_classifier(m,S,P,X). This function outputs the Bayesian classification rule for M classes, each modeled by a Gaussian distribution. where, M: the number of classes. • l: the number of features (for each feature vector). •
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:701
    • 提供者:mnzars
  1. eucledian_classifier

    0下载:
  2. z=euclidean_classifier(m,X). This function outputs the Euclidean classifier, given the mean matrix. M: the number of classes. • l: the number of features (for each feature vector). • N: the number of data vectors. • m: lxM ma
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:675
    • 提供者:mnzars
  1. mahalnobis

    0下载:
  2. z=mahalanobis_classifier(m,S,X).This function outputs the Mahalanobis classifier, given the mean and covariance matrices. • M: the number of classes. • l: the number of features (for each feature vector). • N: the number of
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:675
    • 提供者:mnzars
  1. shearlet_toolbox

    0下载:
  2. This function generates the x and y vectors that contain % the i,j coordinates to extract radial slices % % Input: n is the order of the block to be used % % Outputs: x1,y1 are the i,j values that correspond to % the radial slices from t
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:309248
    • 提供者:hems
  1. 新建 Microsoft Word 文档

    0下载:
  2. opencv实现傅里叶变换,傅立叶变换是把图像从空间域转化到频率域的变换。空间域:一般的情况下,空间域的图像是f(x,y)=灰度级(0-255),形象一点就是一个二维矩阵,每个坐标对应一个颜色值。频率域:频率:对于图像来说可以指图像颜色值的梯度,即灰度级的变化速度,幅度:可以简单的理解为是频率的权,即该频率所占的比例:能量=幅度(可能不太准确),变换结果为F(u,v),F代表幅度值,u代表x方向的频率,v代表y方向的频率(Fu Liye transform is the transformati
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:12288
    • 提供者:ambition123
  1. sanjiaofenjiefa

    0下载:
  2. 三角分解法亦称因子分解法,由消元法演变而来的解线性方程组的一类方法。设方程组的矩阵形式为Ax=b,三角分解法就是将系数矩阵A分解为一个下三角矩阵L和一个上三角矩阵U之积:A=LU,然后依次解两个三角形方程组Ly=b和Ux=y,而得到原方程组的解,例如,杜利特尔分解法、乔莱斯基分解法等就是三角分解法(The triangular decomposition method, also called factor decomposition method, is a kind of method of
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:xzt
  1. FBMC

    0下载:
  2. /* A C++ version of Matlab's qamdemod(y, M, varargin) * Align each symbol to the nearest constellation points by minimum Euclidean distance. * The function only consider rectanglular constellation diagram and grey code. * The input is assum
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:1024
    • 提供者:EsonJohn
  1. kalman滤波的仿真

    1下载:
  2. 5.4.2 Kalman滤波器的设计 这一节将讨论如何使用控制系统工具箱进行Kalman滤波器的设计和仿真。 考虑下面的离散系统: x[n+1]=Ax[n]+B(u[n]+w[n]) (5.9) y[n]=Cx[n] (5.10) 其中, w[n]是在输入端加入的高斯噪声。 状态矩阵参数分别为 A = [1.1269-0.49400.1129 1.0000 0
  3. 所属分类:其他

    • 发布日期:2020-06-11
    • 文件大小:221184
    • 提供者:圆圆圈圈m
搜珍网 www.dssz.com