sweep_design.help_types
Module Contents
Functions
|
Get type of array like object from numpy depends on version of numpy. |
Attributes
A real number. |
|
A real or complex number |
|
The frequency expected by numpy array. |
|
The time expected by numpy array. |
|
The image spectrogram expected by numpy 2D array. |
|
The envelop expected by numpy array. |
|
The spectrogram gathering time, frequency and image spectrogram in one |
|
Relation of phase. |
|
The Representation of object from which will be extracted frequency |
|
x array |
|
y array |
|
- sweep_design.help_types.RealNumber
A real number.
- sweep_design.help_types.Number
A real or complex number
- sweep_design.help_types.Frequency
The frequency expected by numpy array.
- sweep_design.help_types.Time
The time expected by numpy array.
- sweep_design.help_types.ImageSpectrogram
The image spectrogram expected by numpy 2D array.
- sweep_design.help_types.Envelope
The envelop expected by numpy array.
- sweep_design.help_types.Spectrogram
The spectrogram gathering time, frequency and image spectrogram in one object Tuple.
- sweep_design.help_types.Theta = relation.Relation
Relation of phase.
- sweep_design.help_types.Ftat
The Representation of object from which will be extracted frequency modulation or amplitude modulation.
- sweep_design.help_types.X
x array
- sweep_design.help_types.Y
y array
- sweep_design.help_types.get_type()[source]
Get type of array like object from numpy depends on version of numpy.
- Returns
type of array like object.
- Return type
_type_
- sweep_design.help_types.ArrayLike