Coarse/Fine Frequency Offset Estimation & Compensation
Channel Estimation & One-Tap Equalizer
Data De-Mapping
Not implemented yet
AGC (Auto Gain Control)
Fine Symbol Timing Estimation
Convolutional Decoding
De-Interleaving
Frame check calculation (It assumes every packet is the same length)
TX System Model
Short Preamble
Long Preamble
HT-Long Preamble (Tone Interleaving)
Payload
TX signal
TX RX Hardware Parameters
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
The way to change Hardware IP / Mac address
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 :
RX System Model
"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)
请发表评论