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

搜索资源列表

  1. findpeaks

    0下载:
  2. 这个程序就是一个 寻找峰值的源程序,希望对大家有用-This program is a search for the peak of the source, want to be useful
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2320
    • 提供者:黄磊
  1. findpeaks

    0下载:
  2. matlab新增寻找极值点程序,较老的版本中没有次函数-matlab find new extreme point of procedure, not the older version of the second function
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1869
    • 提供者:jimbo_yi
  1. voicebox

    0下载:
  2. text to speech converter in matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:507868
    • 提供者:uday kumar
  1. findpeaks.m

    0下载:
  2. finding peak or reversing point from up trend to down trend and you can switch to find trough by findpeak(-x)
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:699
    • 提供者:kabin
  1. findpeaks

    0下载:
  2. 找峰值程序,性能良好,并有具体程序实例,用图形分布解释,适合初学者-Find peak program, good performance, and specific procedures for instance, explain the graphical distribution, suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:527
    • 提供者:taozui
  1. findpeaks

    0下载:
  2. 用于光谱寻峰,可用于激光诱导击穿光谱数据分析-Search for spectral peaks can be used for laser-induced breakdown spectroscopy data analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:2553
    • 提供者:mamingjun
  1. findmaxpeaks

    0下载:
  2. matlab 程序代码 用于寻找一列离散数据的极大值点和极小值点-matlab findpeaks
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:645
    • 提供者:geertai
  1. findpeaks

    1下载:
  2. 该源代码用于对传感器接收的时域信号提取幅值峰值的分析,应用于无损检测领域。-The source code for the sensor receives the peak amplitude domain signal extraction analysis, applied to the field of non-destructive testing.
  3. 所属分类:matlab

    • 发布日期:2015-06-05
    • 文件大小:1024
    • 提供者:常予
  1. findpeaks

    0下载:
  2. 一个小巧的程序,但是有用,用于过得图像的峰值点,对于某些有特别需要的用户特别有效 。-A program used to get the peak point
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:15756
    • 提供者:叶童
  1. findpeaks

    0下载:
  2. 经典的寻峰算法,对初学者有帮助,maylab编写的,有一些注释-a very common althogrim for finding peaks
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2735
    • 提供者:刘弘基
  1. findpeaks

    2下载:
  2. 光谱寻峰的算法,可用于红外光谱或拉曼光谱的自动寻峰处理。-Spectral peak searching algorithm may be used to automatically find peak processing IR or Raman spectroscopy.
  3. 所属分类:matlab

    • 发布日期:2017-12-14
    • 文件大小:2623
    • 提供者:陈峰
  1. findpeaks

    0下载:
  2. matlab的findpeaks的源码,绝对正确。用于峰值检测,很有用,调用很方便 -Matlab findpeaks the source code, absolutely correct. Used for peak detection, very useful, very convenient to call
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:李思琪
  1. decomposition

    1下载:
  2. 运行emd,得到输入信号X的固有模态函数(imf),每列代表着信号X的一阶分量,X就是我们采集的信号。 hhtdn是hht去噪的程序,可以不看,仅看emd 和 findpeaks wvtdn是wavelet去噪程序,如果只是分解信号,仅用下面的语句即可 [C,L] = wavedec(x_noise,dl,wn); x_noise就是我们采集的信号,dl是分解的阶数,wn是分解的母小波名称(% Empiricial Mode Decomposition (Hilbert-Huang
  3. 所属分类:波变换

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:dyen0019
  1. findpeaks

    0下载:
  2. 对心电信号进行R波波峰的寻找,输入原始心电信号,输出为波峰时间点和值(Search for R wave peak of ECG signal)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:lllll
  1. emd

    0下载:
  2. emd分解程序代码,里面有详细介绍,请下载使用(function imf = emd(x) % Empiricial Mode Decomposition (Hilbert-Huang Transform) % imf = emd(x) % Func : findpeaks x = transpose(x(:)); imf = []; while ~ismonotonic(x) x1 = x; sd = Inf; while (sd > 0.1)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:16384
    • 提供者:小贾尼
  1. findpeaks

    2下载:
  2. c++实现获取一维数组极值点。可以通过调整阈值,改变极值点获取值(The c++ implementation gets the extreme point of one dimension array. We can adjust the threshold and change the extreme value to get the value.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:OEMT
  1. findpeaks

    0下载:
  2. 寻找波峰的函数,为子函数,需要调用才可使用,谢谢! 寻找波峰的函数,为子函数,需要调用才可使用,谢谢!(Search for the function of wave crest, for subfunction, need to be called before use, thank you!)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:Vebenamos
  1. Matlab寻峰程序

    0下载:
  2. 人工编写的寻峰函数,可直接读取excel文件数据,并进行绘图。(the man-made function to find peaks.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:5120
    • 提供者:花啊花
搜珍网 www.dssz.com