LCD and Keyboard ARMulator Model for the ADS Source Code
Copy the provided ARMulate folder into your ADS directory tree
at the root, for example in c:\ADSv1_1. If prompted to
overwrite files, choose Yes.
The batch file copy_console.bat will place the appropriate
files inside the \Bin directory so that they will be found by
the ARMulator. You still need to follow the instructions
under "Using the Model" to set up the configuration files.
This documentation is based on the following versions:- pre-release of the wimax Model developed by NIST (file patch-wimax-prerelease-092206)- ns-2.29
此程序是NS2下用C、C++編寫的,主要對Wimax 802.16d和802.16e的MAC層協議的仿真,壓縮文件內部有詳細的說明。
由于NS2運行在Linux下而且是對網絡的模擬,因此把它歸在Linux/網絡類中
該程序為基于粒子濾波的一種新算法,綜合MCMC Bayesian Model Selection即MONTE CARLO馬爾克夫鏈的算法,用來實現目標跟蹤,多目標跟蹤,及視頻目標跟蹤及定位等,解決非線性問題的能力比卡爾曼濾波,EKF,UKF好多了,是我珍藏的好東西,現拿出來與大家共享,舍不得孩子套不著狼,希望大家相互支持,共同促進.
There is an example of how to use the LDPC encode/decode with AWGN
channel Model in files .\ldpc_decode.m and .\GFq\ldpc_decode.m.
There are a few parity check matrices available in the code but
you can use other matrices provided you have enough memory to load
them. I suggest checking out matrices in Alist format available on
David MacKay s web site.You will need to have access to a MEX compiler
to be able to use a few functions written in C.
LDPC的仿真代碼