Calculation of derivative of a waveform
조회 수: 4 (최근 30일)
이전 댓글 표시
How can I find the derivative of following waveform using matlab coding?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/578322/image.png)
댓글 수: 0
채택된 답변
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.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Spectral Measurements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!