When I apply signal processing on my raw signal, say I apply compression algorithm, then I need to know how much my signal is preserved.
One way to check how much my signal is retained is PRD- Percentage mean square distortion.
other way is to correlate my raw signal with compressed signal to check if good correlation exists indicating my signal is not much affected.
I want to know what is the right way of knowing how much my signal is preserved after signal processing PRD or correlation. Also if any other index is present then let us know.
Thanks