python computing ECC for 32 bits

前端 未结 0 1214
陌清茗
陌清茗 2021-02-09 04:11

I have a large file I am reading and would like to calculate Error correction and append it to every 32 bits.

int_arr = np.fromfile(file_name, dtype=np.int32)



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题