Texas Instruments AFE4400 Evaluation Module AFE4400SPO2EVM AFE4400SPO2EVM 데이터 시트

제품 코드
AFE4400SPO2EVM
다운로드
페이지 59
Running the Software
Acquire the data by clicking the Capture button
The captured data can be analyzed in time domain and frequency domain; the data can also be displayed
in a histogram format. The ADC Capture and Analysis tab is shown in
.
By selecting the Time Domain plot, the data are displayed in time domain format. The units can be
converted from codes to volts using the drop-down window in the top-left corner of the GUI. For the time
domain plot, the mean voltage, root mean square (RMS) voltage, and peak-to-peak voltage are displayed
in the Test Results section, which is a pop-up window that opens when the Scope Analysis button is
clicked. The Scope Analysis: Test Results section pop-up window is shown in
.
By selecting the FFT plot, the data are displayed in the frequency domain by performing an FFT on the
channel selected. Details of the FFT (including SNR, THD, and so on) are shown in the Test Results
section located in the left side of the GUI.
Selecting the Histogram plot displays the data in a histogram format for the channel selected. The data
are arranged in the total number of histogram bins set within the tab following acquisition. The histogram
analysis (shown in the Test Results section of the GUI) is used to view the mean voltage, root mean
square (RMS) voltage, and peak-to-peak voltage.
Four plot modes can be selected: Single Plot mode, Double Plot mode, Three Plot mode and Four Plot
mode. In Single Plot mode, only one plot (Time, FFT, or Histogram) can be viewed and analyzed for post
processing. In Double Plot mode, any two plots (Time, FFT or Histogram) can be viewed and analyzed. In
Three Plot mode, any three plots and in Four Plot mode, any four plots (Time, FFT or Histogram) can be
viewed and analyzed.
The following algorithms have been used to find the # of samples for FFT calculation:
(a) # of samples for FFT calc. which is power of 2
min ( (Data rate (sps) × N where N is the value in the
"Show data for the last N secs" column) , No. of samples )
(b) If ( (# of samples for FFT calc. == No. of samples) && (Filter Type == “None”) ) then # of samples for
FFT calc. = No. of samples
(c) If ( (# of samples for FFT calc. == No. of samples) && (Filter Type == “Notch”) ) then # of samples for
FFT calc. = No. of samples / 2. This is to allow for filter settling.
(d) If ( # of samples for FFT calc. < 512 samples ) then an error msg “Insufficient # of samples for FFT
calculation” will be displayed.
Examples:
1. No. of samples = 8192
Data rate (sps) = 500
Show data for the last 5 secs
Then # of samples for FFT calc. which is power of 2 = 2048
min ( (500 × 5) , 8192 )
2. No. of samples = 8192
Data rate (sps) = 500
Show data for the last 8 secs
Then # of samples for FFT calc. which is power of 2 = 2048
min ( (500 x 8) , 8192 )
3. No. of samples = 8192
Data rate (sps) = 500
Show data for the last 20 secs
# of samples for FFT which is power of 2 = 8192
min ( (500 x 20) , 8192 )
Since (# of samples for FFT calc. == No. of samples) and if (Filter Type = None) then # of
samples for FFT which is power of 2 = 8192
Since (# of samples for FFT calc. == No. of samples) and if (Filter Type = Notch) then # of
samples for FFT which is power of 2 = 8192 / 2
4. No. of samples = 8192
Data rate (sps) = 500
Show data for the last 1 secs
Then display Error message “Insufficient # of samples for FFT calculation” since # of samples
for FFT which is power of 2 = 256
min ( (500 x 1) , 8192 )
21
SLAU480A – January 2013 – Revised February 2013
AFE4400 and AFE4490 Development Guide
Copyright © 2013, Texas Instruments Incorporated