Waveform analysis
R&S
®
RTO6
263User Manual 1801.6687.02 ─ 05
Icon Description Usage/Comment, FormulaEditor expression
Meas measurement waveform Meas<1...8>
Track track waveform Track<1...8>
Table 7-3: Cursor keys
Icon Description Usage/Comment, FormulaEditor expression
|← move cursor to beginning
←
move cursor 1 step to the left
→
move cursor 1 step to the right
→| move cursor to end
7.3.4.2 Math functions: algebra
Table 7-4: Algebra
Icon Description Usage/Comment, FormulaEditor expression
|x| absolute x value abs(x)
√x square root of x sqrt(x)
x
2
x*x pow(x)
log
10
common logarithm (base 10) log(x)
log
e
natural logarithm (base e) ln(x)
log
2
binary logarithm (base 2) ld(x)
e
x
exponentiation with base e exp(x)
∫xdx integral of x integral(x)
d/dx derivation of x derivation(x,y)
with x = waveform and y = number of skipped sam-
ples (noise reject)
ax+b scaling of x rescale(x,a,b)
7.3.4.3 Math functions: trigonometry
Table 7-5: Trigonometry (More keys)
Icon Description Usage/Comment, FormulaEditor expression
sinh hyperbolic sine sinh(x)
cosh hyperbolic cosine cosh(x)
tanh hyperbolic tangent tanh(x)
Mathematics