cnoise_test 22-Dec-2018 08:43:00 CNOISE_TEST: MATLAB version Test the CNOISE library. CNOISE_TEST01: Test F_ALPHA_GAUSSIAN. Noise is generated from a Gaussian distribution with a specified variance. Number of realizations M = 10000 Dimension of noise vector N = 10000 Noise exponent ALPHA = 1.000000 Variance of Gaussian distribution VAR = 1.000000 Scale factor SCALE = 1.000000 Mean value of noise = -0.004831 STD of noise = 0.799829 Computation time = 8.660736 seconds CNOISE_TEST02: Test F_ALPHA_TGAUSSIAN. Noise is generated from a truncated Gaussian distribution with a specified variance and range. Number of realizations M = 10000 Dimension of noise vector N = 10000 Noise exponent ALPHA = 1.000000 Variance of Gaussian distribution VAR = 1.000000 Truncated range = [ -1.000000, 1.000000 ] Scale factor SCALE = 1.000000 Mean value of noise = -0.006726 STD of noise = 0.576068 Computation time = 10.288608 seconds CNOISE_TEST03: Test F_ALPHA_UNIFORM. Noise is generated from a Gaussian distribution with a specified variance. Number of realizations M = 10000 Dimension of noise vector N = 10000 Noise exponent ALPHA = 1.000000 Range of the distribution = [-1.000000,1.000000] Scale factor SCALE = 1.000000 Mean value of noise = 0.001629 STD of noise = 0.800039 Computation time = 8.515181 seconds CNOISE_TEST: Normal end of execution. 22-Dec-2018 08:43:27 diary off