PremNerella
Newbie level 3
- Joined
- Jan 21, 2012
- Messages
- 3
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,309
**broken link removed** is an important design in IEEE 802.11ad receiver implemented in Packet detection, Channel Estimation and Data demodulation in Control PHY. Fig.1 describes architecture of Golay Correlator. IEEE 802.11AD PHY std specifies three different Golay Codes of length 128, 64 and 32. Golay code generator is specified by Delay elements and Weights.
GolayCorrelator_GUI.m is a GUI application developed from GolayCorrelator.m function. Sub functions of GolayCorrelator.m include ring_buffer.m.
This function can be used either to generator Golay codes (Lengths 128,64,32) or perform correlation on input sequence with Golay codes specified by Length.
Detailed documentation is provided in M-files.
View attachment GolayCorrelator.zip
GolayCorrelator_GUI.m is a GUI application developed from GolayCorrelator.m function. Sub functions of GolayCorrelator.m include ring_buffer.m.
This function can be used either to generator Golay codes (Lengths 128,64,32) or perform correlation on input sequence with Golay codes specified by Length.
Detailed documentation is provided in M-files.
View attachment GolayCorrelator.zip