numpy.linspace(start, stop, num=50, endpoint=True, retstep=False, dtype=None)
a=np.linspace(1000,320000,num=32,dtype=int)