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:

网站地图