sweep_design.help_types

Module Contents

Functions

get_type()

Get type of array like object from numpy depends on version of numpy.

Attributes

RealNumber

A real number.

Number

A real or complex number

Frequency

The frequency expected by numpy array.

Time

The time expected by numpy array.

ImageSpectrogram

The image spectrogram expected by numpy 2D array.

Envelope

The envelop expected by numpy array.

Spectrogram

The spectrogram gathering time, frequency and image spectrogram in one

Theta

Relation of phase.

Ftat

The Representation of object from which will be extracted frequency

X

x array

Y

y array

ArrayLike

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