搜索资源列表
voicebox
- text to speech converter in matlab code
findpeaks.m
- finding peak or reversing point from up trend to down trend and you can switch to find trough by findpeak(-x)
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 = Inf; while (sd > 0.1)