photo

Mahesh


2012년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: Signal Processing

통계학

  • Revival Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


how to find phase angle for the FFT data of a transient signal ?
currently i am using PSD to calculate my fft [y(:,1),f] = pwelch(z1(:,1),hann(fsize),round(fsize/2),fsize,fs);% calculate PS...

거의 12년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Integration of acceleration data
You can try Removing the mean and trend from the signal. x=x-mean(x); x=detrend(x); for integration you can use either cums...

대략 12년 전 | 0