求取一幅灰度圖像中的光斑形心的位置的Matlab的源代碼。算法使用的是最大類(lèi)間方差法編寫(xiě)的程序,可以得到光斑形心位置的(x,y)坐標(biāo)。
上傳時(shí)間: 2014-09-02
上傳用戶(hù):bibirnovis
c語(yǔ)言版的多項(xiàng)式曲線(xiàn)擬合。 用最小二乘法進(jìn)行曲線(xiàn)擬合. 用p-1 次多項(xiàng)式進(jìn)行擬合,p<= 10 x,y 的第0個(gè)域x[0],y[0],沒(méi)有用,有效數(shù)據(jù)從x[1],y[1] 開(kāi)始 nNodeNum,有效數(shù)據(jù)節(jié)點(diǎn)的個(gè)數(shù)。 b,為輸出的多項(xiàng)式系數(shù),b[i] 為b[i-1]次項(xiàng)。b[0],沒(méi)有用。 b,有10個(gè)元素ok。
標(biāo)簽: 多項(xiàng)式 曲線(xiàn)擬合 c語(yǔ)言 最小二乘法
上傳時(shí)間: 2014-01-12
上傳用戶(hù):變形金剛
亞定方程組求解:If serial correlation is found, you may have misspecified your model and should return to your theory for a better representation of the data generating process. This possibility is quite likely and should be taken seriously.
標(biāo)簽: misspecified correlation serial return
上傳時(shí)間: 2015-06-16
上傳用戶(hù):熊少鋒
最小二乘法曲線(xiàn)擬合 作者:佚名 文章來(lái)源:不詳 點(diǎn)擊數(shù):164 更新時(shí)間:2006-1-4 【字體:小 大】【發(fā)表評(píng)論】【加入收藏】【告訴好友】【打印此文】【關(guān)閉窗口】 //最小二乘法曲線(xiàn)擬合 typedef CArray<double,double>CDoubleArray BOOL CalculateCurveParameter(CDoubleArray *X,CDoubleArray *Y,long M,long N,CDoubleArray *A) { //X,Y -- X,Y兩軸的坐標(biāo) //M -- 結(jié)果變量組數(shù) //N -- 采樣數(shù)目 //A -- 結(jié)果參數(shù) 文章錄入:admin 責(zé)任編輯:admin
標(biāo)簽: 2006 164 最小二乘法 曲線(xiàn)擬合
上傳時(shí)間: 2014-01-24
上傳用戶(hù):liansi
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])
標(biāo)簽: experience elliptical decompose important
上傳時(shí)間: 2015-06-23
上傳用戶(hù):372825274
暫時(shí)只支持jpeg2000支持的 cdf97 和spline53 可以這樣來(lái)測(cè)試: x=imread( E:\study\jpeg2000\images\lena.tif ) % see the decomposition coefficients y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2gray(y)) % see the reconstruction precision yy=wavelift(x, 5) using cdf 9/7 wavelet ix=wavelift(yy,-5) inverse sum(sum((double(x)-ix).^2))
標(biāo)簽: 2000 imageslena studyjpeg imread
上傳時(shí)間: 2014-01-14
上傳用戶(hù):懶龍1988
這個(gè)章節(jié)將詳細(xì)介紹Windows CE 系統(tǒng)中的處理程序 (process) 和執(zhí)行緒 (thread),並對(duì)Windows CE作業(yè)系統(tǒng)所使用的排程策略進(jìn)行分析。處理程序是資源分配的基本單位,而執(zhí)行緒是排程的基本單位。
標(biāo)簽: Windows process thread CE
上傳時(shí)間: 2015-07-01
上傳用戶(hù):cx111111
動(dòng)態(tài)連結(jié)程式庫(kù) (DLL) 一直以來(lái)都是Windows的重要基礎(chǔ),Windows CE也不例外。DLL對(duì)作業(yè)系統(tǒng)十分重要,本節(jié)的內(nèi)容主要是分析loader.c中的程式碼,它負(fù)責(zé)載入EXE和DLL。這裏要討論的是關(guān)於DLL的部分
上傳時(shí)間: 2015-07-01
上傳用戶(hù):vodssv
使用pso求最小化一函數(shù) matlab程式碼,寫(xiě)的非常簡(jiǎn)潔(不到100行),且還包括了2維的圖形展示,和大家分享參考!!! 一起學(xué)習(xí)matlab和各種optimize methods 最小化:(x-15)^2+(y-20)^2 The swarm matrix is swarm(index, [location, velocity, best position, best value], [x, y components or the value component]) Author: Wesam ELSHAMY (wesamelshamy@yahoo.com) MSc Student, Electrical Enginering Dept., Faculty of Engineering Cairo University, Egypt
上傳時(shí)間: 2013-12-18
上傳用戶(hù):zhaiye
xml的讀寫(xiě)操作,這是我曾參加的一個(gè)日企的面試,當(dāng)時(shí)未做出來(lái)。
上傳時(shí)間: 2015-07-02
上傳用戶(hù):TF2015
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1