Considering that any arbitrary signal e(t) can be expanded in a Laguerre basis functions:
e(t) = Sum k=0 Inf [ ak phik(s*t) ]
Where:
phik(s*t) is the basis function:
phik(s*t) = exp( -s*t/2) * Lk(s*t)
1 - How properly calculate the coefficients ak ?
2 - How properly choose the time scale factor s ?
Help!