mmCEsim 0.3.0
mmWave Channel Estimation Simulation
lang.h File Reference

Export Languages. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  Lang {
  CPP , MATLAB , OCTAVE , PY ,
  IPYNB
}
 Export language. More...
 

Detailed Description

Export Languages.

Author
Wuqiong Zhao (wqzha.nosp@m.o@se.nosp@m.u.edu.nosp@m..cn)
Version
0.2.1
Date
2023-05-04

Enumeration Type Documentation

◆ Lang

enum class Lang
strong

Export language.

Options are CPP, MATLAB, PYTHON and IPYNB.

Enumerator
CPP 

C++ with Armadillo library.

MATLAB 

MATLAB.

OCTAVE 

GNU Octave.

PY 

Python with NumPy library.

IPYNB 

IPyNb with NumPy library.