You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For white and pink (1/f) noises generated with neurokit2, I compared the MSEn, CMSEn, and RCMSEn methods against the algorithms presented in the original papers (Costa et al. 2002, Wu et al. 2013, and Wu et al. 2014, respectively) implemented by me.
And these were the results:
For N=1000 points (fs=500Hz, t=2s):
MSE:
-White noise...
nk -> 0.024704933166503906 seconds
Costa -> 0.26683616638183594 seconds
-Pink noise...
nk -> 0.02707219123840332 seconds
Costa -> 0.30927252769470215 seconds
As you can see, CMSE and RCMSE computed by nk are different from my implementations.
With my implementations, I got the expected shape as shown in the original articles, but at a high computational time cost.
For white and pink (1/f) noises generated with neurokit2, I compared the MSEn, CMSEn, and RCMSEn methods against the algorithms presented in the original papers (Costa et al. 2002, Wu et al. 2013, and Wu et al. 2014, respectively) implemented by me.
And these were the results:
As you can see, CMSE and RCMSE computed by nk are different from my implementations.
With my implementations, I got the expected shape as shown in the original articles, but at a high computational time cost.
I hope you can correct them.
And here's the code:
The text was updated successfully, but these errors were encountered: