-
Notifications
You must be signed in to change notification settings - Fork 629
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable automatic DFT decimation by default (#1732)
* automatic DFT decimation * disable automatic decimation for certain tests * fixes * disable decimation for more tests * compute the maximum frequency of the DFT monitor rather than use the last array element * replace get_width with get_fwidth and use analytic formula for gaussian_src_time * add missing 2pi factor to gaussian_src_time::get_fwidth * add factor of 2 to gaussian_src_time::get_fwidth(double tol) * various fixes * disable automatic decimation for test_n2f_periodic.py * switch ceil to floor when setting decimation_factor
- Loading branch information
Showing
24 changed files
with
193 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.