Tags: ilvoron/SignalProcessorCpp
Tags
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