搜索资源列表
FHSS_DSSS_CDMA.rar
- 直接序列扩频DSSS, 跳频扩频FHSS, 码分多址CDMA编译码, 的实现,the realization of Direct Sequence Spread Spectrum DSSS, frequency hopping spread spectrum FHSS, Code Division Multiple Access CDMA codec,
multiple_access_protocols
- 系统分别对无线通信中的几种重要的多址接入协议进行了仿真,包括pure-ALOHA,slotted-ALOHA,CSMA以及ISMA,对每种协议的信噪比-误码率关系进行了分析。-Of wireless communications systems are in several important multiple access protocol simulation, including the pure-ALOHA, slotted-ALOHA, CSMA and ISMA, signal to
wirelesscomm
- In this project we analyze and design the minimum mean-square error (MMSE) multiuser receiver for uniformly quantized synchronous code division multiple access (CDMA) signals in additive white Gaussian noise (AWGN) channels.This project is mainly bas
alliances
- R. Lin and A.P. Petropulu, 揂 New Wireless Medium Access Protocol Based On Cooperation,擨EEE Trans. on Signal Processing, vol. 53, no. 12, pp. 4675-4684, December 2005. (MATLAB code).
cdma
- 通信系统中的接入信道部分进行仿真与分析,运用MATLAB软件对接入信道部分进行设计,并逐步地对各个模块进行分析、仿真与验证。-Communication systems part of the access channel simulation and analysis
cdma2000-UV_Simulator
- 一个cdma2000的系统仿真器,附英文手册-The cdma2000-UV Simulator estimates the performance of data transmissions at the physical layer of the mobile communications technology cdma2000 1X. These wireless data transmissions enable the communication between mobile
zmac.tar
- Z mac is the medium access control which is the combination of both TDMA and CDMA
wcdma
- Code for wcdma.This is used in wide band code divison multiple acce-Code for wcdma.This is used in wide band code divison multiple access
IDMA
- 第四代通信可选技术IDMA即交织区分多址,可以给出误码率曲线图-An optional fourth-generation communications technology that is interwoven distinguish IDMA multiple access, you can give the bit error rate curve
agilent_wimax_ofdm
- AGILENT关于OFDMA设计的难得的参考资料-This application note is a guide to effective measurement and troubleshooting of IEEE 802.16e OFDMA “Mobile WiMAX” signals, components, and systems. The most distinctive term used to describe this new technology i
POMDP
- Decentralized Cognitive MAC for Opportunistic Spectrum Access in Ad Hoc Networks A POMDP Framework
script1
- WCDMA downlink imulaation using scr ipt1.m file. It is good for understanding of 3G networks, specially for wideband coded multiple access in downlink communication!
macprotocol
- 无线环境中,手机、计算机等接入信道的mac层协议-At wireless radio environment,handphone、computor use mac potocol to access chanel.
PRMA
- source code for (Packet Reservation Multiple Access)PRMA algorithm. this source code contains on-off traffic, poisson traffic and exponential traffic
25855-200
- 3rd Generation Partnership Project Technical Specification Group Radio Access Network High Speed Downlink Packet Access Overall UTRAN Descr iption (Release 5)
How-to-access-parallel-port-in-MATLAB
- How to access parallel port in MATLAB
wireless-access-systems
- 针对无线接入系统,包括蓝牙等的matlab模型仿真-For wireless access systems, including Bluetooth, etc. matlab model simulation
mccdma
- multi carrier code devision multiple access matlab code
仿真作业(新)
- 惯性制导相关的程序,INS/GPS的联合,欢迎下载访问。(Inertial guidance related programs, the union of INS/GPS, welcome download access.)
CSMAWithCollisionDetection实验
- 成员变量 private int stationNum; 准备发送的站的数量 private const int maxLength = 1500 * 8; 一帧的最大长度,单位为位 private const int rate = 512; 时钟为512,单位为100ns private const int maxCollisionNum = 16; 最大冲突数 private const int maxTotalTime = 10000; 最大时隙数 private i