搜索资源列表

  1. ARPACK

    1下载:
  2. a library which computes eigenvalues and eigenvectors of large sparse matrices, accessible via the built-in EIGS command
  3. 所属分类:Windows编程

    • 发布日期:2024-06-18
    • 文件大小:1024
    • 提供者:李泽
  1. LMS

    0下载:
  2. LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1
  3. 所属分类:语音合成与识别

    • 发布日期:2024-06-18
    • 文件大小:1024
    • 提供者:wan
  1. aeigs60

    0下载:
  2. 特征结构配置方法(个人),希望对大家有帮助!-EIGS Find a few eigenvalues and eigenvectors of a matrix using ARPACK
  3. 所属分类:Symbian

    • 发布日期:2024-06-18
    • 文件大小:8192
    • 提供者:wangxuan
  1. schrodinger

    0下载:
  2. 简单实用matlab中自带eigs函数来解决薛定谔方程,程序简单易用,正确率高,且所得波函数与解析解一样-matlab program for solving schrodinger equation
  3. 所属分类:matlab例程

    • 发布日期:2024-06-18
    • 文件大小:1024
    • 提供者:Jing
  1. arioarpackage

    0下载:
  2. library which computes eigenvalues and eigenvectors of large sparse matrices, accessible via the built-in EIGS command-library which computes eigenvalues and eigenvectors of large sparse matrices, accessible via the buil
  3. 所属分类:matlab例程

    • 发布日期:2024-06-18
    • 文件大小:3072
    • 提供者:aris
  1. eigs

    0下载:
  2. 计算矩阵特征值的各类算法,计算矩阵特征值的各类算法-Calculate the various matrix eigenvalue algorithms
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-18
    • 文件大小:2048
    • 提供者:神仙
  1. eigs1

    0下载:
  2. eigs是目前为止最快速的计算部分特征值的算法,Matlab已经不提供该源代码,这是eigs源代码,供研究者改进提高! 调用:A=rand(500), eigs1(A)-eigs is the most effective eigensolver, which is very important.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-18
    • 文件大小:8192
    • 提供者:刘老师
  1. PCR

    0下载:
  2. 多变量Y的主成分回归。 格式: [t,p,b,ssq,eigs] = pcr(x,y,pc)- PCR Principal components regression for multivariate y.The I/O format is: [t,p,b,ssq,eigs] = pcr(x,y,pc)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-18
    • 文件大小:1024
    • 提供者:chenly

源码中国 www.ymcn.org