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

搜索资源列表

  1. ld-celp算法.rar

    0下载:
  2. 所属分类:语音压缩

    • 发布日期:
    • 文件大小:155881
    • 提供者:
  1. algorithm

    0下载:
  2. 阈值法是图像分割的一种重要方法, 在图像处理与识别中广为应用. 提出了一种基于灰度2梯度共生矩阵 模型和最大熵原理的自动阈值化方法. 该方法不仅利用了图像的灰度信息, 而且也利用了梯度信息, 通过计算基 于灰度2梯度共生矩阵的二维熵, 并使边缘区域的熵最大来选择阈值向量. 仿真结果显示, 该算法比其他二维熵方 法效果更佳.-Th resho lding is an impo rtant fo rm of image segmentat ion and is used in image
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:174198
    • 提供者:广隶
  1. yuceqi

    0下载:
  2. 分别采用维纳滤波和l-d算法设计一个6阶前向线性预测器,给出设计过程,matlab程序。 要求:1、得到预测器的权向量和预测误差功率 2、画出预测阶数和预测误差功率的曲线 3、在使用l-d算法时,假设 , ,…… 未知 -Wiener filter and were used to design a 6-ld algorithm prior to the linear predictor order, given the design process, matlab prog
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:707
    • 提供者:xiaosa
  1. fpga

    1下载:
  2. 基于现场可编程门阵列( Fie ld Programmab le Ga teA rrays, FPGA )硬件平台和背景差分算法设计一个静态背景下 的视频移动目标检测与跟踪系统, 并详细给出系统的实现过程。检测结果表明: 采用FPGA硬件实现系统设计, 极大地提高了 系统的处理速度, 在静态背景下, 可以实时、准确地检测和跟踪到移动目标。-Based on field programmable gate array (Fie ld Programmab le Ga teA rrays,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:569427
    • 提供者:chdj
  1. gonglvpuguji

    0下载:
  2. 自己编写的信号功率谱算法,包括周期图法,BT法,AR参数L-D法,music,root-music,esprit。-I have written of the signal power spectrum algorithm, including the periodogram, BT France, AR parameters LD law, music, root-music, esprit.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:7685
    • 提供者:吴越
  1. CompareText

    0下载:
  2. 比对两文本/字符串的相似度,利用LD矩阵算法-Compare two text/string similarity matrix algorithm using LD ..
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:68552
    • 提供者:123
  1. AR

    2下载:
  2. 利用AR模型实现功率谱估计的方法,包括直接求解,L-D递推,自相关法和Burg算法。-AR model power spectrum estimation methods, including direct solving LD recursive autocorrelation method and Burg algorithm.
  3. 所属分类:matlab

    • 发布日期:2016-03-28
    • 文件大小:1024
    • 提供者:王浩
  1. test

    0下载:
  2. 实对称正定矩阵LD和UD分解,即A=LDL^或A=UDU^,其中L为单位下三角矩阵,U为单位上三角矩阵,L^和U^分别是L和U的转置矩阵,代码自己写的,C++,学工科的同学可能会用到这两个分解,算法也有,可以-Real symmetric positive definite matrix LD and UD decomposition, that is A = LDL^ = UDU ^ where L is unit lower triangular matrix, U as a unit t
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1036593
    • 提供者:李昕
  1. estimate_AR

    0下载:
  2. 采用L-D算法,估算自回归模型(AR模型)系数。L-D法是一种矩阵递推估计法-LD algorithm to estimate the coefficients of the autoregressive model (AR model). The LD method is a matrix recursive estimation method
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:791
    • 提供者:cyl
  1. HYPERLINK

    0下载:
  2. LD语句相似度计算,计算两字符串相似度算法-LD statements similarity calculation,To calculate the two string similarity algorithm
  3. 所属分类:JavaScript

    • 发布日期:2017-11-25
    • 文件大小:8849
    • 提供者:王佳嘉
  1. CHAUNGYUSHUZUDEYINGYING

    0下载:
  2. 串和数组的应用——编辑距离ld与求最长公共子串lcs算法(动态长度)-IT IS
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1709
    • 提供者:刚刚
  1. DL_practice

    0下载:
  2. 现代信号处理中的LD算法仿真,并且比较估计出来的系统函数与原系统函数的差别-LD modern signal processing algorithm simulation, and compare the differences between estimated and original system function system functions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:722
    • 提供者:李白
  1. BNUTBDJNBOOFR

    0下载:
  2. 【程序29】 题目:给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。 1. 程序分析:学会分解出每一位数,如下解释:(这里是一种简单的算法,师专数002班赵鑫提供) 2.程序源代码: 复制代码 代码如下: #include stdio.h #include conio.h main( ) { long a,b,c,d,e,x scanf( ld ,&x) a=x/10000 分解出万位 b=x 10000
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:2698
    • 提供者:张欣欣
  1. myLevenshtein

    0下载:
  2. java实现莱文斯坦算法,计算相似度.莱文斯坦距离(LD)用于衡量两个字符串之间的相似度。 以下我们称这两个字符串分别为 s (原字符串) 和 t (目标字符串)。莱文斯坦距离被定义为 将字符串 s 变换为字符串 t 所需的删除、插入、替换操作的次数 。-java achieve Levenshtein algorithm to calculate the similarity. Levenshtein distance (LD) is used to measure the similarit
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:1144
    • 提供者:liuzhipeng
  1. Levinson_Durbin

    0下载:
  2. L-D算法迭代matlab程序,详细流程,易于理解和学习。-LD iterative algorithm matlab procedures, detailed procedures, easy to understand and learn.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1174
    • 提供者:sxx
  1. LD_by-self

    0下载:
  2. LD算法的自己公式实现,没有调用matlab的库里的函数-LD algorithm relized by myself, didn t use the lib in Matlab
  3. 所属分类:Other systems

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:孙雨皓
« 1 2»
搜珍网 www.dssz.com