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

Undescribed Horrific Abuse, One Victim & Survivor of Many gmkarl at gmail.com
Thu Nov 17 09:01:46 PST 2022


(Pdb) p create_freq2time(freqs=fftfreq(repetition_samples=4,
complex=True)).round(3)
array([[ 0.25-0.j  ,  0.25-0.j  ,  0.25-0.j  ,  0.25-0.j  ],
       [ 0.25-0.j  ,  0.  +0.25j, -0.25+0.j  , -0.  -0.25j],
       [ 0.25-0.j  , -0.25+0.j  ,  0.25-0.j  , -0.25+0.j  ],
       [ 0.25-0.j  , -0.  -0.25j, -0.25+0.j  ,  0.  +0.25j]])
(Pdb) p create_freq2time(freqs=fftfreq(repetition_samples=4,
complex=False)).round(3)
array([[ 0.25,  0.25,  0.25,  0.25],
       [ 0.5 , -0.  , -0.5 , -0.  ],
       [ 0.25, -0.25,  0.25, -0.25]])


More information about the cypherpunks mailing list