rolland.postprocessing.TDR¶
- class rolland.postprocessing.TDR(*args, **kwargs)[source]¶
Bases:
RollandPPPostprocessing class for TDR (Track-Decay-Rate).
This class calculates and stores the Track-Decay-Rate (TDR) based on [6].
- results¶
Instance of the Deflection class containing the results.
- Type:
- tdr¶
Track-Decay-Rate vector \([dB/m]\).
- Type:
numpy.ndarray
- ind_tdr¶
Indices of the TDR points.
- Type:
list of int
- x_tdr¶
Distances of the TDR points from the excitation point \([m]\).
- Type:
numpy.ndarray
- filter¶
Filter type (default is ‘1/3 Octave’).
- Type:
str
- freq¶
Frequency vector \([Hz]\).
- Type:
numpy.ndarray