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

2 views (last 30 days)
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

Accepted Answer

Greg Heath
Greg Heath on 14 Feb 2015
You don't need a NN. Just compare using mae or mse

More Answers (1)

Greg Heath
Greg Heath on 15 Feb 2015
help newpnn
doc newpnn
Hope this helps.
Greg

Community Treasure Hunt

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

Start Hunting!