v1.0.0
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