26 August 2015 10:50:58.699 PM COSINE_TRANSFORM_PRB MATLAB version. Test the COSINE_TRANSFORM library. COSINE_TRANSFORM_TEST01: COSINE_TRANSFORM_DATA does a cosine transform of data defined by a vector. Demonstrate that the transform is its own inverse. Let R be a random N vector. Let S be the transform of D. Let T be the transform of E. Then R and T will be equal. I R(I) S(I) T(I) 1 0.218418 1.830309 0.218418 2 0.956318 0.493766 0.956318 3 0.829509 0.205323 0.829509 4 0.561695 -0.534515 0.561695 5 0.415307 -0.189003 0.415307 6 0.066119 -0.440911 0.066119 7 0.257578 0.020582 0.257578 8 0.109957 -0.377745 0.109957 9 0.043829 -0.053802 0.043829 10 0.633966 0.046265 0.633966 COSINE_TRANSFORM_PRB Normal end of execution. 26 August 2015 10:50:58.699 PM