機器學習經典書籍The Elements of Statistical Learning--Data Mining, Inference and Prediction. 作者:Friedman
標簽: Statistical Prediction Inference Elements
上傳時間: 2014-12-03
上傳用戶:奇奇奔奔
Channel Estimation and Data Detection for Mobile MIMO OFDM System 一篇詳細介紹Channel Estimation and Data Detection for Mobile MIMO OFDM System的博士論文。
標簽: Estimation Channel Data Detection
上傳時間: 2013-12-15
上傳用戶:gaome
renesas m16c DMA data access sample the whole project is tested in HEW,and works corectly.
標簽: corectly renesas project access
上傳時間: 2013-12-02
上傳用戶:hzy5825468
The DiskPerf filter driver monitors disk-accesses, capturing performance data. It supports Plug and Play, Power Management, and WMI . It is not 64-bit compliant. No INF file is needed to install this driver.
標簽: disk-accesses performance capturing DiskPerf
上傳時間: 2013-12-31
上傳用戶:wuyuying
M-file uses random data which BPSK modulates a carrier to configure a BPSK UWB transmitter. The receiver demodulates the BPSK UWB carrier and the data is recovered.
標簽: BPSK transmitter configure modulates
上傳時間: 2014-08-09
上傳用戶:skfreeman
求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
標簽: gt myfunction function numel
上傳時間: 2014-01-15
上傳用戶:hongmo
求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
標簽: gt myfunction function numel
上傳時間: 2013-12-26
上傳用戶:dreamboy36
求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
標簽: gt myfunction function numel
上傳時間: 2016-06-28
上傳用戶:change0329
求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
標簽: gt myfunction function numel
上傳時間: 2014-09-03
上傳用戶:jjj0202
凌陽單片機DATA、CODE、TEXT三條偽指令的用法及區別.
上傳時間: 2013-11-28
上傳用戶:exxxds