v1.2.1
Added to core:
- Added
TMultiplier
- multiply tow "similar" waves (using only points of the original waves) - Added
TDerivative
- returns a derivative wave (has points count less by 1 from original wave) (using only points of the original wave) - Added
TIntegral
- returns an integral wave (has points count less by 1 from original wave) (using only points of the original wave) - Added
TAmplitudeDetector
- detects amplitude of a sinus wave with noizes (using only time, samping frequency and points themselfes of a signal) - Added
TCorrelator
- detects if two waves are similar in sine frequency and returns amplitude of this as a factor of similarity (using only time, samping frequency and points themselfes of a signal) - Added
TFourierTransform
- returns fourier wave (graph where axis x is frequency; y - amplitude) (using only time, samping frequency and points themselfes of a signal)
Other
- Fixes in
TSignalWave
Full Changelog: v1.1.0...v1.2.1