photo

Mahesh


Actif depuis 2012

Followers: 0   Following: 0

Message

Professional Interests: Signal Processing

Statistiques

  • Revival Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


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...

presque 12 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

environ 12 ans il y a | 0