Skip to content

v1.0.0

Compare
Choose a tag to compare
@ilvoron ilvoron released this 22 Apr 03:04
· 35 commits to main since this release

Added basic functionality.

Added to "core":

  • TGenerator - generates a sine wave
  • TGenerator: added addNoise - adds noise to a wave (not a "true" noise right now)
  • TSignalLine - a sine wave class with methods and struct to base work with (set(...), add(...), etc.)

Added to "io":

  • TFileWriter - writes a sine wave x and y coordinates to a file