sampling frequency for adxl345?
이전 댓글 표시
the delay i used for adxl345 for measuring acceleration is 100 milliseconds and the data rate of adxl345 during measurement is 100hz, then what is the sampling frequency should i use for doing fft analysis of acceleration data?
댓글 수: 1
Mathieu NOE
2023년 4월 5일
hello
at the best , the fft sampling rate is the same as the signal sampling rate.
you could of course do a signal decimation before the fft if you want something more focused on the low frequency range (in that case your fft rate is k times lower than the signal sampling rate , if k is your decimation factor)
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Fast Fourier Transforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!