mirror of
https://github.com/jhshi/openofdm.git
synced 2025-02-20 17:12:51 +00:00
Avoid equalizer module processing HT_STF symbol
This commit is contained in:
parent
0c75a8e8f2
commit
23e61e6a29
@ -371,7 +371,7 @@ equalizer equalizer_inst (
|
||||
.enable(enable & equalizer_enable),
|
||||
|
||||
.sample_in(sync_long_out),
|
||||
.sample_in_strobe(sync_long_out_strobe),
|
||||
.sample_in_strobe(sync_long_out_strobe && !(state==S_HT_SIGNAL && num_ofdm_symbol==6)),
|
||||
.ht_next(ht_next),
|
||||
.pkt_ht(pkt_ht),
|
||||
.ht_smoothing(ht_smoothing),
|
||||
|
Loading…
x
Reference in New Issue
Block a user