Is it possible to get the innside part envelope of the signal
1 回表示 (過去 30 日間)
古いコメントを表示
I have a signal with a lot of peaks. what i want to achieve is to get the envelope of inner part of the signal, the one of that part that looks solid in colors not the peaks envelope is it possible to achieve this.
like the one in the picture <https://docs.google.com/file/d/0B61s6H8F7eyNZUhFQ0RfVzZxRFU/edit?usp=sharing>
Thank You
4 件のコメント
José-Luis
2013 年 5 月 31 日
編集済み: José-Luis
2013 年 5 月 31 日
You could try different weights and lengths for the smoothing until you get something that looks like what you'd like. The easiest way however would probably be to ask the person that generated that plot.
To avoid giving much weight to the peaks, you could also try with a median filter:
doc medfilt1
回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!