For your convenience, here are some of the first few:
The rest may be generated in Matlab using the following:
T(:, 1) = ones(length(x), 1);
T(:, 2) = x;
for n = 3:Hmax+1
T(:, n) = 2*x.*T(:,n-1) - T(:,n-2);
end
``Music 270a: Waveshaping Synthesis''
by Tamara Smyth,
Department of Music, University of California, San Diego (UCSD).
Download PDF version (waveshaping.pdf)
Download compressed PostScript version (waveshaping.ps.gz)
Download PDF `4 up' version (waveshaping_4up.pdf)
Download compressed PostScript `4 up' version (waveshaping_4up.ps.gz)
Copyright © 2019-03-03 by Tamara Smyth.
Please email errata, comments, and suggestions to Tamara Smyth<trsmyth@ucsd.edu>