python - Doesn't NumPy/SciPy have complex numbers of "int" type? -
i writing numpy/scipy routines processing spectra, consist of complex numbers.
according found following website, seems complex number formats floating-point formats.
http://docs.scipy.org/doc/numpy/user/basics.types.html
however, i'd make routine can handle spectra in fixed-point format.
are there easy ways this?
Comments
Post a Comment