FAQs from Rohde & Schwarz

How can I read the equalizer file *.vae?

Question

How can I read the equalizer file *.vae?

Answer

It is possible to read the file with Matlab.
In Matlab in the command window use the following command to load the vae file in the workspace of Matlab:

load('c:\work\FSW\equalizer_Filter.vae','-mat')

Now you can read the content:

How can I read the equalizer file *.vae?