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

搜索资源列表

  1. BusMasteringPCIExpressInAnFPGA

    0下载:
  2. This paper describes a bus mastering implementation of the PCI Express protocol using a Xilinx FPGA. While the theoretical peak performance of PCI Express is quite high, attaining that performance is a complex endeavor on top of an already complex pr
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:141356
    • 提供者:Andrey
  1. direction_of_arrival_by_music_and_signal_simulate.

    1下载:
  2. 程序第一部分为模拟信号源,可以设置参数来仿真用来MUSIC谱估计的信号源,第二部分为MUSIC估计代码,对上一部分所设置的模拟信号源谱峰搜索,验证MUSIC算法-The first part of the procedure for the analog signal source, you can set parameters for the MUSIC spectral estimation simulation of signal source, the second part is es
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:903
    • 提供者:magict
  1. elm

    0下载:
  2. elman神经网络用于峰值检测 三角波 矩形波 方波调制信号 -elman peak detector neural network for rectangular-wave square wave triangle wave modulation signal
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:644
    • 提供者:guojing
  1. dimaidong

    0下载:
  2. 打开一段波形数据,计算其峰值,获得数据有效能量。给出gui界面代码-Open a section of waveform data to calculate the peak effective energy data. Gui interface code is given
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2135
    • 提供者:陈旭庚
  1. seobookCN

    0下载:
  2. seobook中文版_完全解除限制.<SEOBOOK> 国外的一本经典之作,专业人士称之为 “ SEO 圣经 ” 可想此本 著作在行业内的影响力。他不是教你用何种作弊手段欺骗搜索引擎,而是给你 一 种正确的方法,让你走一条站点优化的康庄大道。将你引向网络营销的成功巅 峰!-<SEOBOOK> Abroad for a classic, professionals call it " SEO Bible" may want this book in
  3. 所属分类:Search Engine

    • 发布日期:2017-04-09
    • 文件大小:1272323
    • 提供者:jason
  1. PSNR

    0下载:
  2. To find the PSNR (peak signal-to-noise ratio) between two intensity images A and B.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-13
    • 文件大小:1540
    • 提供者:ahsh
  1. bizhiSpectrumCorrect_Test

    0下载:
  2. 这个程序是幅值谱中校正频谱峰值的比值校正法,可以自设定校正谱峰值的个数,比值校正法还可以校正相位,校正的结果很准确-This procedure is correction of the amplitude spectrum of the ratio of the peak spectrum correction method, correction can be set from the number of spectral peaks, the ratio correction method
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-03
    • 文件大小:805
    • 提供者:李远
  1. 4_hough

    3下载:
  2. 本程序实现hough变换。Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform this program. Hough transform image processing image recogniti
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:14529
    • 提供者:cui ju
  1. CPUControl

    0下载:
  2. 可以在Windows的任务管理器中的CPU使用记录图表中显示正弦曲线。支持多CPU(防线程漂移),曲线波峰间隔和精度可以设置,支持CPU性能监视(但对此应用无益,被微软的人骗了),debug版本可在C盘根目录下为每个CPU生成工作日志。ATL架构。-In the Windows Task Manager the CPU usage of the chart shows sinusoid. Support multi-CPU (drift-way line of defense), the pea
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:38695
    • 提供者:梁绍博
  1. ComputePSNR

    0下载:
  2. 调试通过的计算峰值信噪比PSNR源码(matlab)-Debugging through the calculation of source PSNR peak signal to noise ratio (matlab)
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:597
    • 提供者:zhoul
  1. juanji

    0下载:
  2. VC++下实现卷积的代码,可以用来求相关峰-VC++ under the convolution code, can be used to seek correlation peak
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:2290
    • 提供者:王晶
  1. peaktransformcode

    0下载:
  2. Peak transform. Reference: Peak Transform for Efficient Image Representation and Coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:373056
    • 提供者:安静
  1. UDPTCP

    0下载:
  2. 该程序充分利用了JAVA的多线程,完成写文件和刷新界面,在不同的线程间还有调用关系,因为考虑到网络数据的不稳定性,即有时数据量比较小,有时数据包很多,如果一个线程就会出现在数据量高峰时严重掉包(编程初期的时候,已试过)。所以引入多线程,这样在数据包不多的时候,能够使得数据包多的时候没有完成保存工作的线程能够继续完成保存工作。-The program makes full use of the multi-threaded JAVA, write documents and complete th
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:388047
    • 提供者:李璞
  1. FitF

    2下载:
  2. 免疫算法实现多峰、多极值函数平面曲面拟合-Immune algorithm to achieve multi-peak and multi-planar surface fitting extremal function
  3. 所属分类:matlab

    • 发布日期:2015-10-09
    • 文件大小:76232
    • 提供者:changcheng
  1. DetectMaxima

    1下载:
  2. 改程序用于在一组信号中检测出最大值,即峰值检测-maxima detection, /peak detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1075
    • 提供者:gou
  1. S-C-development

    0下载:
  2. 原始的S&C同步算法峰值会有平台,我的改进算法使之趋于尖峰。仿真结果:不在出现峰值平台,有一个峰值尖峰出现,误差很小。-The original S & C peak synchronization algorithm will be a platform to improve my algorithm tends to peak. Simulation Results: The peak value is not a platform, there is a peak value of pea
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:30222
    • 提供者:李刚
  1. PeakDetection

    0下载:
  2. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1219
    • 提供者:sunil
  1. 200414

    0下载:
  2. ASP必学100经典,如果你想成为ASP高手,那么ASP必学100经典是您的必备宝典,真正的高手看过来,天极网源代码和试题下载中心提供。-100 will learn the classic ASP, ASP if you want to be a master, then the school will be 100 classic ASP is essential that you book, the real master Peak,天极network to download the so
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4796552
    • 提供者:王齐
  1. fabryparot4project

    0下载:
  2. calculate the band of Fabry-Parot Filter -A Fabry-Parot Filter consist of the cavity formed by two highly reflective mirrors placed parallel to each other , as shown in the figure 1.The input light beam to the filter enters the first mirror at right
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-01
    • 文件大小:548
    • 提供者:mengbo
  1. oscilloClock

    0下载:
  2. Matlab source file for analysis of graphical ECG represents the Matlab CODE for the use in the finding the peak detection of the ECG
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:11092
    • 提供者:Mandy
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com