All Projects → MeowLucian → SDR_Matlab_LTE

MeowLucian / SDR_Matlab_LTE

Licence: other
📡 Using Software Designed Radio to transmit LTE downlink signals at 2.4 GHz

Programming Languages

matlab
3953 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to SDR Matlab LTE

SDR Matlab OFDM 802.11n
📡 Using Software Designed Radio to transmit MIMO-OFDM QPSK signals at 5 GHz
Stars: ✭ 44 (+109.52%)
Mutual labels:  radio, zynq, hardware, xilinx, sdr, analog-devices, zedboard, ofdm, ad9361, fmcomms3, fmcomms, xilinx-zynq
Openwifi
open-source IEEE 802.11 WiFi baseband FPGA (chip) design
Stars: ✭ 2,257 (+10647.62%)
Mutual labels:  zynq, xilinx, sdr, analog-devices, software-defined-radio, ofdm, ad9361
Rfsec Toolkit
RFSec-ToolKit is a collection of Radio Frequency Communication Protocol Hacktools.无线通信协议相关的工具集,可借助SDR硬件+相关工具对无线通信进行研究。Collect with ♥ by HackSmith
Stars: ✭ 1,085 (+5066.67%)
Mutual labels:  radio, hardware, sdr
SHA256Hasher
SHA-256 IP core for ZedBoard (Zynq SoC)
Stars: ✭ 25 (+19.05%)
Mutual labels:  zynq, xilinx, zedboard
Soapy power
Obtain power spectrum from SoapySDR devices (RTL-SDR, Airspy, SDRplay, HackRF, bladeRF, USRP, LimeSDR, etc.)
Stars: ✭ 88 (+319.05%)
Mutual labels:  radio, sdr, software-defined-radio
Qspectrumanalyzer
Spectrum analyzer for multiple SDR platforms (PyQtGraph based GUI for soapy_power, hackrf_sweep, rtl_power, rx_power and other backends)
Stars: ✭ 677 (+3123.81%)
Mutual labels:  radio, sdr, software-defined-radio
Airspy Fmradion
Software decoder for FM/AM broadcast radio with AirSpy R2 / Mini, Airspy HF+, and RTL-SDR
Stars: ✭ 59 (+180.95%)
Mutual labels:  radio, sdr, software-defined-radio
Rtl Sdr
library for turning a RTL2832 based DVB dongle into a Software DefinedReceiver; mirror from https://git.osmocom.org/rtl-sdr/
Stars: ✭ 336 (+1500%)
Mutual labels:  radio, sdr, software-defined-radio
quince
a 2.4 GHz SDR neighbor using 1 bit ADC
Stars: ✭ 24 (+14.29%)
Mutual labels:  radio, hardware, sdr
RTLion
Multipurpose RTL-SDR Framework for RTL2832 based DVB-T receivers
Stars: ✭ 88 (+319.05%)
Mutual labels:  radio, sdr, software-defined-radio
Hackrf
low cost software radio platform
Stars: ✭ 4,286 (+20309.52%)
Mutual labels:  radio, hardware, sdr
Pagermon
Multimon-ng pager message parser and viewer
Stars: ✭ 154 (+633.33%)
Mutual labels:  radio, sdr, software-defined-radio
Rtlsdr Scanner
A cross platform Python frequency scanning GUI for the OsmoSDR rtl-sdr library
Stars: ✭ 544 (+2490.48%)
Mutual labels:  radio, sdr
Gnuradio
GNU Radio – the Free and Open Software Radio Ecosystem
Stars: ✭ 3,297 (+15600%)
Mutual labels:  radio, sdr
Luaradio
A lightweight, embeddable software-defined radio framework built on LuaJIT
Stars: ✭ 509 (+2323.81%)
Mutual labels:  radio, sdr
System Bus Radio
Transmits AM radio on computers without radio transmitting hardware.
Stars: ✭ 5,831 (+27666.67%)
Mutual labels:  radio, software-defined-radio
Iot Pt
A Virtual environment for Pentesting IoT Devices
Stars: ✭ 218 (+938.1%)
Mutual labels:  radio, hardware
Trunk Recorder
Records calls from a Trunked Radio System (P25 & SmartNet)
Stars: ✭ 505 (+2304.76%)
Mutual labels:  radio, sdr
Gr Nrsc5
A GNU Radio implementation of HD Radio (NRSC-5)
Stars: ✭ 73 (+247.62%)
Mutual labels:  radio, sdr
Adsb Out
📶 1090ES ADS-B Out Add-on
Stars: ✭ 74 (+252.38%)
Mutual labels:  radio, sdr

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].