Categorygithub.com/wiless/channelmodel
modulepackage
0.0.0-20191023171439-ebb3805e5b36
Repository: https://github.com/wiless/channelmodel.git
Documentation: pkg.go.dev

# README

About

This channelmodel (CM) library implements different IMT2020 channel models from ITU and 3GPP. You can use this model for simulation of wireless systems.

Install

go get github.com/wiless/channelmodel

Sample Usage

  import "github.com/wiless/channelmodel"


  var rma CM.RMa
  plmodel:=CM.RMADefault()
  plmodel.SetFGz(0.7);
  rma.Set(plmodel)
  
  d=300; // in meters
  pl, err := rma.PLlos(dist)  // returns LOS-Pathloss for the distance 'd'
 
 
  pl, err = rma.PLnlos(dist)  // returns NLOS-Pathloss for the distance 'd'
 
 
 
  pl,islos,err = rma.PL(dist)  // returns Pathloss for the distance 'd' by randomly assigning LOS/NLOS, based on P_LOS distribution as in Specification 
 
 
   

# Packages

No description provided by the author
No description provided by the author

# Functions

AutoCorrFn implements AutoCorrelation between SF for links from same site M.2412 See TABLE A1-22 (end) pg77 3.3.1 of WINNER II Channel Models [15] See Section 7.4.4 : 38.901.
EvaluatePL returns the pathloss values for all the distances for the frequency, when fGHz or dist is not Supported, it returns error and corresponding values with DEFAULTERR_PL=99999 (not communicatable channel).
https://wikimedia.org/api/rest_v1/media/math/render/svg/2748541aa04938707a3d25923da2290f4d32ab59.
No description provided by the author
No description provided by the author
InHDefault returns a default Indoor HotSpot Model settings.
No description provided by the author
No description provided by the author
All loss below are in dB.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
O2ICarLossDb returns the Car penetration loss in dB Ref M.2412 Section 3.3 μ = 9, and σP = 5.
RandLogNorm returns a log-normal distributed random variable with mean = u and std-devation = sigma.
Returns a default RMA Model settings.

# Constants

No description provided by the author
No description provided by the author
Speed of light.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author