sampling frequency

Scientific terminology
Collection
zero Useful+1
zero
The sampling frequency, also known as the sampling rate or sampling rate, defines the sampling rate from Continuous signal Extracted from and composed of Discrete signal Number of samples, which uses hertz (Hz). The reciprocal of the sampling frequency is sampling period Or called Sampling time , which is between samples time interval Generally speaking, the sampling frequency refers to how many signal samples can be collected by the computer per unit time. [1]
Chinese name
sampling frequency
Foreign name
frequency of sample
Alias
Sampling speed sampling rate
Unit
Hz
Applicable
Periodic sampling sampler

Basic meaning

Announce
edit
Continuous signal It changes in time (or space) in some way, and Sampling process It is to measure the value of continuous signal in time (or space) with T as the unit interval. T is called Sampling interval In practice, if the signal is a function of time, usually their sampling interval is very small, usually millisecond Microsecond The magnitude of. The sampling process produces a series of numbers called samples. The sample represents the original signal. Each sample corresponds to the specific measurement of this sample point of time , and the reciprocal of the sampling interval, 1/T is the sampling frequency, fs, and its unit is sample/second, that is hertz ( hertz )。
The sampling frequency can only be used for Periodic sampling Of sampler , for Aperiodicity The sampler for sampling has no rule limit.
The common symbol for sampling frequency is fs.
Generally speaking, the sampling frequency refers to how many signal samples can be collected by the computer per unit time. For example, for waveform recording, the sampling frequency can describe the waveform quality standard The higher the sampling frequency, that is, the shorter the sampling interval sample data The more, the more accurate the representation of the signal waveform. Sampling frequency vs. raw signal frequency There is a certain relationship between Nyquist In theory, only when the sampling frequency is higher than twice the maximum frequency of the original signal, can the digital Signal representation The signal of is restored to the original signal.
In the scientific field, the commonly used sampling rates are:
30 Hz (30 fps) - normal camera Frame rate
60 Hz (60 fps) - theoretical frame rate of the human eye
960~1920 Hz (960~1920 fps) - mobile phone Slow motion Photography frame rate
10 kHz (10000 fps) - High speed camera Frame rate
four point two MHz - PAL Image signal sampling rate 1
5.5 MHz - PAL image signal sampling rate 2
5.6 MHz - PAL image signal sampling rate 3
6.2 MHz - NTSC image signal sampling rate
8.0 MHz - SECAM image signal sampling rate
thirteen point five MHz - CCIR 601、D1 video
four GHz -Computer CPU Theoretical maximum sampling rate that can be processed
256 GHz - Oscilloscope Highest achievable sampling rate
1.6 PHz - to be fully documented visible light Minimum sampling rate required for waveform (scientific and technological level has not yet reached)
41.3 PHz - Sample rate required to observe atomic level motion
1.85×10 forty-three Hz - Planck frequency (sampling rate of the universe)
The higher the sampling frequency, the Waveform quality The better, occupy storage space The bigger it is.

sampling theorem

Announce
edit
so-called sampling theorem [1] , also known as Shannon sampling theorem , Nyquist sampling theorem, yes information theory , especially communication and signal processing An important basic conclusion in the discipline.
Sampling is to take a signal (i.e continuous function )Convert to a numerical sequence (i.e., in time or space Discrete function )。 The sampling theorem points out that if the signal is infinite and the sampling frequency is higher than Signal bandwidth The original continuous signal can be completely reconstructed from the sample.
Band limit Signal transformation Its speed is limited by its highest frequency component, that is, its discrete time sampling ability to show signal details is limited.
The sampling theorem means that if the signal bandwidth is less than half of the sampling frequency (i.e Nyquist frequency ), then these discrete Sampling point It can fully represent the original signal. Frequency components above or at Nyquist frequency will cause Aliasing phenomenon Most applications require avoiding aliasing. The severity of the aliasing problem is the same as Aliasing frequency component Of Relative strength of
The sampling frequency must be greater than Sampling signal Another equivalent is that the Nyquist frequency must be greater than the bandwidth of the sampled signal. If the bandwidth of the signal is 100Hz, the sampling frequency must be greater than 200Hz to avoid aliasing. In other words, the sampling frequency must be at least twice the frequency of the maximum frequency component in the signal, otherwise, it cannot Signal sampling Restore the original signal in.
stay Analog video In the system, the sampling rate is defined as Frame rate and Field frequency , rather than the conceptual pixel clock. The image sampling frequency is the cycle speed of the integration period of the sensor. Since the integration period is far less than the time required for repetition, the sampling frequency may be Sampling time The reciprocal of is different.
50 Hz - PAL video
60/1.001 Hz - NTSC Video
When simulating Video conversion by digital video A different kind of Sampling process , this time the pixel frequency is used. Some common pixel sampling rates are:
13.5 MHz - CCIR 601、D1 video
The confusion phenomenon of high-frequency luminance components Moire appear.

Aliasing

Announce
edit
If the above sampling conditions cannot be met, the sampled signal frequency will overlap [1] That is, the frequency component higher than half of the sampling frequency will be reconstructed into a signal lower than half of the sampling frequency. The distortion caused by this spectrum overlap is called Aliasing The reconstructed signal is called the overlapping substitute of the original signal, because the two signals have the same Sample value
A chord signal whose frequency is exactly half of the sampling frequency will usually be mixed into another chord signal with the same frequency, but its phase and amplitude have changed.
The following two measures can avoid the occurrence of aliasing:
1) Increase the sampling frequency to the maximum signal frequency More than twice of;
2) Introduction low pass filter Or increase the parameters of the low-pass filter; This low-pass filter is commonly referred to as Anti aliasing filter
Anti aliasing wave filter The bandwidth of the signal can be limited to meet the conditions of the sampling theorem. In theory, this is feasible, but it is impossible to do it in practice. Because the filter cannot completely filter the signal above Nyquist frequency, there is always some "small" energy in addition to the bandwidth required by the sampling theorem. However, the anti aliasing filter can make these energies small enough to be negligible.

Subsampling

Announce
edit
When a signal is subsampled [1] Must meet sampling theorem To avoid Aliasing In order to meet the requirements of the sampling theorem, the signal must pass a cut-off frequency Of low pass filter This low-pass filter used to avoid aliasing is called Anti aliasing filter

Oversampling

Announce
edit
In some cases, people want the sampling frequency to exceed Signal bandwidth Twice as much so you can use it digital filter Replace the analog anti aliasing filter with poor performance. This process is called Oversampling