I am working on classification problem using CNN. Can I directly use one dimensional data which was obtained from WT decomposed signal of distribution system. If so should I input image of the signal or features of the signal to CNN?
Yes, one dimensional data can be used for CNN. It has been used for analyzing sequential data in comparison to LSTM/ RNN. You can put the features or flattened image as input to the network