필터 지우기
필터 지우기

How can I use Neural Network Recognition(in Matlab )to find out which signal is much more like to my signal?

조회 수: 3 (최근 30일)
Suppose I have a couple of signals (S1,S2,...Sn) and also I have an other signal Sx I want to find out how I can use neural network recognition in matlab to know which signal among (S1,S2,...Sn) is much more like to Sx??? Thank you so much

채택된 답변

Greg Heath
Greg Heath 2015년 2월 14일
You don't need a NN. Just compare using mae or mse
  댓글 수: 2
vahid torabi
vahid torabi 2015년 2월 14일
편집: vahid torabi 2015년 2월 14일
what is mae? or mse? I want to use NN. Can U help me??
Greg Heath
Greg Heath 2015년 2월 15일
In this forum you have to use the help and doc commands before you ask us what is the purpose of a function
help mae
doc mae

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

추가 답변 (1개)

Greg Heath
Greg Heath 2015년 2월 15일
help newpnn
doc newpnn
Hope this helps.
Greg

카테고리

Help CenterFile Exchange에서 Pattern Recognition and Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by