Getting error TypeError: 'module' object is not callable while trying to use komm lib examples

前端 未结 0 1548
清歌不尽
清歌不尽 2021-02-05 05:00
import komm as komm
import array
pam = komm.PAModulation(4, base_amplitude=2.0)
pam.constellation
array([-6., -2.,  2.,  6.])
pam.labeling
array([0, 1, 3, 2])
pam.modula         


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