Appendix 18: User-Defined Filter File Format - Keysight U8903B User Manual

Performance audio
Hide thumbs Also See for U8903B:
Table of Contents

Advertisement

Appendix 18: User-defined Filter File Format

Selecting Custom in either the low-pass, high-pass, or weighting filters menu enables you
to load a user-defined filter file.
The available user-defined filter types are IIR (Infinite Impulse Response) and FIR (Finite
Impulse Response). You need to specify the coefficients or sections as well as group delay
for the respective filter type. Use the following examples to configure the filter file format.
The file is saved in the *.juf format.
Example of an FIR filter file format is as follows.
#Type: FIR
#Delay: 250
#Coefficients:
0.00023394
-1.69E-05
-1.61E-05
-1.57E-05
...
The coefficients of the FIR filter are described as follows.
0.00023394
-1.69E-05
-1.61E-05
-1.57E-05
The FIR filter transfer function, H(z), is defined as:
NOTE
H(z) = A[0] + A[1]z
where z = complex variable
Keysight U8903B User's Guide
//A[0]
//A[1]
//A[2]
//A[3]
–1
–2
–3
+ A[2]z
+ A[3]z
+ ...
Appendixes
A
561

Advertisement

Table of Contents
loading

Table of Contents