Waterfalldiagramm¶
- class +AMrotorSIM.+Graphs.@Waterfalldiagramm.Waterfalldiagramm(rotorsystem, experiment)¶
Bases:
handleClass for visualization of the time integration results as one sided Waterfall diagram (for Run-ups)
- abtastrate = None¶
sampling rate
- drehzahl = None¶
rotation speed (rpm)
- Waterfalldiagramm(rotorsystem, experiment)¶
Constructor
- Parameters
rotorsystem (
object) – Object of type Rotorsystemexperiment (
object) – Object of type Experiments.Stationare_Lsg or Experiments.Hochlaufanalyse
- Returns
Object for one sided Waterfall diagram
- +AMrotorSIM.+Graphs.@Waterfalldiagramm.plot(self, sensors, direction)¶
Plots the one sided Waterfall diagram (for Run-ups)
- Parameters
sensors (
object) – Time signal of desired sensor (rotorsystem.sensors)direction (
double) – Sensor direction (1 for x and 2 for y, default x and y)
- Returns
Figure of the one sided Waterfall diagram
- +AMrotorSIM.+Graphs.@Waterfalldiagramm.private.FFT_Data_Gesamt(X, fs)¶
Carries out the FFT and provides the one sided amplitude spectrum for the Waterfall diagram
- Parameters
X (
vector) – Datafs (
double) – Sampling rate
- Returns
Frequency vector and amplitude (complex and absolut) f,Y,AP