Calculation of derivative of a waveform

조회 수: 4 (최근 30일)
jyoti mishra
jyoti mishra 2021년 4월 9일
답변: Star Strider 2021년 4월 9일
How can I find the derivative of following waveform using matlab coding?

채택된 답변

Star Strider
Star Strider 2021년 4월 9일
Use the gradient function. That appears to be relatively noise-free, so gradient should produce a useful result.
If noise is a problem (that will be revealed as a number of sharp spikes in the signal after using gradient), then process it first with the sgolayfilt function to remove most of the the noise, then calculate the gradient.
Other options to remove the noise would be to first calculate the fft to see the signal spectrum, and then use that to design and use a lowpass filter with an appropriate cutoff frequency.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spectral Measurements에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by