how to extract energy feature in frequency domain?
It is a triaxial signal.
i found one syntax related to this "fft()" for energy extraction but i can not able to use it.I have my dataset on that i have to apply this frequency domain feature extraction.Can anyone help me please?

 채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2020년 3월 4일

0 개 추천

TO calculate the energy, here is the best Matlab documentation.
Steps:
  • FFT
  • Calculate the Average Power
  • Sum up for particular frequency
Also there are numerous related question, please look here or here

추가 답변 (0개)

카테고리

질문:

2020년 3월 4일

댓글:

2020년 3월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by