This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AFE4410EVM: Changing the sampling rate

Part Number: AFE4410EVM
Other Parts Discussed in Thread: AFE4500EVM, AFE4500

Tool/software:

Hi

I'm actually using AFE4500EVM.

I usually collected PPG data at 100Hz sampling rate and I was able to check the data sampled every 0.01 seconds.

However, when I changed the sampling rate such as 10Hz or 500Hz, I found that the data is still stored every 0.01 seconds.
I want to know what I did wrong.

[Configurations in AFE4500_Register_Generation_v3.3.xlsm]

 - Global

   . ACQ_MODE : PPG

   . CONFIG_SIG_ACQ : PPG, low PRF

- PPG_Config

  . fPRF_PPG : 10Hz

  . STEP_CUNT : 1

- PPG_Phase_Definition

  . NUMPHASE_PPG : 3

  . Phase1 : Ambient/FIFO data word 1/SAMP time(us) 117/ ... 

  . Phase2 : LED/FIFO data word 1/SAMP time(us) 117/ ... 

  . Phase3 : Ambient/FIFO data word 3/SAMP time(us) 117/ ... 

[Result - AFE4500_CAPTURED_DATA.csv]

REG_6D_TIME REG_6D_Value TIA1-3_Time TIA1-3_Value TIA1-3_RAW_Time TIA1-3_RAW_Value
0 19 0 0.436396408081054 0 762658
0.0005 19 0.01 0.436677360534667 0.01 763149
0.001 19 0.02 0.43633918762207 0.02 762558
0.0015 19 0.03 0.436604118347167 0.03 763021

 

Thank you.