WARP Project Forums - Wireless Open-Access Research Platform

You are not logged in.

#1 2007-Oct-11 14:56:05

henryxu
Member
Registered: 2007-Aug-23
Posts: 18

OFDM Register Questions

In PlatformSupport\WARPMAC\warpmac.c, warpmac_init() initializes all of the hardware components.  In particular, our interests are in the OFDM Receiver initialization (lines 677ff).  Where are functions such as mimo_ofdmRx_init() defined? 

Is there a particular sequence or timing required for configuring the OFDM receiver?  Is the code in warpmac.c a sufficient guide?

Other than the initialization code in warpmac_init() is there any other up front initialization required for the OFDM receive registers?

Thanks,

Henry Xu

Offline

 

#2 2007-Oct-12 21:34:41

murphpo
Administrator
From: Mango Communications
Registered: 2006-Jul-03
Posts: 5159

Re: OFDM Register Questions

The various calls to ofdm_TxRx_* in warpmac_init() handle all the up-front initialization of the PHY.

I'll be the first to admit it's not particularly clean at the moment. We're actually re-working WARPMAC and the OFDM TxRx drivers to make it easier to use (and maintain). The code-in-progress is already in the repository, and the new API documentation is coming together. We plan to post an updated reference design using the new code in the next few weeks.

Offline

 

Board footer