How to recognize patterns in an analog waveform?

Click For Summary
To recognize patterns in an analog waveform, various methods can be employed, including Artificial Neural Networks (ANNs) and simpler algorithmic approaches. For basic tasks like identifying maxima/minima or calculating slew rates, sampling the signal and applying algorithms can yield effective results. If the signal characteristics are known, techniques exist to extract specific signals from noise, with Fast Fourier Transform (FFT) analysis being a common choice. For more complex pattern recognition, self-organizing maps (SOM) and cross-correlation methods can be useful, especially when searching for specific patterns in noisy signals. Overall, the complexity of the task varies significantly based on the nature of the waveform and the desired outcomes.
Neyolight
Messages
15
Reaction score
0
Hi All

As the title of this thread suggest, I am looking for ways to recognize patterns in an analog waveform. Well the obvious answer to this question is use Artifical Neural Network (ANN) as ( from the text on google) its been used for pattern recognition and all sorts of stuff. I've been trying to learn about these ANNs for the past week and trust me all the literature kind of put me off :devil:

So, I need your expert advise on how I could possible recognize patterns in an analog waveform. At this point in my project I am not sure what exactly I would be serching for in the waveform but it would certainly be things like :
1) Delta Y ( to reach first maxima/minima in the waveform)
2) Slew rate to first maxima/minima
3) Maximum Delta Y
4) Delta X
5) Delta X to reach first maxima/minima
and so on...

Any advise ( especially on anything other than ANN) would be greatly appreciated.
Thanks :smile:
 
Engineering news on Phys.org


My thoughts:

If you are just looking for minimum/maximum, derivatives (slew rates), or even spectral content then the problem is simple. You just sample the signal for a certain amount of time and write algorithms that go through the data and pick out those quantities.

If you know what signal you are looking for (say a certain radio signal or a signal for which the characteristics (mainly frequency) are known) then there is plenty of literature and techniques on how to pick it out of the noise.



If you want to take a noisy analog signal and say "Is there any patterns here" then the problem is much more difficult. I don't know that much about it, but I have done a little bit of AI type work and would say a SOM (self organizing map) may be your best bet.
 
Any true "pattern" is repeating and will result in a harmonic component - an FFT type analysis would be the first choice.

Based on the cases you provide - you have Max/Min (OK) , for max slew, used the same max min function after a differentiation function - etc.

If you are looking for a particular pattern - for example a square wave superimposed on a sine wave - the FFT will show the effect, but the analysis is more difficult.

If you are looking for "any" pattern in "any" random analog signal - well people work their whole lives on this.
 
If you know and can generate the pattern you are looking for then cross correlation against the incoming signal would be a possible answer. You can also look at the autocorrelation of the incoming signal, which would tell you how near 'random' the signal is - by giving you a single 'spike'.
 
Thread 'I thought it was only Amazon that sold unsafe junk'
I grabbed an under cabinet LED light today at a big box store. Nothing special. 18 inches in length and made to plug several lights together. Here is a pic of the power cord: The drawing on the box led me to believe that it would accept a standard IEC cord which surprised me. But it's a variation of it. I didn't try it, but I would assume you could plug a standard IEC cord into this and have a double male cord AKA suicide cord. And to boot, it's likely going to reverse the hot and...

Similar threads

  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
6
Views
7K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
5
Views
525
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K