The last image in the Summary Plot (as shown below) plots Voxels vs. Time. This is indeed a very helpful plot to check.
It is possible to overlook and miss when checking the plot in the time-domain though, so it would be awesome if we could include the power spectrum of the image below. We could plot the absolute values of the Fourier transform of the image:
Voxels vs. Frequency: image(abs(fft(X))) where X is the Voxels vs. Time image and fft is a discrete fast Fourier transform in 2D.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The last image in the Summary Plot (as shown below) plots Voxels vs. Time. This is indeed a very helpful plot to check.
It is possible to overlook and miss when checking the plot in the time-domain though, so it would be awesome if we could include the power spectrum of the image below. We could plot the absolute values of the Fourier transform of the image: Voxels vs. Frequency:
image(abs(fft(X)))
whereX
is the Voxels vs. Time image andfft
is a discrete fast Fourier transform in 2D.