I'm currently working on signal processing, where i've to compare signals for different lengths. Please note that, i shouldn't do zero padding or interpolation.
For eg., 1000s signal will produce 10 windows, 10 features (for each window)
2000s signal will produce 20 windows, 20 features (for each window)
I've to transform this different length feature vectors to a feature space where i can do classification? How to do this for comparing different length signals? Please note that, i shouldn't use Nan values too.