Dale H. Mugler - University of Akron
The following three files contain the Matlab code to calculate the integration
coefficients needed
for the SigInt method. Click
here to download a zipped version of the three files. (Click
here to download
FreeZip, a freeware zipping and unzipping package.)
mwsys.m is the main program.
Use it by [c,A,b]=mwsys(tau,N), where
c is the set of coefficients. Alternatively, just get the coefficients
by calling
mwsys(tau,N). The value of N is the number of intervals in the integration.
elirc.m
is a subroutine
sincmp.m involves derivatives
of the sinc function.