power spectrum estimation in wavenumber domain

조회 수: 1 (최근 30일)
Matlabuser
Matlabuser 2014년 11월 18일
답변: juntian chen 2021년 12월 16일
Hi everyone, I am trying to estimate the power spectrum in space domain using pburg. But when I got my spectrum its gives me Inverted results. I am not able to understand the problem. Can anyone please suggest me, where could be the problem. My procedure is as: a=load('data.dat') length of data =95; order=4; si=2.5; [Pxx,w]=pburg(detrend(a),4,128) b=log(Pxx); plot(w,b)
thanks

답변 (1개)

juntian chen
juntian chen 2021년 12월 16일
I'm seeking the answer, too

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by