This simple OFDM demo is based on IEEE 802.11n OFDM format for testing SDR hardware.
Using Software Designed Radio (SDR) to transmit OFDM signals at 5 GHz.
Transmitter and Receiver hardware : Zedboard (Xilinx Zynq®-7000) + AD9361 (Analog Device-FMCOMMS3)
Before executing this code, please follow this tutorial to install support package for Xilinx Zynq-Based Radio in Matlab.
Please open multiple Matlab windows to run Hardware_TX.m
and Hardware_RX.m
respectively.
TX_signal.mat
OFDM_TX.m
OFDM_RX.m
Video Demo : https://www.youtube.com/watch?v=CiHpd1Z8qK8
- Short Preamble
- Long Preamble
- HT-Long Preamble (Tone Interleaving)
- Payload
- TX signal
Center Frequency | 5 GHz |
---|---|
Baseband Sample Rate (Bandwidth) | 20 MHz |
Ts (Sampling time) | 50 ns |
Samples Per Frame | 3500 |
PC Host IP address | 192.168.3.1 |
TX IP address | 192.168.3.2 |
RX IP address | 192.168.3.3 |
Edit newip.sh
file in SD card
# Flush existing config
ip addr flush dev eth0
ip link set dev eth0 down
# Set up new config
ip addr add 192.168.3.3/24 dev eth0
ip link set eth0 address 00:0A:35:00:01:23
ip route add default via 192.168.3.1
ip link set dev eth0 up
Then, use router DHCP hand setting mode to distribute network configuration parameters :
- "Delay and Correlate" algorithm for Packet Detection
- Packet Detection (normal case) , Threshold=0.75
- Coarse CFO Estimation & Compensation
- Fine CFO Estimation & Compensation
- MIMO Channel Estimation Diagram (Tone Interleaving)
- Channel Estimation & Equalizer
【实例简介】 802.11a matlab源码,很详细的仿真了802.11a的数据流程 【实例截图】 【核心代码】 802.11aOFDMMATLAB仿真代码!(推荐) └── 802.11a OFDM MATLAB仿真代码!(推荐) ├── channel.m ├── create_freq_offset.m ├── get_bits_per_symbol.m ├── get_channel_i
文件名大小更新时间 Matlab_Wireless_Communications_example/WCDMA FDD Simulink Models/Description.doc Matlab_Wireless_Communications_example/WCDMA FDD Simulink Models/WCDMA Model + presentation.zip Matlab_Wirele
Matlab Wireless Communications 各种应用例程 802.11b PHY MATLAB Code Description.doc IEEE80211b_PHY_DBPSK.m Alamouti Scheme with GUI (Performs Monte-Carlo simulation and estimates BER of Alamouti Scheme over
【实例简介】 MATLAB通信技术的全部例程(全)包括WCDMA、ofdm、mimo、各种调制技术、编码技术等 【实例截图】 【核心代码】 362383814Matlab_Wireless_Communications_example └── Matlab_Wireless_Communications_example ├── 802.11b PHY MATLAB Code │ ├── Des