The program is great and lets the user to avoid the trouble of dealing with the original Fortran CONTIN program. The program works great, although I have just a couple comments:
- The "s" array fed to rilt is actually a tau array (s = 1/tau).
- "rilt.m" should be called "rlm.m" because it is actually the forward transform by the majority of definitions I've ever seen. L[f(t)] = F(s) = F(1/tau) is the forward transform.
That said, I want to say thank-you to the programmer. This routine has helped me out with an aspect of my thesis.