anastas / gr-cdma

a cdma physical layer for Gnuradio
85 stars 39 forks source link

Add new block: Packet Error Calculator #13

Closed yang-sec closed 8 years ago

yang-sec commented 8 years ago

Packet Error Calculator added. The block name in source code is pac_err_cal

anastas commented 8 years ago

Please make the following changes and resubmit:

1) Change the "int" values to "unsigned long" so that we can handle larger window/index sizes

2) Make the tag name "cdma_packet_num" a parameter to that block, so that this block can be reused by others with different tag names for the packet index.

3) Add some minor documentation in the h/cc/xml files.