Namespace com.teracloud.streams.timeseries.generators
Operators
- Generator: The Generator operator generates a sine, triangular, sawtooth, or a pulse train representation of a time series.
Functions
- generate_pulsetrain_wave(float64, uint32, float64, uint32): Generates a pulse train representation of a time series, with a specified frequency, duration, sampling rate, and hump size.
- generate_sawtooth_wave(float64, uint32, uint32): Generates a sawtooth wave representation of a time series, with a specified frequency, duration, and sampling rate.
- generate_sine_wave(float64, uint32, uint32): Generates a sine wave representation of a time series, with a specified frequency, duration, and sampling rate.
- generate_square_wave(float64, uint32, uint32): Generates a square wave representation of time series with a specific frequency, duration, and sampling rate.
- generate_triangular_wave(float64, uint32, uint32): Generates a triangular wave representation of a time series, with a specified frequency, duration, and sampling rate.