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

搜索资源列表

  1. 11-xianxingfangchegnzu--zhijiefa

    0下载:
  2. 解线性方程组之直接法【matlab例程】经典算法直接应用方便快捷-Convenient and direct method for solving linear equations of the [routine] classical algorithm matlab direct application
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:6560
    • 提供者:jason yan
  1. 6

    1下载:
  2. ex6_1 ~ ex6_3二项分布的随机数据的产生 ex6_4 ~ ex6_6通用函数计算概率密度函数值 ex6_7 ~ ex6_20常见分布的密度函数 ex6_21 ~ ex6_33随机变量的数字特征 ex6_34 采用periodogram函数来计算功率谱 ex6_35 利用FFT直接法计算上面噪声信号的功率谱 ex6_36 利用间接法重新计算上例中噪声信号的功率谱 ex6_37 采用tfe函数来进行系统的辨识,并与理想结果进行比较 ex6_38 在置信度为0
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5186
    • 提供者:Bruce
  1. gonglvpu

    1下载:
  2. 使用matlab采用直接法,间接法和bartlett法求功率谱参数-Use matlab using the direct method, the indirect method and method for power spectral parameters bartlett
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2194
    • 提供者:
  1. digital_filter

    2下载:
  2. 使用matlab进行IIR与FIR数字滤波器的设计。使用直接法和双线性变换法设计IIR数字滤波器,利用窗函数法,频率采用法设计FIR数字滤波器并进行GUI界面的设计。 -Using matlab to design IIR and FIR digital filter. Using the direct method and the bilinear transform to design IIR digital filter and using window function met
  3. 所属分类:Special Effects

    • 发布日期:2016-05-25
    • 文件大小:110592
    • 提供者:李婉灵
  1. Classical-spectral-analysis-method

    0下载:
  2. 噪声中正弦信号的经典法频谱分析,自己写的matlab程序,主要包括经典谱估计中直接法,间接法,Bartlett法,welch法四种估计算法-Classical spectral analysis method
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1358
    • 提供者:彭东
  1. bispectrum-and

    1下载:
  2. 两路信号用直接法,对信号进行双谱分析,并计算其时延。-Two-way signal with the direct method, spectral analysis of the signal pairs, and calculate the delay.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1677
    • 提供者:tangzhe
  1. DDC

    0下载:
  2. 三种方法实现数字下变频:直接法、bessel插值、多相滤波等-three method of DDC
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1063
    • 提供者:臧博
  1. Matlab-of--linear-equation-group

    0下载:
  2. matlab 解线性方程组的直接法,包括克罗托算法,杜丽脱尔算法,高斯消去法,列主元素法等14个算法,运行无误,可以运算。-Matlab solution of linear equation group, run correctly, can operation.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:6562
    • 提供者:赵树青
  1. bispecd-and--bispeci

    0下载:
  2. 利用直接法和间接法求双谱,有例子,可直接运行-bispecd and bispeci
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5944
    • 提供者:zhouxianglian
  1. Bartlettmethod

    0下载:
  2. bartle自功率谱密度分析,对于直接法的功率谱估计,当数据长度N太大时,谱曲线起伏加剧,若N太小,谱的分辨率又不好,因此需要改进。-Bartle since the power spectral density analysis, for the direct method of power spectrum estimation, when the data length N is too large, the spectrum curve of the ups and downs, if
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:625
    • 提供者:谢庆陆
  1. matlab_-direct_-improved_method-

    0下载:
  2. 采用改进的直接法在matlab中进行功率谱密度计算-Calculating the direct method using the improved power spectrum density in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1651
    • 提供者:jinjianli
  1. matlab-algorithm-program-collection

    1下载:
  2. MATLAB语言常用算法程序集,内含有基本常用的matlab算法,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法和迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计与分析等方面的代码。-MATLAB language commonly used algorithm for assembly, containing basic common matlab algorithms, including int
  3. 所属分类:matlab

    • 发布日期:2017-06-10
    • 文件大小:17824768
    • 提供者:虺沙
  1. Powell

    0下载:
  2. 鲍威尔优化算法:多维无约束优化算法是在无约束优化算法之一,首先选取一组共轭方向,从某个初始点出发,求目标函数在这些方向上的极小值点,然后以该点为新的出发点,重复这一过程直到获得满意解,其优点是不必计算目标函数的梯度就可以在有限步内找到极值点。 鲍威尔法是以共轭方向为基础的收敛较快的直接法之一,是一种十分有效的算法。-Powell optimization algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1951
    • 提供者:立哲
  1. Power-Spectrum-Estimation

    0下载:
  2. Power Spectrum Estimation,直接法,周期图法(间接法),capon估计-Power Spectrum Estimation, direct method, periodogram (indirect method), capon estimate
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3094
    • 提供者:王皓
  1. jizhonggonglvpu

    0下载:
  2. 几种关于功率谱求取的不同方法,直接法、间接法、现在谱分析法。-Several different methods of calculating the power spectrum on the direct method, the indirect method, mofern spectral analysis.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:777
    • 提供者:杨凡
  1. power-spectrum-estimation

    0下载:
  2. AR模型功率谱估计 直接法功率谱估计 特征向量法功率谱估计 研究生期间作业-AR model power spectrum estimation The direct method of power spectrum estimation Eigenvector method of power spectrum estimation
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7179
    • 提供者:称心
  1. main.cpp

    0下载:
  2. 线性方程组求根的直接法 (1) 编写列主元消元法的通用程序 (2) 用如上程序求方程-The direct method for solving linear equations (1) the general procedure for the preparation of the main elements of the column (2) using the above procedure for equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1359
    • 提供者:qiuxiazaia123
  1. gonglvpu

    0下载:
  2. 信号的功率谱算法程序,包括巴特沃斯,直接法,间接法等多种算法,可以直接求出信号的功率谱图,matlab编程-Signal power spectrum algorithm program, including a variety of algorithms Butterworth, direct, indirect method, etc., can be directly obtained signal power spectrum, matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2904
    • 提供者:筱玉
  1. Iterative-method

    0下载:
  2. 迭代法也称辗转法,是一种不断用变量的旧值递推新值的过程,跟迭代法相对应的是直接法,即一次性解决问题。-Iterative method, also known as Law removed, continue to use the old value is a variable value new recursive process, with iterative wears corresponds to the direct method, namely a one-time problem
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2181
    • 提供者:程一琳
  1. rotation_dir

    0下载:
  2. 遥感原理与应用,运用间接法和直接法对图像进行旋转和一系列操作-Principles and applications of remote sensing, the use of indirect and direct method for image rotation and a series of operations
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:749
    • 提供者:yunhui
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com