フィルターのクリア

Reduce the spectrum noise of plomb function

2 ビュー (過去 30 日間)
zein
zein 2020 年 2 月 19 日
i have pressure data with non-uniform spaced time sample as show below x-axis is the time in second and y-axis is the pressure values
as the i have non-uniform spaced time samples, i used plomb funnction to get power density spectra
________________________________________________________________________________________________
[pxx1,f1]=plomb(p0-mean(p0),t,20000);
pxx1=10*log10(pxx1/10^5);
_______________________________________________________________________________________________________
I got this resutls
is there any way to use DFT averaging using windowed segments as in Pwelch function to reduces the variance σ2 of the noise spectrum ?

回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by