AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
January 15, 2022 04:45PM
The main confusing part in C about 3dTsmooth is that the pointer to the weighting function is used instead of calling the function directly. In my reading of the code, it does not jump from one set to the next, as you had guessed. The hamming function, like the other functions, provides a moving weighted average of some sort as it moves through time a single time point at a time. Each iteration through time, it uses the specified kernel size to weigh the time points before, during and after, in order to replace that time point. The hamming function (hamming_window()) uses a cosine function for its smoothing operation while the default 3 point linear filter is a bit easier to understand in the help.
Subject Author Posted

3dTSmooth: What exactly it does

duodenum January 02, 2022 05:34AM

Re: 3dTSmooth: What exactly it does

Daniel Glen January 15, 2022 04:45PM

Re: 3dTSmooth: What exactly it does

duodenum January 25, 2022 08:06AM