Giter VIP home page Giter VIP logo

channel-state-information-prediction's Introduction

Channel State Information Generation and Prediction

We consider a non-reciprocal wireless link between a Base Station (BS) and a user, where a Base Station (BS) transmits information to a mobile user. The mobile user obtains samples of the downlink channel conditions and reports the noisy channel state information to the BS. However, due to communication errors or delay, the received channel information in the BS is not fresh. BS uses the stale and noise channel state information to predict the current channel state information. We consider a Rayleigh feading channel model. In this notebook, we will generate Rayleigh fading channel. Then, using the noisy sequence of stale channels, we will predict current channel state information.

Dataset Generation

The Rayleigh fading process with unit variance is generated by using sum of sinusoids method described in https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=1512123

System Model and Objective

Let $h[j]=h_{re}[j]+i h_{im}[j]$ be the channel state information at time $j$. Target variables at time $j$ is $y[j]=h[j]$ and the feature variable $X[j]$ is the sequence of channel state informations. Let $X[j]=(h[j]+n[j], h[j-1]+n[j-1], \ldots, h[j-u+1]+n[j-u+1])$ be the sequence of channel information, where $n[j]$ is the noise signal and $u$ is called feature length. Our goal is to predict $y[j]$ based on $X[j-\delta]$, where $\delta$ is the age of infroamtion. We will use quadratic loss function. Because $y[j]$ and $X[j-\delta]$ are jointy Gaussian, linear regression is the optimal choice among the supervised learning algorithms.

Impact of age of information and feature length on the inference error

The channel state information (CSI) inference error is non-monotonic with the age of information (AoI). This implies that stale feature can be better. However, as the feature length $u$ increases, the inference error becomes monotonic function of AoI.

test

channel-state-information-prediction's People

Contributors

kamran0153 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.