<div dir="ltr">Hi all,<div><br></div><div>I'm interested in computing the coefficient of variation on raw data for single trials (as opposed to averaging them). In order to maintain cfg bookkeeping, I've been trying ft_math for this purpose. </div><div><br></div><div>However, I've been unable to call ft_math in a single trial manner to effectively compute this:  </div><div><span style="line-height:normal">coeff(i) = std(trial(i))/mean(trial(i));</span></div><div><span style="line-height:normal"><br></span></div><div><span style="line-height:normal">Does anyone have a recommendation on doing this in FT? Alternatively, I've used nested loops over trials and channels, but would much rather maintain cfg history.</span></div><div><span style="line-height:normal"><br></span></div><div><span style="line-height:normal">Thanks,</span></div><div><span style="line-height:normal">Korey</span></div></div>