How to calculate Bandwidth of Noise of particular length?

1 回表示 (過去 30 日間)
Syed Adeel
Syed Adeel 2020 年 6 月 5 日
編集済み: Chaitanya Mallela 2020 年 7 月 13 日
If i generate a noise of particular points N, is its bandwidth dependent on lenght of vector?
N = 100;
time = 1: 1: N;
noise = randn (size (time))

回答 (1 件)

Chaitanya Mallela
Chaitanya Mallela 2020 年 7 月 13 日
編集済み: Chaitanya Mallela 2020 年 7 月 13 日
randn function has default mean equals zero and variance equals one irrespective of length of the input vector to which noise has be added. For a zero mean RVs Noise Power is same as variance and Noise Power can be computed as the area enclosed by the PSD in the frequency domain (PSD * Bandwidth). Bandwidth is independent of length of the vector unless it is passed through external filters with frequency varying PSD.

カテゴリ

Help Center および File ExchangeParametric Spectral Estimation についてさらに検索

タグ

製品


リリース

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by