How to find harmonic amplitude in a signal using neural network

I need to find the amplitude of harmonic present in the current signal. Suggestions and help is appreciated.

 채택된 답변

Greg Heath
Greg Heath 2014년 1월 6일
편집: Greg Heath 2014년 1월 6일

0 개 추천

A neural network cannot be used to implement the FFT function.
A NN typically represents a point-to-point mapping between an I-dimensional input function and an O-dimensional output function. A single I-dimensional sample from the input function will map to a corresponding single O-dimensional sample of the output function. A reordering of input samples will yield a corresponding reordering of output samples.
The FFT represents a function-to-function mapping. Each point of the output depends on each point of the input. Single point transformations and point reordering are not defined
Hope this helps.
Thank you for formally accepting my answer
Greg

추가 답변 (1개)

Greg Heath
Greg Heath 2014년 1월 3일
Do not use a neural network. Use a DFT or, for equally-spaced FFT.
help fft
doc fft
or search the NEWSGROUP using
dftgh
Hope this helps.
Thank you for formally accepting my answer
Greg

댓글 수: 1

Why do you want to do this? It is a waste of time ... unless it is a school assignment or you know something that I don't.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2014년 1월 3일

편집:

2014년 1월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by