Module statrs::generate

source ·
Expand description

Provides utility functions for generating data sequences

Structs§

  • Infinite iterator returning floats that form a periodic wave
  • Infinite iterator returning floats forming a sawtooth wave starting with the lowest sample
  • Infinite iterator returning floats that form a sinusoidal wave
  • Infinite iterator returning floats forming a square wave starting with the high phase
  • Infinite iterator returning floats forming a triangle wave starting with the raise phase from the lowest sample

Functions§

  • Generates a base 10 log spaced vector of the given length between the specified decade exponents (inclusive). Equivalent to MATLAB logspace