make_dolphchebyshev_t   71 experiment.cc    complex_t *filtert = make_dolphchebyshev_t(lobefrac_loc, tolerance_loc, w_loc);
make_dolphchebyshev_t   75 experiment.cc    complex_t *filtert_est = make_dolphchebyshev_t(lobefrac_est, tolerance_est, w_est);
make_dolphchebyshev_t   20 filters.h      complex_t * make_dolphchebyshev_t(double lobefrac, double tolerance, int &w);
make_dolphchebyshev_t   60 generate_graphs.cc   complex_t *filtert = make_dolphchebyshev_t(lobefrac_loc, tolerance_loc, w_loc);
make_dolphchebyshev_t   64 generate_graphs.cc   complex_t *filtert_est = make_dolphchebyshev_t(lobefrac_est, tolerance_est, w_est);
make_dolphchebyshev_t   38 kaiserbessel.cc   tmp = make_dolphchebyshev_t(frac, 1e-9, w3);