Introduction - If you have any usage issues, please Google them yourself
VEC2PDFB Convert the vector form to the output structure of the PDFB
y = vec2pdfb(c, s)
Input:
c: 1-D vector that contains all PDFB coefficients
s: structure of PDFB output
Output:
y: PDFB coefficients in cell vector format that can be used in pdfbrec
See also: PDFB2VEC, PDFBREC
Copy the coefficients from c to y according to the structure s
n = s(end, 1) number of pyramidal layers
y = cell(1, n)
Variable that keep the current position