필터 지우기
필터 지우기

Signal classifications using neural networks

조회 수: 2 (최근 30일)
Ashikur
Ashikur 2013년 11월 21일
댓글: Greg Heath 2016년 5월 1일
Hello , can anyone help me with ideas about how to classify different time series signals using neural networks?
Are there any single input , single output classification network? For instance lets say I have some signals-
y1 = A1*sin(2*pi*f1*t);
y2 = A2*sin(2*pi*f2*t);
y3 = A3*sin(2*pi*f3*t)+A3*sin(2*pi*f4*t);
These signals are different in amplitude and frequencies. Can a neural network be designed that can classify these three type of signals in three different class?
Training -
Input Target
y1 ------- 1
y2 ------- 2
y3 ------- 3
Now I want to test some arbitrary signal and see if the network can classify it correctly. At least frequency wise.
Thanks in advance
  댓글 수: 1
Greg Heath
Greg Heath 2013년 11월 25일
Are the amplitudes and frequencies known?
What is the dimensionality of the input vector?
An FFT approach might be more fruitful.

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

답변 (1개)

mae
mae 2016년 4월 29일
i am having a similar issue .. i want to use neural networks for ECG signal classification and i am stuck
  댓글 수: 1
Greg Heath
Greg Heath 2016년 5월 1일
Be specific:
What apriori information will you have?
Greg

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

카테고리

Help CenterFile Exchange에서 AI for Signals에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by