Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dlpusc.c | 2006-09-20 | 5.0 kB | |
dlfusc.c | 2006-09-20 | 4.9 kB | |
dlamc.c | 2006-09-20 | 1.8 kB | |
allocation.h | 2006-09-20 | 445 Bytes | |
allocation.c | 2006-09-20 | 5.3 kB | |
README | 2006-09-20 | 750 Bytes | |
Makefile | 2006-09-20 | 306 Bytes | |
Totals: 7 Items | 18.5 kB | 0 |
This is a small sample program which implements the IEEE 802.16d specification with regards to allocation of downlink sub-carriers. Currently, three modes of allocation are supported: FUSC, PUSC and AMC. The output of the program is a display of the 2048 carriers, with the status of each carrier marked as follows: 0-9a-zA-Z: Allocations to a specific sub-channel. Subchannel 0-9 are marked '0' to '9', those from 10 to 35 are marked 'a' to 'z' and subsequently 'A' to 'Z'. _ : unallocated # : DC carrier @ : constant pilot (for FUSC), pilot for other allocations % : variable pilot (for FUSC) ^ : guard bands The program has been tested on various Linux platforms. No external libraries, etc. are required. Maintainer: abheek.saha@hsc.com