搜索资源列表
findpeaks
- matlab新增寻找极值点程序,较老的版本中没有次函数-matlab find new extreme point of procedure, not the older version of the second function
voicebox
- text to speech converter in matlab code
findpeaks
- 这个程序就是一个 寻找峰值的源程序,希望对大家有用-This program is a search for the peak of the source, want to be useful
findpeaks.m
- finding peak or reversing point from up trend to down trend and you can switch to find trough by findpeak(-x)
findpeaks
- 找峰值程序,性能良好,并有具体程序实例,用图形分布解释,适合初学者-Find peak program, good performance, and specific procedures for instance, explain the graphical distribution, suitable for beginners
findpeaks
- 用于光谱寻峰,可用于激光诱导击穿光谱数据分析-Search for spectral peaks can be used for laser-induced breakdown spectroscopy data analysis
findmaxpeaks
- matlab 程序代码 用于寻找一列离散数据的极大值点和极小值点-matlab findpeaks
findpeaks
- 该源代码用于对传感器接收的时域信号提取幅值峰值的分析,应用于无损检测领域。-The source code for the sensor receives the peak amplitude domain signal extraction analysis, applied to the field of non-destructive testing.
findpeaks
- 一个小巧的程序,但是有用,用于过得图像的峰值点,对于某些有特别需要的用户特别有效 。-A program used to get the peak point
findpeaks
- 经典的寻峰算法,对初学者有帮助,maylab编写的,有一些注释-a very common althogrim for finding peaks
findpeaks
- 光谱寻峰的算法,可用于红外光谱或拉曼光谱的自动寻峰处理。-Spectral peak searching algorithm may be used to automatically find peak processing IR or Raman spectroscopy.
findpeaks
- matlab的findpeaks的源码,绝对正确。用于峰值检测,很有用,调用很方便 -Matlab findpeaks the source code, absolutely correct. Used for peak detection, very useful, very convenient to call
decomposition
- 运行emd,得到输入信号X的固有模态函数(imf),每列代表着信号X的一阶分量,X就是我们采集的信号。 hhtdn是hht去噪的程序,可以不看,仅看emd 和 findpeaks wvtdn是wavelet去噪程序,如果只是分解信号,仅用下面的语句即可 [C,L] = wavedec(x_noise,dl,wn); x_noise就是我们采集的信号,dl是分解的阶数,wn是分解的母小波名称(% Empiricial Mode
findpeaks
- 对心电信号进行R波波峰的寻找,输入原始心电信号,输出为波峰时间点和值(Search for R wave peak of ECG signal)
emd
- 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
findpeaks
- 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.)
findpeaks
- 寻找波峰的函数,为子函数,需要调用才可使用,谢谢! 寻找波峰的函数,为子函数,需要调用才可使用,谢谢!(Search for the function of wave crest, for subfunction, need to be called before use, thank you!)
Matlab寻峰程序
- 人工编写的寻峰函数,可直接读取excel文件数据,并进行绘图。(the man-made function to find peaks.)