Skip to content

Tags: ilvoron/SignalProcessorCpp

Tags

v2.1.0

Release Version 2.1.0

v2.0.0

Release version 2.0.0

v1.2.1

Added TAmplitudeDetector - detects amplitude of a sinus wave with noi…

…zes (using only time, samping frequency and points themselfes of a signal)

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 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)
Added TFourierTransform - returns fourier wave (graph where axis x is frequency; y - amplitude) (using only time, samping frequency and points themselfes of a signal)
Added TDerivative - returns a derivative wave (has points count less by 1 from original wave) (using only points of the original wave)
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 TIntegral - returns an integral wave (has points count less by 1 from original wave) (using only points of the original wave)
Added TMultiplier - multiply tow "similar" waves (using only points of the original waves)
Added TMultiplier - multiply tow "similar" waves (using only points of the original waves
Some fixes
Some fixes
Some fixes

Global update with new feautures

v1.2.0

Some fixes

v1.1.1

+ added TSummator - signal summator

+ added new method to TSignalLine:
  equals(TSignalLine*): basic comparing two signal if they are approximately equal (using inaccury const) - used in TSummator
+ some fixes

v1.1.0

Added basic functional: generate and export signal (sine wave)

v1.0.0

Added basic functional: generate and export signal (sine wave)