def __init__(self):
self.outputNames=("OUTPUT",) # one output terminal named "output"
self.outputTypes=("prim_int",) # the type is primitive int.
self.data_array = []
self.prefix = './temp'
self.wlen = 512
self.K = np.sum(hamming(self.wlen, False))/self.wlen
评论列表
文章目录