[ot][spam][random][crazy][random][crazy]

Undescribed Horrific Abuse, One Victim & Survivor of Many gmkarl at gmail.com
Thu Nov 10 09:45:58 PST 2022


def phase_shift_complex(data, angle_shift):
    mags, angles = np.abs(data), np.angle(data)
    return mags * np.exp(1j * (angles + angle_shift))


More information about the cypherpunks mailing list