signal processing (segmentation )
古いコメントを表示
After i segment a signal to 5 or 7 segments ...
how i can make these segments ( segments with different length) a one signal ??
3 件のコメント
KALYAN ACHARJYA
2019 年 10 月 20 日
Can you elaborate more with examples?
Daniel M
2019 年 10 月 20 日
If you want them sequentially, just put them back together using
combinedSignal = [sig1 sig2 sig3]; % etc... sigN
If you want them averaged, then you have to make them the same size by decimating, resampling, interpolating, extrapolating, etc. Depends what you want.
eman mohammad
2019 年 10 月 21 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Signal Attributes and Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

