channel model -凯发k8网页登录

simulate channel models for wireless systems

a channel model is a mathematical representation of the effects of a communication channel through which wireless signals are propagated. the channel model can represent the power loss incurred by the signal as it travels through the wireless medium. in a more general case, the channel model is the impulse response of the channel medium in the time domain or its fourier transform in the frequency domain. the channel impulse response of a wireless communication system typically varies randomly over time.

by using channel models with your wireless system design in matlab® and simulink®, you can optimize link performance, perform system architecture tradeoffs, and provide a realistic assessment of the overall system performance.

channel models can be classified in four categories:

  1. path loss
  2. purely stochastic
  3. spatial
  4. ray tracing

path loss

path loss channel models represent the power reduction of a transmitted signal as it traverses the wireless medium. they do not perform any filtering on the signal. these channel models are based on the medium through which the signal travels, such as free space, rain, fog, or gas. you can use the function in matlab to calculate the free space path loss for a communications link.

purely stochastic

purely stochastic channel models address thermal noise generation and multipath fading channels. they do not require any knowledge of the geometry of the link being modeled. an additive white gaussian noise (awgn) channel models the electronic noise in a receiver front end. this noise is spectrally flat, and its amplitude follows a gaussian pdf. you can use the communications toolbox™ function to simulate the addition of this noise to a signal.

a multipath fading channel exhibits delay spread, in which multiple copies of the transmitted signal arrive at the receiver. these copies typically are attenuated and phase shifted relative to the original. this channel can be modeled with an impulse response. the figure below shows a matlab time domain plot of a representative impulse response.

matlab impulse response plot.

the delay spread of a channel is the time duration between the first and last multipath components with significant energy. if the reciprocal of the delay spread is much greater than the signal bandwidth, then the fading is called frequency flat. if that reciprocal is comparable to or less than the signal bandwidth, then the fading is called frequency selective. the matlab figure below shows the response of a frequency selective channel with the impulse response above.

frequency selective channel frequency response.

spatial

modern wireless systems typically use beamforming to direct energy toward desired receivers and away from interferers. beamforming requires a transceiver to use antenna arrays, giving rise to multiple-input multiple-output (mimo) systems. spatial channel models were developed to better represent mimo links, since previously developed channel models did not account for array geometries and array responses. as the name suggests, these channel models enable the prediction of the angles of departure (aod) and arrival (aoa) of signals in a wireless system. these models typically define scatterers that reflect transmitted signals to a receiver. the diagram below depicts these scatterers, also known as clusters, with two circles.

scatterers between a transmitter and receiver.

the is one such spatial channel model (scm), and it utilizes a cluster delay line (cdl) to model individual links and multi-link systems.

ray tracing

where spatial channel models do not explicitly specify the locations of scatterers, ray tracing channel models do. they use precise building location information to generate outdoor channel models, and precise room information to generate indoor models. one output of a ray tracing analysis is an impulse response that can be used to filter an input signal.

the figure below shows a representative point-to-point analysis between a transmitter and receiver in an actual urban environment, generated by the communications toolbox function.

urban point-to-point analysis.

why are channel models important?

  • they are essential to predict link performance (e.g., ber) in a single-user scenario.
  • they are crucial to predict system performance (e.g., throughput, latency) in a multi-user scenario.
  • they reduce the need for costly channel measurement projects.

communications toolbox, 5g toolbox™, wlan toolbox™, lte toolbox™, and phased array system toolbox™ provide numerous channel models in all of the above categories, for both generic and standards-based applications.


examples

path loss

purely stochastic

spatial

ray tracing


software reference

path loss

  • - rf signal attenuation due to rainfall using crane model

purely stochastic

  • - filter input signal through multipath rayleigh fading channel
  • - filter signal through an 802.11ax multipath fading channel

spatial

  • - generate channel coefficients using winner ii channel model
  • - send signal through cdl channel model

ray tracing

  • - plot propagation paths between sites
  • - permittivity and conductivity of building materials

see also: wireless communications, ofdm, massive mimo, rf system, 5g wireless technology, 5g toolbox, lte toolbox, wlan toolbox, communications toolbox, phased array system toolbox, dvb-s2, , bluetooth mesh,

free ebook

learn to integrate ai into every step of the wireless system design workflow, from data preparation to deployment using matlab.

网站地图