"machine learning implementation in matlab"

1 view (last 30 days)
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?

Accepted Answer

KALYAN ACHARJYA
KALYAN ACHARJYA on 4 Mar 2020
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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!