フィルターのクリア

plotting variance for multiple signals together with one signal

3 ビュー (過去 30 日間)
khan
khan 2017 年 1 月 11 日
回答済み: Star Strider 2017 年 1 月 11 日
hello, i have ten signals, each one have the same length, [1x1200], i want to plant them as one time series and while to show the variation for ten different signals, i want to plot the variance which could show the variance of the signals.

回答 (1 件)

Star Strider
Star Strider 2017 年 1 月 11 日
I would take the mean of the signals and the standard deviation, std, and plot those.
A preferable alternative to the std() would be the ‘standard error’, std()/sqrt(10).

カテゴリ

Help Center および File ExchangeSignal Processing Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by