Nuand / bladeRF-wiphy

bladeRF-wiphy is an open-source IEEE 802.11 compatible software defined radio VHDL modem
GNU General Public License v2.0
379 stars 49 forks source link

Some code apparently missing #2

Closed arshaki closed 3 years ago

arshaki commented 3 years ago

Hi, thanks for uploading an interesting project. It looks like some code is missing, could you check?

  1. DSSS transmitter completely missing
  2. FEC viterbi decoder and interleaver missing for DSSS receiver
  3. Matlab files incomplete
rghilduta commented 3 years ago

Only DSSS despreading is functional. The despreader, CRC, and framer for the DSSS CCK rate are in the bladeRF-wiphy/fpga/vhdl/wlandsss files. The Viterbi decoder is in bladeRF-wiphy/fpga/ip/nuand/viterbi_decoder/ . The model for this core is also the same directory. The DSSS decoder in the wlandsss files do not require the Viterbi decoder or a deinterleaver.