how to change the standard octave bands in poctave function

1 回表示 (過去 30 日間)
zein
zein 2020 年 8 月 24 日
回答済み: zein 2020 年 8 月 27 日
I am using pocave function to calculate intergral spectra for pressure signal over octave bands. The standard octave bands are (44-88,88-177,177-355,355-710,710-1420,1420-2840,2840-5680) wih center fequency (63,125,250,500,1000,2000,4000). I want to change the standard octave bands set in poctave function to the following bands (50-100,100-200,200-400,400-800,800-1600,1600-3200,3200-6400) with center frequency (75,150,300,600,1200,2400,4800). I have to check poctave function file but could not figure out which lines responsible for specifying the octave bands.

採用された回答

zein
zein 2020 年 8 月 27 日
This is a function in Matlab called power band for calculating average power spectra over user specified frequency range
function website
p = bandpower(x,fs,freqrange)
where x is time input series,fs is sampling freq. and freqrange is vector [lower freq limit upper freq limit]

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by