how can i get data sampling rate and FFT bin width?

조회 수: 9 (최근 30일)
TH.A
TH.A 2021년 12월 19일
답변: dpb 2021년 12월 19일
hi, i have N=64 4d- fmri images with size matrix(128,128,64,90) where 90 is the number of time point and a 4d-image captured in T=2s. i want use fft matlab function. how can i calculate sample rate and fft width bin? What is the default value of the parameters fft?

답변 (1개)

dpb
dpb 2021년 12월 19일
"What is the default value of the parameters fft?"
None...the fft doesn't care, the sample rate is set solely by the data collection process.
If your images were captured at a uniform rate over a time perioed of 2 sec, then the sample rate would be 90/2 --> 45 Hz.
There's an example of using FFT fo compute a one-sided PSD in the doc for FFT that illustrates the time and frequency calculations.

카테고리

Help CenterFile Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by