Kaiser window state
What is Kaiser window state
The equivalent problem in function approximation
Setup parameters
beta = 8;
targ = @(x) besselj(0,1jbetasqrt(1-2asin(x).^2))/besselj(0,1jbeta);
deg = 100;
delta = 0.01;
opts.intervals = [0,sin(1)];
opts.objnorm = Inf;
opts.epsil = 0.01;
opts.npts = 500;
opts.fscale = 0.98; % scaling factor for the infinity norm
opts.isplot = true;
opts.maxiter = 100;
opts.criteria = 1e-12;
opts.useReal = true;
opts.targetPre = true;
opts.method = 'Newton';Approximating the target function by polynomials


Solving phase factors by running the solver
Verifying the solution

Reference
Last updated