[Numpy-discussion] More complex data types

Neal Becker ndbecker2 at gmail.com
Fri Oct 5 09:33:28 EDT 2007


I'm thinking (again) about using numpy for signal processing applications. 
One issue is that there are more data types that are commonly used in
signal processing that are not available in numpy (or python). 
Specifically, it is frequently required to convert floating point
algorithms into integer algorithms.  numpy is fine for arrays of integers
(of various sizes), but it is also very useful to have arrays of
complex<integers>.  While numpy has complex<double,float>, it doesn't have
complex<int,int_64...>  Has anyone thought about this?




More information about the NumPy-Discussion mailing list