Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 13-May-2025 11:43:37 cnoise_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 Test cnoise(). 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.008674 STD of noise = 0.807723 Computation time = 110.415858 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.000491 STD of noise = 0.573113 Computation time = 111.694470 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.013415 STD of noise = 0.802352 Computation time = 110.217264 seconds cnoise_test(): Normal end of execution. 13-May-2025 11:49:09