关于去除头动的影响的一个小问题
Submitted by zqbaxfgg on Mon, 04/20/2009 - 15:59
我想请问一下rest中fc.m关于去除头动干扰的源码程序
if ACovariablesDef.polort>=0,
thePolOrt =(1:sampleLength)';
thePolOrt =repmat(thePolOrt, [1, (1+ACovariablesDef.polort)]);
for x=1:(ACovariablesDef.polort+1),
thePolOrt(:, x) =thePolOrt(:, x).^(x-1) ;
end
end
% switch ACovariablesDef.polort,
% case 0,
% thePolOrt =ones(sampleLength, 1);
% case 1,
Forums:
- Read more about 关于去除头动的影响的一个小问题
- 2 comments
- Log in or register to post comments
- 8035 reads