Acquire a Discrete Time Series
- Updated2025-10-28
- 2 minute(s) read
You can sample a continuous time series to form a corresponding discrete time series using data acquisition hardware, such as NI-DAQ devices.
Signals from physical systems are typically continuous. These real-world signals, such as earthquake waveforms in earthquake monitoring, vibration signals from mechanical devices, or Electroencephalogram (EEG) signals, are sampled to form discrete-time representations to enable computer processing.
The following section describes the factors that influence the quality of a discrete time series.
Factors that Influence a Discrete Time Series
To ensure that the obtained discrete time series accurately represents the information contained in the original continuous time series, you need to consider the following factors when sampling data from a continuous time series:
- Increase the sampling rate until the Nyquist frequency exceeds the highest frequency component in the signal
- Apply an external lowpass filter with SCXI models
- Use an inherently bandlimited sensor
Number of samples—The number of samples, or the length of a time series, limits how fine the frequency resolution can be. A time series with a large number of samples can provide fine frequency resolution. You usually specify a necessary number of samples based on the following formula:
where
- N is the number of samples
- fs is the sampling rate
- Δf required minimum frequency resolution
Amplitude resolution—The amplitude of a discrete time series for computer processing also is discrete because you usually acquire the time series with an A/D converter. Quantization error of the A/D converter is a correlated and nonlinear impairment that reduces measurement quality. You must make certain that the data has sufficiently fine amplitude resolution.