亞定方程組求解: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.
標簽: misspecified correlation serial return
上傳時間: 2015-06-16
上傳用戶:熊少鋒
RDS技術是利用調頻多工技術,在調頻廣播的富余頻帶內增設一個副載波信道,用以傳送數據信息。
標簽: RDS
上傳時間: 2013-12-18
上傳用戶:wpwpwlxwlx
最小二乘法曲線擬合 作者:佚名 文章來源:不詳 點擊數:164 更新時間:2006-1-4 【字體:小 大】【發(fā)表評論】【加入收藏】【告訴好友】【打印此文】【關閉窗口】 //最小二乘法曲線擬合 typedef CArray<double,double>CDoubleArray BOOL CalculateCurveParameter(CDoubleArray *X,CDoubleArray *Y,long M,long N,CDoubleArray *A) { //X,Y -- X,Y兩軸的坐標 //M -- 結果變量組數 //N -- 采樣數目 //A -- 結果參數 文章錄入:admin 責任編輯:admin
上傳時間: 2014-01-24
上傳用戶:liansi
基于f54XX的dsp程序,其主要功能是實現錄音以及放音。實用c語言編寫的!
上傳時間: 2013-12-09
上傳用戶:yan2267246
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
暫時只支持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))
標簽: 2000 imageslena studyjpeg imread
上傳時間: 2014-01-14
上傳用戶:懶龍1988
Windows網絡與通信程序設計[配套光盤] 本書將編程方法、網絡協(xié)議和應用實例有機結合起來,詳細闡明Windows編程的各方面內容。本書首先介紹Windows平臺上進行網絡編程的基礎 知識,包括網絡硬件、術語、協(xié)議、Winsock編程接口和各種I/O方法等。然后通過具體實例詳細講述當前流行的高性能可伸縮服務器設計、IP 多播和Internet廣播、P2P程序設計、原始套接字、SPI、協(xié)議驅動的開發(fā)和原始以太數據的發(fā)送、ARP欺騙技術、LAN和WAN上的掃描和偵測技術 、個人防火墻與網絡封包截獲技術等。最后講述IP幫助函數。 本書結構緊湊,內容由淺入深,是學習Windows網絡與通信程序設計的理想書籍
上傳時間: 2013-12-21
上傳用戶:epson850
使用pso求最小化一函數 matlab程式碼,寫的非常簡潔(不到100行),且還包括了2維的圖形展示,和大家分享參考!!! 一起學習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
三匯語音卡,16線模擬卡Sht-16A錄音程序。該程序可以實現通道錄音和通道放音,已經經過本人測試,很不錯。
標簽: 語音卡
上傳時間: 2015-07-05
上傳用戶:lizhizheng88
首先定義一個點類Point,其私有成員為其坐標X,Y。設計構造函數,拷貝構造函數,析構函數(可以什么都不做,只打印信息,表示其被調用),設置新值函數Set, 打印成員值函數Print。再定義一個線類Line,線類是在公有繼承點類的基礎上,新增私有成員斜率S,并設計構造函數,拷貝構造函數,析構函數(可以什么都不做,只打印信息,表示其被調用),設置新值函數Set, 打印成員值函數Print以及其它你認為對訪問此Line類對象有用的成員函數。并用此Line類定義對象,調用所有成員函數。尤其是考察構造函數的調用順序。
上傳時間: 2015-07-07
上傳用戶:xfbs821