Giter Site home page Giter Site logo

matlab_ide's Introduction

Simulation for "Finite-Alphabet Precoding for Massive MU-MIMO with Low-resolution DACs"

(c) 2018 Chang-Jen Wang and Chao-Kai Wen e-mail: [email protected] and [email protected]


Information:

  • IDE: Iterative discrete estimation
  • IDE2: Low-complexity version of Iterative discrete estimation

IDE and IDE2 are efficient algorithms for a downlink massive MU-MIMO system with finite-alphabet precodings. For details, please refer to

C. J. Wang, C. K. Wen, S. Jin, and S. H. Tsai, Finite-Alphabet Precoding for Massive MU-MIMO with Low-resolution DACs, IEEE Trans. Wireless Commun., 2018, to appear.

We provide the codes in a way that you can perfrom based on the simulator for "Quantized Precoding for Massive MU-MIMO". Therefore, you can compare severeal different precoding algorithms under the same setting.

How to start a simulation:

  • Step 1. Download the simulator for "Quantized Precoding for Massive MU-MIMO":

    https://github.com/quantizedmassivemimo/1bit_precoding

  • Step 2. Download our proposed precoders (IDE.m & IDE2.m), which can be found

    https://github.com/Wangchangjen/Matlab_IDE

  • Step 3. In precoder_sim.m, find the line

    par.precoder = โ€ฆ

    Replace the line by

    par.precoder = {'IDE','SQUID','IDE2','SDR1','SDRr'}; % select precoding scheme(s) to be evaluated

  • Step 4. In precoder_sim.m, find the line

    switch (par.precoder{pp})

    Include the cases

    case 'IDE'

    [x, beta] = IDE(par.s,Hhat,N0);

    case 'IDE2'

    [x, beta] = IDE2(par.s,Hhat,N0);

  • Step 5. Now, you are ready to run the precodes:

    precoder_sim


The simulator returns a plot of the BER as a function of the SNR.

matlab_ide's People

Contributors

wangchangjen avatar

Watchers

James Cloos 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.