Git Product home page Git Product logo

emtc's Introduction

eMTC

This file is design to controll the RRUnit using the UHD-Framework

In order to work with this software there are two steps that have to be completed:

Step no 1. Prepare the environment of the hoasting machie ( either VirtualMachine or PhysicalMachine) Note check the commands below.

Step no 2. Build the eMTC project. Note check the commands below.

Step no 3. In order to run the software, go to the $eMTCPATH/build director and run the below command

The project structure:

.
├── build.sh
├── CMakeLists.txt
├── fisier_main
├── fisier_main.cpp
├── logs
│   ├── cmake.log
│   └── make.log
├── output
│   └── output.log
├── prepare_environment.sh
├── README.md
├── RXtoUDP.cpp
└── stare_dispozitiv.h

2 directories, 11 files

Prepare the hoast machine environment in order to work with the UHD Framework

mihai@mihaix411ua:~/eMTC$ ./prepare_environment.sh

In order to build the project please run the following command:

mihai@mihaix411ua:~/eMTC$  ./build.sh 
###############################
The compile process has started
###############################
The process has finished
###############################

After the compilation of the project the structure of the project directory it is the following:

.
├── build
│   ├── CMakeCache.txt
│   ├── CMakeFiles
│   │   ├── 3.5.1
│   │   │   ├── CMakeCCompiler.cmake
│   │   │   ├── CMakeCXXCompiler.cmake
│   │   │   ├── CMakeDetermineCompilerABI_C.bin
│   │   │   ├── CMakeDetermineCompilerABI_CXX.bin
│   │   │   ├── CMakeSystem.cmake
│   │   │   ├── CompilerIdC
│   │   │   │   ├── a.out
│   │   │   │   └── CMakeCCompilerId.c
│   │   │   └── CompilerIdCXX
│   │   │       ├── a.out
│   │   │       └── CMakeCXXCompilerId.cpp
│   │   ├── cmake.check_cache
│   │   ├── CMakeDirectoryInformation.cmake
│   │   ├── CMakeError.log
│   │   ├── CMakeOutput.log
│   │   ├── CMakeTmp
│   │   ├── feature_tests.bin
│   │   ├── feature_tests.c
│   │   ├── feature_tests.cxx
│   │   ├── fisier_main.dir
│   │   │   ├── build.make
│   │   │   ├── cmake_clean.cmake
│   │   │   ├── CXX.includecache
│   │   │   ├── DependInfo.cmake
│   │   │   ├── depend.internal
│   │   │   ├── depend.make
│   │   │   ├── fisier_main.cpp.o
│   │   │   ├── flags.make
│   │   │   ├── link.txt
│   │   │   └── progress.make
│   │   ├── Makefile2
│   │   ├── Makefile.cmake
│   │   ├── progress.marks
│   │   └── TargetDirectories.txt
│   ├── cmake_install.cmake
│   ├── fisier_main
│   └── Makefile
├── CMakeLists.txt
├── fisier_main
├── fisier_main.cpp
└── stare_dispozitiv.h

7 directories, 38 files

The following output it is the aspected one

mihai@mihaix411ua:~/eMTC/build$ ./fisier_main 
[INFO] [UHD] linux; GNU C++ version 7.3.0; Boost_106501; UHD_3.14.0.0-release
[WARNING
] [UHD] Unable to set the thread priority. Performance may be negatively affected.
Please see the general application notes in the manual for instructions.
EnvironmentError: OSError: error in pthread_setschedparamCreating the usrp device with: ...

[INFO] [B200] Detected Device: B200mini
[INFO] [B200] Operating over USB 3.
[INFO] [B200] Initialize CODEC control...
[INFO] [B200] Initialize Radio control...
[INFO] [B200] Performing register loopback test... 
[INFO] [B200] Register loopback test passed
[INFO] [B200] Setting master clock rate selection to 'automatic'.
[INFO] [B200] Asking for clock rate 16.000000 MHz... 
[INFO] [B200] Actually got clock rate 16.000000 MHz.
Using Device: Single USRP:
  Device: B-Series Device
  Mboard 0: B200mini
  RX Channel: 0
    RX DSP: 0
    RX Dboard: A
    RX Subdev: FE-RX1
  TX Channel: 0
    TX DSP: 0
    TX Dboard: A
    TX Subdev: FE-TX1

Setting RX Rate: 6.250000 Msps...
[INFO] [B200] Asking for clock rate 50.000000 MHz... 
[INFO] [B200] Actually got clock rate 50.000000 MHz.
Actual RX Rate: 6.250000 Msps...

Setting RX Freq: 0.000000 MHz...
Actual RX Freq: 25.000000 MHz...

Setting RX Gain: 0.000000 dB...
Actual RX Gain: 0.000000 dB...

Checking RX: LO: locked ...

Done!


Figure 1. The Final Architecture Target of the Project Imgur

emtc's People

Contributors

crraciun avatar midu16 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.