Hey there:
      I have faced the same question in my work, according to your solution
that set the Fixed Frame Length parameter to 1. I checked the OFDM Frame
Equalizer block in ofdm_txrx.py(the file direction:
gnuradio->gr-digital->python->digital), and i found the next codes:

header_eq=digital.ofdm_equalizer_vcvc(
      header.equalizer.base(),
      cp_len,
      self.frame_length_tag_key,
      True,
      1   #Header is 1 symbol long,
)
According to your solution, which parameter i need to set to 1 in the codes?
I'm a green hand in Gnuradio, hoping for your answer .

Han 





--
View this message in context: 
http://gnuradio.4.n7.nabble.com/Fwd-Questions-on-rx-ofdm-example-in-GR-3-7-1-tp43833p60074.html
Sent from the GnuRadio mailing list archive at Nabble.com.

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to