Giter VIP home page Giter VIP logo

sdr_matlab_lte's Introduction

SDR_Matlab_LTE

This simple OFDM demo is based on LTE downlink format for testing SDR hardware.

Using Software Designed Radio (SDR) to transmit OFDM signals at 2.4 GHz.

Transmitter and Receiver hardware : Zedboard (Xilinx Zynq®-7000) + AD9361 (Analog Device-FMCOMMS3)

Program GUI_RX

Software needed :

Code Structure :

Please open Matlab windows to run

  • Main_self.m for one transceiver
  • Main_TwoBoard.m for transmitter and receiver

GUI_RX

Program GUI_RX Video Demo : https://youtu.be/jywNhMAHi7Y

Program GUI gif

TX RX Hardware Parameters

Center Frequency 2.4 GHz
Bandwidth 10 MHz
Sampling Rate 15.36 MS/s
Mapping 64 QAM
FFT Size 1024
Cyclic Prefix Length 80 (symbol#0), 72(symbol#1~6)
Resource Block 50
Samples Per Frame 307200
PC Host IP address 192.168.3.1
TX IP address 192.168.3.6
RX IP address 192.168.3.7

The way to change Hardware IP / Mac address

Edit /etc/init.d/rc.local file in Linux OS

## Change MAC address
sudo ifconfig eth0 down
sudo ifconfig eth0 hw ether 00:0A:35:00:01:23
sudo ifconfig eth0 up

Then, use router DHCP hand setting mode to distribute network configuration parameters : Router setting

Hardware shut down process

To shut down the hardware properly, execute the commands below.

Enter Linux by ssh :

Default password :

analog

Shutdown command :

sudo shutdown -h now

sdr_matlab_lte's People

Contributors

meowlucian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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