Filtering Noise from a random time domain signal

How do i remove the noise from this signal? or apply fft on it? Theres no relation between time and voltage. Aim is to: remove noise, smooth the signals, then detect peaks.

Answers (1)

you can use a lowpass filter to smooth the signal, but it affact you to detecct the peak. FFT is used for periodic signals, and it may not perform well in your application.

Asked:

on 6 Dec 2016

Answered:

on 15 Dec 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!