Controls point-to-point smoothing. Smoothing is a noise reduction technique that averages adjacent data points in a measurement trace. Choose the amount of smoothing by specifying either the number of points or the aperture. Smoothing is not the same as CALC:AVERage which averages each data point over a number of sweeps.
CALCulate:MEASure:SMOothing |
Click a keyword to view the command details.
See Also
Applicable Models: All (Read-Write) Sets the amount of smoothing as a percentage of the number of data points in the channel. |
|
Parameters |
|
<cnum> |
Channel number of the measurement (optional). |
<mnum> |
Measurement number for each measurement. |
<num> |
Percentage value. Choose
any number between: |
Examples |
CALC:MEAS:SMO:APER
2 |
Query Syntax |
CALCulate<cnum>:MEASure<mnum>:SMOothing:APERture? |
Return Type |
Numeric |
1 |
Applicable Models: All (Read-Write) Sets the number of adjacent data points to average. |
|
Parameters |
|
<cnum> |
Channel number of the measurement (optional). |
<mnum> |
Measurement number for each measurement. |
<num> |
Number of points from 1 point to maximum of 25% of data points in the channel. For example: if number of points in a data trace = 401, the maximum value for points = 100. The points value is always rounded to the closest odd number. |
Examples |
CALC:MEAS:SMO:POIN
50 |
Query Syntax |
CALCulate<cnum>:MEAsure<mnum>:SMOothing:POINts? |
Return Type |
Numeric |
3 |
Applicable Models: All (Read-Write) Turns data smoothing ON or OFF. |
|
Parameters |
|
<cnum> |
Channel number of the measurement (optional). |
<mnum> |
Measurement number for each measurement. |
<bool> |
ON or 1
- Turns smoothing ON. |
Examples |
CALC:MEAS:SMO
ON |
Query Syntax |
CALCulate<cnum>:MEASure<mnum>:SMOothing[:STATe] |
Return Type |
Boolean (1 = ON, 0 = OFF) |
OFF |