求取一幅灰度圖像中的光斑形心的位置的Matlab的源代碼。算法使用的是最大類間方差法編寫的程序,可以得到光斑形心位置的(x,y)坐標(biāo)。
上傳時間: 2014-09-02
上傳用戶:bibirnovis
c語言版的多項式曲線擬合。 用最小二乘法進(jìn)行曲線擬合. 用p-1 次多項式進(jìn)行擬合,p<= 10 x,y 的第0個域x[0],y[0],沒有用,有效數(shù)據(jù)從x[1],y[1] 開始 nNodeNum,有效數(shù)據(jù)節(jié)點的個數(shù)。 b,為輸出的多項式系數(shù),b[i] 為b[i-1]次項。b[0],沒有用。 b,有10個元素ok。
上傳時間: 2014-01-12
上傳用戶:變形金剛
亞定方程組求解: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
上傳時間: 2015-06-16
上傳用戶:熊少鋒
所有的圖片,復(fù)雜的框架都沒修飾,所有的程序代碼精簡。絕對精簡版:) 前臺index.asp可輸入學(xué)號就可以查詢該學(xué)生所有課程的成績 后臺login.asp 管理用戶:admin 管理密碼:admin 功能: 1.添加單個成績 2.批量添加成績 3.通過搜索并修改與刪除 4.直接修改 5.可以批量刪除 6.可以直接GO到達(dá)你想到達(dá)的頁 7.分頁顯示 8.代碼精簡 9.整合部分重復(fù)代碼
標(biāo)簽:
上傳時間: 2015-06-21
上傳用戶:330402686
最小二乘法曲線擬合 作者:佚名 文章來源:不詳 點擊數(shù):164 更新時間:2006-1-4 【字體:小 大】【發(fā)表評論】【加入收藏】【告訴好友】【打印此文】【關(guā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
上傳時間: 2014-01-24
上傳用戶:liansi
第 一 節(jié) ispDesignEXPERT 簡 介 第 二 節(jié) ispDesignEXPERT System 的 原 理 圖 輸 入 第 三 節(jié) 設(shè) 計 的 編 譯 與 仿 真 第 四 節(jié) ABEL 語 言 和 原 理 圖 混 合 輸 入 第 五 節(jié) ispDesignEXPERT System 中 VHDL 和Verilog 語 言 的 設(shè) 計 方 法 第 六 節(jié) 在 系 統(tǒng) 編 程 的 操 作 方 法 第 七 節(jié) ModelSim 的 使 用 方 法 附 錄 一 ispDesignEXPERT System 上 機 實 習(xí) 題 附 錄 二 ispDesignEXPERT System 文 件 后 綴 及 其 含 義
標(biāo)簽: ispDesignEXPERT System
上傳時間: 2015-06-22
上傳用戶:lmeeworm
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
上傳時間: 2015-06-23
上傳用戶:372825274
暫時只支持jpeg2000支持的 cdf97 和spline53 可以這樣來測試: 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
上傳時間: 2014-01-14
上傳用戶:懶龍1988
使用pso求最小化一函數(shù) matlab程式碼,寫的非常簡潔(不到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
上傳時間: 2013-12-18
上傳用戶:zhaiye
首先定義一個點類Point,其私有成員為其坐標(biāo)X,Y。設(shè)計構(gòu)造函數(shù),拷貝構(gòu)造函數(shù),析構(gòu)函數(shù)(可以什么都不做,只打印信息,表示其被調(diào)用),設(shè)置新值函數(shù)Set, 打印成員值函數(shù)Print。再定義一個線類Line,線類是在公有繼承點類的基礎(chǔ)上,新增私有成員斜率S,并設(shè)計構(gòu)造函數(shù),拷貝構(gòu)造函數(shù),析構(gòu)函數(shù)(可以什么都不做,只打印信息,表示其被調(diào)用),設(shè)置新值函數(shù)Set, 打印成員值函數(shù)Print以及其它你認(rèn)為對訪問此Line類對象有用的成員函數(shù)。并用此Line類定義對象,調(diào)用所有成員函數(shù)。尤其是考察構(gòu)造函數(shù)的調(diào)用順序。
上傳時間: 2015-07-07
上傳用戶:xfbs821
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1