pyfan.amto.array.geomspace.gen_geom_grid

pyfan.amto.array.geomspace.gen_geom_grid(start, stop, num, geom_ratio, a)[source]
Specify geom_ratio, the z below:

a*z^0=a a*z^1 a*z^2 … … a*z^49=b

Then generate the grid points that is consistent with the geom_ratio

Parameters
start: float

same as in linspace

stop: float

same as in linspace

num: int

same as in linspace

geom_ratio: float

z value below kind of except for rescaling