We are trying to classify different waveform (1-D signal). So far we are trying Pearson correlation with the training samples, and it is working reasonably well. However, we are facing few issues:

1. The testing waveform is concatenated (in a continuous manner) and different waveform have different length. So, selecting a window length for correlation is a problem.

2. Because of the variable length of different waveform, if we classify one waveform wrong, the alignment of the rest of the waveform is messed up. So, the classification of the rest of the wave does not work well.

Is there any better way to classify waveform/signal other than correlation? What would the machine learning approach for this problem? What are the common features for classifying 1D signals?

Thank you so much.

regards,

Haider

Similar questions and discussions