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

搜索资源列表

  1. AdvanceVB

    0下载:
  2. 微软Visual Studio的资深专家Matthew Curland多年VB开发经验的总结,着重于解决VB程序员编程时所遇到的困难。由浅入深,循序渐近地讲解了如何开发标准的VB代码、高级编程技巧。以及如何通过一些新算法的使用提高编码效率和性能。-Microsoft Visual Studio, a senior expert Matthew Curland years of development and experience in VB, VB programmers focus on so
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:9882401
    • 提供者:virid
  1. A_method_based_on_Leo_satellite_communications_tim

    1下载:
  2. 摘 要:定时恢复是数字接收机中的关键技术,基于某特定LEO低轨卫星通信系统应用,重点研究了异步时钟采 样恢复法的工作原理,提出了一种改进的Gardner定时误差检测算法,给出了整个定时环路的具体实现方案,并针对其 性能进行了分析。仿真结果表明,在大多普勒加速度的卫星信道环境下,该方案能够满足系统设计的要求,且实现结 构简单、优化,可大幅降低算法复杂度,在较高信噪比的情况下,具有更加优化的性能。 -Abstract: The timing recovery is a key tec
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:408044
    • 提供者:longx
  1. Program_Matlab

    0下载:
  2. 考虑典型的盲信源分离问题,用自然梯度算法实现盲信号分离。在盲信号分离中,用串音误差:作为衡量信号分离的性能指标。 -Consider the typical problem of blind source separation, natural gradient algorithm using blind signal separation. In the blind signal separation, with the crosstalk error: signal separation
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:571506
    • 提供者:李伟
  1. VariableNoisySpeechEnhancementAlgorithmPerformance

    0下载:
  2. 语音增强是影响语音识别系统性能的重要成分。为了比较语音增强算法的性能,采用Matlab软件进行了数值仿真,对不同噪声环境下的语音用3种不同的方法进行降噪,采用信噪比、端点检测等方法来降噪效果,并对几种增强算法的性能进行了比较分析。结果表明,在变噪声环境下短时谱MMSE法最佳,谱减法和维纳滤波法各有优点。-Speech enhancement of voice recognition is an important component of system performance. In order
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-27
    • 文件大小:377127
    • 提供者:static
  1. researchoncontrolofinvertedpendulumbasedonGA

    0下载:
  2. 本文以一级倒立摆系统和二级倒立摆系统作为实验平台,针对极点配置中极点不易寻找、LQR控制中权值难于确定和拟人控制从定性到定量转化的瓶颈问题,应用遗传算法对控制器进行参数优化,一方面充分利用各自的优势来共同提高控制器的性能,另一方面将人从费时费力的试凑试验中解脱出来。-In this paper, an inverted pendulum and double inverted pendulum system as the experimental platform, pole for pole
  3. 所属分类:Project Design

    • 发布日期:2017-04-10
    • 文件大小:1598773
    • 提供者:haphan
  1. LMSRLS

    1下载:
  2. 两种算法(LMS和RLS)实现CDMA系统盲多用户检测的仿真。结论验证了在加性高斯白招生信道下、同步DS-CDMA系统中接收机应用这两种盲多用户检测算法抑制多址干扰(MAI: multiple access interference)和码间串扰(ISI: inter symbol interference)的能力,仿真实验与理论推导相吻合。实验与理论都表明,RLS性能好于LMS,而LMS计算量明显小于RLS。-This paper discusses two algorithms (LMS an
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1221
    • 提供者:song
  1. ViterbiFPGA

    0下载:
  2. 探讨了CDMA 数字移动通信中的差错控制问题, 研究用约束度K = 9 的卷积编码 和最大似然V iterbi 译码的差错控制方案. 在V iterbi 译码算法中, 提出了原位运算度量、保 存路径转移过程和循环存取幸存路径等方法, 能有效地减少存储量、降低功耗, 使得K = 9 的V iterbi 译码算法可在以单片XC4010 FPGA 为主的器件上实现, 其性能指标符合CD2 MA 数字移动通信IS 95 标准要求. 文中给出了实测的算法性能, 讨论了FPGA 具体实现
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:366845
    • 提供者:tsincons
  1. Tracking

    0下载:
  2. 该技术用修正的最大类间方差法分割亚图像,聚类并去除强背景干扰区域,对可能目标区域能量进行统计,选 择区域能量最大者进行逐帧实时锁定跟踪,并对该技术的实时性进行了分析。 - The image is segmented and fallen into two classes by the modifiedmethod of maximal variance of classes, then regions with intense background interference are
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:47813
    • 提供者:黄松
  1. QSORT

    0下载:
  2. 自己写的快速排序的算法,采用模板与自带的qsort函数进行性能比较-Write a Quick Sort algorithm, using the template that comes with qsort function and performance comparison
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:15985
    • 提供者:hustruky
  1. ArbitrararrayMUSIC

    0下载:
  2. 空间任意阵的MUSIC算法性能研究Arbitrary array of space performance of MUSIC algorithm-Arbitrary array of space performance of MUSIC algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:768189
    • 提供者:nen010
  1. 11

    0下载:
  2. 本文采用了一种层次化、组件自治的仿真平台_J.Sim,对该平台 下的无线传感器网络相关组件进行了扩展。针对MAC协议的能量有效性 和底层可能遭受的攻击行为,进行了一系列的仿真实验,输出了相关的 能耗图。通过与其它MAC能耗仿真结果对比和底层攻击仿真结果分析, 我们得出该协议有着较好的能量有效性和攻击应对能力。-As the hardware platform iS lacked.we choose the J.Sim simulator which is built upon
  3. 所属分类:SCM

    • 发布日期:2017-05-17
    • 文件大小:4249811
    • 提供者:陈过
  1. CBIR-FOR-ENDOSCOPIC-IMAGES

    0下载:
  2. Content-based medical image retrieval is now getting more and more attention in the world, a feasible and efficient retrieving algorithm for clinical endoscopic images is urgently required. Methods: Based on the study of single feature image retr
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:359665
    • 提供者:gokul/goks
  1. XiangQi

    0下载:
  2. 自己根据常用的象棋算法做的一个象棋游戏。由于没有棋库所以性能比较差,可能只能供对算法感兴趣的朋友研究一下了。图像资源是从游戏软件里“借”来的。-Their own algorithm based on commonly used to do a chess chess game. In the absence of relatively poor performance of chess library so may only be interested in the algorithm for
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-08
    • 文件大小:1834308
    • 提供者:闫煜
  1. 3step

    0下载:
  2. This algorithm was introduced by Koga et al in 1981. It became very popular because of its simplicity and also robust and near optimal performance. It searches for the best motion vectors in a coarse to fine search pattern. The algorithm may be descr
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:257185
    • 提供者:cho
  1. TSP

    0下载:
  2. 回溯算法,很好的算法,欢迎下载!性能优越,代码漂亮!-Backtracking algorithm, a good algorithm, welcome to download! Superior performance, code beautiful!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:15053
    • 提供者:sky
  1. 006

    0下载:
  2. 车辆识别系统主要由车牌定位、字符分割和字符识别三个部分组成。车牌定位是指将车牌区域从车辆图像中分割出来,车牌定位是车牌自动识别技术中一个至关重要的环切。其定位的速度和准确程序直接影响到车牌识别系统的性能。车牌定位的方法的出发点是通过车牌区域的特征来判断牌照。而车牌定位主要包含两个关键技术问题:图像的预处理和车牌定位的算法。本文针对车牌识别系统中关于静态图片中的车牌定位问题,主要运用了图像处理的知识,在VC开发平台上,通过对静态图片进行灰度变换,二值化,中值滤波等一系列处理,利用投影检测算法实现了
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6316927
    • 提供者:ZYM
  1. feature_ex_sun

    0下载:
  2. 基于HSM(harmonic-to-subharmonic)的基音提取算法。本算法通过对HSM建模,消除了基音提取过程中基音减半或增倍的现象,大大提高了准确性能。-Based on HSM (harmonic-to-subharmonic) of the pitch extraction algorithm. HSM model by the algorithm, the extraction process to eliminate the pitch halving or pitch dou
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:7445
    • 提供者:Zhao Sixuan
  1. adhoc

    0下载:
  2. 经典的路由表协议有:DSDV(序列目的节点距离矢量路由协议),CGSR(群首信关切换路由协议),WRP(无线路由协议)等。经典的源始发的按需路由协议有:DSR(自适应源路由协议)、AODV(自组织网按需距离矢量路由协议),TORA(临时排序路由算法)等,这里实现Adhoc网络路由协议性能的比较-Classical routing table agreement: DSDV (destination sequence distance vector routing protocols), CGSR
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:4252743
    • 提供者:曲景峰
  1. cordic

    1下载:
  2. we propose a low-cost sequential and high performance architecture for the implementation of CORDIC algorithm in two computation modes. It suited for serial operation that performs conversion between polar and rectangular coordinate systems, essentia
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:1811
    • 提供者:Nihel Neji
  1. Client

    0下载:
  2. This paper introduces a message forwarding algorithm for search applications within mobile ad hoc networks that is based on the concept of selecting the nearest node from a set of designated nodes. The algorithm, which is called Minimum Distance P
  3. 所属分类:Development Research

    • 发布日期:2017-04-02
    • 文件大小:66924
    • 提供者:sathiyaraj124
« 1 2 ... 35 36 37 38 39 4041 42 43 44 45 ... 50 »
搜珍网 www.dssz.com