I want to ask you one question regarding data reconstruction. Actually I have Compressed the data that comprised of 20,000 data points and I compressed it into 250 data points, now I want to reconstruct the data through Interpolation but I am stuck how to proceed it. Can you please guide me. Regards
It depends on how the data was compressed. If you downsample the data then you can use interpolation. However there are many different ways to compress data
@@hanshawvirtualuniversity3114 For the SDT data compression I used Linear Interpolation and it has been successfully reconstructed. Now I want to do Exception compression though compression process already done as I used the method to compare each value with the first storage value and if the error exceed to 0.01 so the value will store otherwise it will be discarded. But can you suggest some method that is related to my compression technique so I can reconstruct the data with finding the accuracy of reconstructed data. I will be waiting for your precious reply. Regards