Nuand / bladeRF-wiphy

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

matlab files #11

Open koliberEng opened 2 years ago

koliberEng commented 2 years ago
  1. There is no example on how to use the matlab files. in wlan_rx.m the input signal "x" is never initialized. It would be nice to have an example file read in for x or a data capture that is used for x.

  2. Acquisition of the signal is probably the very most important part of any receiver design. This function is totally skipped. Does acquisition work in the HDL design in the FPGA? Why is there no model for it?