Brief mindfulness as a distress buffer

It is already published my new paper, in collaboration with Geissy Lima-Araújo, Dráulio Araújo and Bernardete Sousa, where we investigated the role of trait mindfulness on stress and affect measures in a sample of university students without previous experience with meditation. In addition, we also assessed the effects of a... [Read More]
Tags: publication

Simulating a Power Spectrum Density

lfp <- sin(2*pi*5*t) + sin(2*pi*1*t) + 1.5*sin(2*pi*.2*t) #generating a signal with 1, 5, and 0.2 Hz par(mfrow = c(2,1)) plot(t, lfp, type = "l", lwd = 2, col = "steelblue", bty = "n", xlab = "t (s)", ylab = expression(paste(mu, "V")), main = "Raw LFP", ylim = c(-4,4), las =... [Read More]
Tags: playing coding R