Wireless Channel Modeling and Propagation

Wireless Channel Modeling and Propagation

Comprehensive coverage of wireless signal propagation effects including attenuation, shadowing, fading, and interference. Explains frequency-selective fading, Doppler spread, coherence bandwidth, coherence time, and their implications for bit rate adaptation protocols.

SoftPHY Hints and Cross-Layer Protocol Design

SoftPHY Hints and Cross-Layer Protocol Design

Presents PHY-aware link layer design with SoftPHY hints for bit error rate estimation and streaming PHY interface. Discusses SoftRate bit rate adaptation protocol and SoftCMAP MAC protocol that leverage cross-layer information for improved wireless throughput.

Wireless Channel Characteristics and PHY Layer Design

Wireless Channel Characteristics and PHY Layer Design

Introduction to wireless communication networks covering challenges in wireless data throughput improvement. Discusses signal propagation, SNR fluctuations, wireless channel complexities compared to wired networks, multipath fading, interference issues, and PHY/link layer interactions.

XV6 Kernel Implementation and Architecture

XV6 Kernel Implementation and Architecture

Comprehensive documentation of XV6, a re-implementation of Unix Version 6 (v6) for modern x86-based multiprocessor systems using ANSI C. Contains detailed source code listings, cross-references, system calls, memory management, process handling, file systems, and boot procedures.

Bigtable Distributed Storage System by Google

Bigtable Distributed Storage System by Google

Bigtable is a scalable, distributed storage system for structured data supporting large-scale applications like web indexing and mapping. It employs a sparse, persistent, multi-dimensional map model enabling flexible, high-performance data storage on commodity hardware