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!