示例#1
0
def phase_arr(dft):
    return _presto.phase_arr(dft)
示例#2
0
def phase_arr(dft: "fcomplex") -> "long *":
    return _presto.phase_arr(dft)