his folder contains the following files:
1. 02490rxP802-15_SG3a-Channel-Modeling-Subcommittee-Report-Final.doc: This is the final
report of the channel modeling sub-committee.
2. cmx_imr.csv (x=1, 2, 3, and 4) represent the files containing the actual 100 channel
realizations for CM1, CM2, CM3, and CM4. The columns are organized as (time, amp, time, amp,...)
3. cmx_imr_np.csv (x=1, 2, 3, and 4) represent the files containing the number of paths in
each of the 100 multipath realizations.
4. cmx_imr.mat (x=1, 2, 3, and 4) are the .mat files that can be loaded directly into
Matlab (TM).
5. *.m files are the Matlab (TM) files used to generate the various channel realizations.
標簽:
a-Channel-Modeling-Subcommittee-R
following
contains
folder
上傳時間:
2013-12-21
上傳用戶:hxy200501
//在tc3.0++在運行
//a數組用于隨機產生1-6數表示每個方格后面的圖形.用inita()函數來實現
//c數組用于記錄方格的狀態,用字符L(lock)表示沒有打開的方格
//D(delete)表示已消去的方格.O(open)表示打開的方格.
//變量m表示按回車鍵的有效次數.也是記憶力參數,越小記憶力越好
//變量xpos,ypos用于表示當前光標所在的位置
//(x1,y1),(x2,y2)用于記錄打開的兩個方格的位置
//judge()函數用于控制光標范圍,使其不能移出長方形
//win()函數用于判斷游戲是否過關,通過判斷每個方格是否全是 D 狀態
//xago,yago 用于記錄移動前的位置
//ax,ay表示行列式的行與列,用它們來控制游戲的關數,ax位于3-6之間,ay位于4-7之間
//z來控制方格后的圖形
//第一關后面的圖形用1-6代表的圖形.第二關后面的圖形用0-9十個數。第三關后面的圖形用A-O十五個字母,
//第四關后面的圖形用A-T二十一個字母
標簽:
inita
lock
3.0
數組
上傳時間:
2015-06-19
上傳用戶:hgy9473