SlideShare a Scribd company logo
1 of 8
PLC MAC TX Path Tmac Description
James
PLC MAC Architecture



              tmac
Tmac
   Tmac Function:
     Beacon generation.
        (BM: central beacon,
         proxy BM: proxy beacon,
         associated and authenticated STAs: discover beacon).
       Long SOF MPDU generation.
       Sound MPDU generation.
       Generate RTS if necessary.
       Fetch CTS, SACK, or Sound ACK from RMAC.
Tmac architecture
Tmac_mpdu
   Generate various types of mpdu




 module tmac_fsm();
  負責控制 tmac state 的轉換,並且產生控制訊號 .
 module mpdu_gen_fsm();
 控制 組成 mpdu 所需要經過的步驟 .
 module fc_gen();
 產生 1901 MPDU 的 Frame Control 部分 (FCCS: CRC-24) ,並根據目前 state 決定產生哪種
MPDU.
 module pb_gen();
 根據 state 去讀取 PBH,PBB/beacon payload/generate padding
Tmac_fsm
Mpdu_gen_fsm
Mpdu_output
   mpdu output

More Related Content

Viewers also liked (15)

O construtor de pontes
O construtor de pontesO construtor de pontes
O construtor de pontes
 
Desempregado
DesempregadoDesempregado
Desempregado
 
Otimismo sempre
Otimismo sempre Otimismo sempre
Otimismo sempre
 
CVRoman
CVRomanCVRoman
CVRoman
 
Pregunta generadora
Pregunta generadoraPregunta generadora
Pregunta generadora
 
Liquidacao na Noruega
Liquidacao na NoruegaLiquidacao na Noruega
Liquidacao na Noruega
 
@Where to put obama
@Where to put obama@Where to put obama
@Where to put obama
 
Produccion de Guiones
Produccion de GuionesProduccion de Guiones
Produccion de Guiones
 
Power p4 2012 13
Power p4 2012 13Power p4 2012 13
Power p4 2012 13
 
Estalvi energetic
Estalvi energeticEstalvi energetic
Estalvi energetic
 
Presentación patos
Presentación patosPresentación patos
Presentación patos
 
Presentación1
Presentación1Presentación1
Presentación1
 
Historia de los notarios
Historia de los notariosHistoria de los notarios
Historia de los notarios
 
Trabajo 3. Derecho Financiero
Trabajo 3. Derecho FinancieroTrabajo 3. Derecho Financiero
Trabajo 3. Derecho Financiero
 
Carros
CarrosCarros
Carros
 

Plc mac tx_path_tmac_description

  • 1. PLC MAC TX Path Tmac Description James
  • 3. Tmac  Tmac Function:  Beacon generation. (BM: central beacon, proxy BM: proxy beacon, associated and authenticated STAs: discover beacon).  Long SOF MPDU generation.  Sound MPDU generation.  Generate RTS if necessary.  Fetch CTS, SACK, or Sound ACK from RMAC.
  • 5. Tmac_mpdu  Generate various types of mpdu module tmac_fsm(); 負責控制 tmac state 的轉換,並且產生控制訊號 . module mpdu_gen_fsm(); 控制 組成 mpdu 所需要經過的步驟 . module fc_gen(); 產生 1901 MPDU 的 Frame Control 部分 (FCCS: CRC-24) ,並根據目前 state 決定產生哪種 MPDU. module pb_gen(); 根據 state 去讀取 PBH,PBB/beacon payload/generate padding
  • 8. Mpdu_output  mpdu output