TFGrid.FromFreqRange#
- classmethod TFGrid.FromFreqRange(n, v_min, v_max, **kwargs)[source]#
Initialize a set of time and frequency grids given the total number of grid points and a target minimum and maximum frequency.
- Parameters:
- nint
The number of grid points.
- v_minfloat
The target minimum frequency.
- v_maxfloat
The target maximum frequency.