Hi, Steven,

What are the meanings of the parameters (spectral_density, rel_err_thresh, rel_amp_thresh, amp_thresh) in the function do_harminv?

int do_harminv(complex<double> *data, int n, double dt,
           double fmin, double fmax, int maxbands,
           complex<double> *amps, double *freq_re, double *freq_im,
           double *errors = NULL,
           double spectral_density = 1.1, double Q_thresh = 50,
           double rel_err_thresh = 1e20, double err_thresh = 0.01,
           double rel_amp_thresh = -1, double amp_thresh = -1);


 Many thanks!
Jun
_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

Reply via email to