Blame data/README.foe

Packit ea1746
The *.foe files contain coefficients provided by Stefan Roth, who agreed to
Packit ea1746
release them under a BSD license. See his home page:
Packit ea1746
Packit ea1746
  http://www.gris.informatik.tu-darmstadt.de/~sroth/research/foe/index.html
Packit ea1746
Packit ea1746
The coefficients in the *.foe files have been obtained by extracting the
Packit ea1746
matrices from the MATLAB files and performing matrix multiplication.
Packit ea1746
Packit ea1746
The format of the files is ASCII:
Packit ea1746
  <s = filter size> <K = number of filters>
Packit ea1746
  <alpha_1> ... <alpha_K>
Packit ea1746
  <f_1,1> ... <f_1,s^2>
Packit ea1746
  ...
Packit ea1746
  <f_K,1> ... <f_K,s^2>