Talk:Packet Communications: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(Tips for first section on Packet Processing)
 
(No difference)

Latest revision as of 02:08, 5 May 2022

Tips for: Simulating Baseband Packet Processing section (GNU Radio 3.10.1.1)

If not already obvious:

  • Variable Values: len_key & num_key must be in quotes "" (ex. "packet_len")
  • Repack Bits: set Length Tag Key = "packet_len" (for both TX and RX)
  • Repack Bits: set Endianness = MSB (for both TX and RX... although I am not sure why LSB does not work?)