QTiling#
- class gwpy.signal.qtransform.QTiling(
- duration: float,
- sampling: float,
- qrange: tuple[float, float] = (4, 64),
- frange: tuple[float, float] = (0, inf),
- mismatch: float = 0.2,
Bases:
QObjectIterable constructor of
QPlaneobjects.For a given Q-range, each of the resulting
QPlaneobjects can be iterated over.- Parameters:
- duration
float The duration of the data to be Q-transformed.
- qrange
tupleoffloat (low, high)pair of Q extrema.- frange
tupleoffloat (low, high)pair of frequency extrema.- sampling
float Sampling rate (in Hertz) of data to be Q-transformed.
- mismatch
float Maximum fractional mismatch between neighbouring tiles.
- duration
Attributes Summary
Array of Q values for this
QTiling.The recommended data duration required for whitening.
Methods Summary
transform(fseries, **kwargs)Compute the time-frequency plane at fixed Q with the most significant tile.
Attributes Documentation
Methods Documentation
- transform(fseries: FrequencySeries, **kwargs) tuple[QGram, float][source]#
Compute the time-frequency plane at fixed Q with the most significant tile.
- Parameters:
- fseries
FrequencySeries The complex FFT of a time-series data set.
- kwargs
Other keyword arguments to pass to
QPlane.transform.
- fseries
- Returns:
See also
QPlane.transformCompute the Q-transform over a single time-frequency plane.