Filtering Noise from a random time domain signal

4 views (last 30 days)
ssh_
ssh_ on 6 Dec 2016
Answered: cool on 15 Dec 2016
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)

cool
cool on 15 Dec 2016
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.

Community Treasure Hunt

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

Start Hunting!