UWB channel model

Implementation of the IEEE 802.15.3a UWB channel model.
14.6K Downloads
Updated 12 Jan 2005

No License

The IEEE Multipath Channel block simulates an indoor UWB channel as described in "A Channel Model for Ultrawideband Indoor Communications" by J.R. Foerster, M. Pendergrass and A.F. Molisch, November 2003, and attempts to incorporate the processes used in their MATLAB scripts.

The discrete input is convolved with a realization of the channel impulse response. This response can be one of 4 types (CM1, CM2, CM3 or CM4) described in the paper or a custom channel with user-defined parameters. Response terms that extend beyond one symbol period (ISI) are added to the output for the next symbol period.

Sample time is the rate at which the discrete signal is processed through the channel. It represents the time resolution of the channel and is entered in nsec. The symbol period is the time period of each data symbol and is entered as an integral number of sample times. For example, enter
Sample Time: 0.02
Symbol Period: 100
for a signal with a symbol period of 2 nsec. and a sampling period of 20 psec. Symbols per fade refers to the number of symbol periods over which the channel does not change.

Channel choices are
CM1 IEEE line of sight, < 4m
CM2 IEEE non-line of sight, < 4m
CM3 IEEE non-line of sight, 4-10m
CM4 IEEE strong dispersion, delay spread of 25 nsec.
custom define parameters manually

Created by Tim Becker, MSEE student at San Jose State University. November 2004.

Cite As

Robert Morelos-Zaragoza (2024). UWB channel model (https://www.mathworks.com/matlabcentral/fileexchange/6697-uwb-channel-model), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14SP1
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on WLAN Toolbox in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

UWB_Channel_IEEE_802_15_3a/

Version Published Release Notes
1.0.0.0

Updated description of "Symbols per fade" parameter