Linux C
function()
參考手冊
各位Linux愛好者:
你好!本人有幸在坊間得到一名為“Linux C 函數參考”的文本文件,并在此基礎重新排版并制成html文件以方便廣大愛好者閱讀,我感到無比的榮幸。在此多謝各位的鼎力支持,以及日益完善此文件,希望有朝一日能成為Linux編程愛好者必備的參考文件。在此再次多謝編寫“Linux C 函數參考”的朋友。
聲明:本人不擁有文章所有權。本人會對本文件文章內排版出現的錯誤或遺漏內容以及日后提出的相關請求作出最大限度修改,有問題可e-mail:pennyhot@21cn.com,別炸我的郵箱:-)
PennyHot
2003.06.06
A fast customizable function for locating and measuring the peaks in noisy time-series signals. Adjustable parameters allow discrimination of "real" signal peaks from noise and background.
A fast customizable function for locating and measuring the peaks in noisy time-series signals. Adjustable parameters allow discrimination of "real" signal peaks from noise and background. Determines the position, height, and width of each peak by least-squares curve-fitting.
PIECEWISE_EVAL: evaluates a piecewise function of x
usage: y = PIECEWISE_EVAL(x,breakpoints,funs)
arguments (input)
x - vector or array of points to evaluate though the function
breakpoints - list of n breakpoints, -inf and +inf are implicitly
計算廣義分形維數的matlab源程序。希望對大家有用!
函數形式:function [dq,rq]=fdim(q,x,trace)
不同q值下得到不同定義的分形維,如:q=0 is Hausdorf, q=1 is Information, q=2 is Correlation, etc.具體說明見程序。