1 Star 1 Fork 2

ZHJEE / SDR_Matlab_LTE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

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 512
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 :

ssh analog@192.168.3.X

Default password :

analog

Shutdown command :

sudo shutdown -h now

空文件

简介

:satellite: Using Software Designed Radio to transmit LTE downlink signals at 2.4 GHz 展开 收起
Matlab 等 2 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Matlab
1
https://gitee.com/ZHJEE/SDR_Matlab_LTE.git
git@gitee.com:ZHJEE/SDR_Matlab_LTE.git
ZHJEE
SDR_Matlab_LTE
SDR_Matlab_LTE
master

搜索帮助