這是一個時頻分析中關于gabor變換的程序,此程序分離頻率的效果不錯。 Gabor變換: 式中a,b為常數(shù),a代表柵格的時間長度,b代表柵格的頻率長度 式中的 是一維信號x(t)的展開系數(shù),h(t)是一母函數(shù),展開 基函數(shù)是h(t)由作移位和調(diào)制生成的,
上傳時間: 2013-12-10
上傳用戶:q123321
Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can be extended to any time-frequency distribution % % compute the forward/backward Campbell/specgtrogram % % INPUT: % y (n x 2) each column is measured from a different sensor % /////// % __ % |s1| y(:,1) % |__| % __ % / \ ________|/ % | | | s2 |/ y(:,2) % \____/ --------|/ % % Fs Sampling frequnecy % % OUTPUT: % B spectrogram/Campbel diagram % x x-axis coordinate vector (time or Speed) % y y-axis coordinate vector (frequency [Hz])
標簽: experience elliptical decompose important
上傳時間: 2015-06-23
上傳用戶:372825274
//=== === === === === === === === === === === ===== //函數(shù)說明 //函數(shù)名稱:Correlation //函數(shù)功能:計算最小二乘法擬合的多項式的相關系數(shù) //使用方法:int M------ 擬合多項式的階數(shù)(已知條件) // double *b--- 擬合曲線的系數(shù),排列順序為由高階到低階(已知條件) // double *x--- 結(jié)點x軸數(shù)據(jù)(已知條件) // double *y--- 結(jié)點y軸數(shù)據(jù)(已知條件) // double *Yg-- 結(jié)點估計值,個數(shù)為m(過程變量) // int m------ 結(jié)點個數(shù)(已知條件) //注意事項:多項式階數(shù)最高為10,多項式的形式為 y = a0 + a1x +a2x2
標簽: Correlation 函數(shù) 計算 最小二乘法擬合
上傳時間: 2013-11-26
上傳用戶:change0329
//=== === === === === === === === === === === ===== //函數(shù)說明 //函數(shù)名稱:Correlation //函數(shù)功能:計算最小二乘法擬合的多項式的相關系數(shù) //使用方法:int M------擬合多項式的項數(shù)(已知條件) // double *b---擬合曲線的系數(shù),按升次排列(已知條件) // double *x---結(jié)點x軸數(shù)據(jù)(已知條件) // double *y---結(jié)點y軸數(shù)據(jù)(已知條件) // double *Yg--結(jié)點估計值,與*y相對應,個數(shù)為m(過程變量) // int m------結(jié)點個數(shù)(已知條件) //注意事項:多項式階數(shù)最高為10,多項式的形式為 y = b0 + b1*(x-Xavr)...
標簽: Correlation 函數(shù) 計算 最小二乘法擬合
上傳時間: 2014-11-23
上傳用戶:yxgi5
空間后方交匯求解相機外方位元素,變量如下 % x,y 控制點像點坐標 % X,Y,Z 控制點空間坐標 %f焦距 %X0,Y0,Z0,a,b,c六個外方位元素 %x0,y0,-f內(nèi)方位元素:光心坐標 %cha,chb,chc:外方位角元素改正數(shù) %count 記錄迭代次數(shù) %R 旋轉(zhuǎn)矩陣 %A 線性化的偏導系數(shù)矩陣 %L 常數(shù)項矩陣 %M0 外方位元素矩陣 %M1 外方位元素改正數(shù)矩陣
上傳時間: 2014-01-10
上傳用戶:saharawalker
crc任意位生成多項式 任意位運算 自適應算法 循環(huán)冗余校驗碼(CRC,Cyclic Redundancy Code)是采用多項式的 編碼方式,這種方法把要發(fā)送的數(shù)據(jù)看成是一個多項式的系數(shù) ,數(shù)據(jù)為bn-1bn-2…b1b0 (其中為0或1),則其對應的多項式為: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:數(shù)據(jù)“10010101”可以寫為多項式 X7+X4+X2+1。 循環(huán)冗余校驗CRC 循環(huán)冗余校驗方法的原理如下: (1) 設要發(fā)送的數(shù)據(jù)對應的多項式為P(x)。 (2) 發(fā)送方和接收方約定一個生成多項式G(x),設該生成多項式 的最高次冪為r。 (3) 在數(shù)據(jù)塊的末尾添加r個0,則其相對應的多項式為M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),獲得商Q(x)和余式R(x),則 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2運算,T(x)所對應的數(shù)據(jù)是在原數(shù) 據(jù)塊的末尾加上余式所對應的數(shù)據(jù)得到的。 (6) 發(fā)送T(x)所對應的數(shù)據(jù)。 (7) 設接收端接收到的數(shù)據(jù)對應的多項式為T’(x),將T’(x)除以G(x) ,若余式為0,則認為沒有錯誤,否則認為有錯。
上傳時間: 2014-11-28
上傳用戶:宋桃子
這是一個音樂程序,按大寫字母“A”,唱樂曲“瑪麗有只小羔羊”; 按大寫字母“B”,唱樂曲“太湖船” 按大寫字母“C”,唱樂曲“祝福歌” 按"X"鍵,退出
標簽: 音樂程序
上傳時間: 2015-08-22
上傳用戶:kytqcool
功能說明: 次組件提供的功能有二: 1、解析出數(shù)學表達式中的參數(shù) 2、計算數(shù)學表達式 此組件不但可以解析和計算數(shù)學表達式,還提供了一系列的數(shù)學基本函數(shù),可應用于表達式中一塊處理。提供的數(shù)學基本函數(shù)有:將值舍入到最接近的整數(shù) rount(x)、向下取整函數(shù) int(x)、向上取整 ceiling(x)、求兩個數(shù)中最大數(shù)的函數(shù) max(a,b)、求兩個數(shù)中最小數(shù)的函數(shù) min(a,b)、冪函數(shù) pow(x,n)、求平方根的函數(shù) sqrt(x)。 下載地址:http://www.qiusuo365.com/qiusuo365/viewthread.php?tid=2422&extra=page%3D1
上傳時間: 2014-01-18
上傳用戶:李夢晗
BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of the form: % Minimize F(x) subject to: xlb <= x0 <=xub % A*x <= B Aeq*x=Beq % C(x)<=0 Ceq(x)=0 % x(i) is continuous for xstatus(i)=0 % x(i) integer for xstatus(i)= 1 % x(i) fixed for xstatus(i)=2 %
標簽: constrained variables function possibly
上傳時間: 2014-01-13
上傳用戶:youth25
palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/JVXSL.asp?x=1&mode=section&sortKey=rank&sortOrder=desc&view=book&xmlid=1-56592-525-4&open=false&srchText=palm+programming&code=&h=&m=&l=1&catid=&s=1&b=1&f=1&t=1&c=1&u=1&page=0 ISBN: 1-56592-525-4 Author: Julie McKeehan/ Neil Rhodes Publisher: O Reilly Page: 478 Edition: 1st edition (December 1998) Catalog: PDA programming / Palm Format: pdf Size: 2.06M Supplier: Summary: Emerging as the bestselling hand-held computers of all time, PalmPilots have spawned intense developer activity and a fanatical following. Used by Palm in their developer training, this tutorial-style book shows intermediate to experienced C programmers how to build a Palm application from the ground up. Includes a CD-ROM with source code and third-party developer tools
標簽: Programming Developer oreilly safari
上傳時間: 2013-12-10
上傳用戶:litianchu