function out = userwin(points,param)
out = winplt(21,points)*(100-param) + winplt(22,points)*(100+param);
If the parameter slider is all the way to the left (-100) then this user window would display the
same thing as window ID 21 (Potter 210). If the parameter slider is all the way to the right (+100)
then the user window would display the same thing as window ID 22 (Potter 310). If the slider is
in between then the window generated would be a weighted mixture of those two windows.
(The parameter set to zero would generate an even mixture of the two windows.) Note that you don't
have to worry about normalizing the window amplitude.