-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated example creation with changes to the cadet python api
smoothing now uses bessel instead of butter filtering. On square pulses the butter filter was causing a ringing effect which gets worse as the pulse is sharper or the sample rate is lower bumped version number depend on CADET-Python smoothing now resamples to 5000 points (based on experimental and synthetic test suite) if there are more than 5000 points. This solves a problem on the forums where long duration runs at very high sampling rates where causing problems.
- Loading branch information
Showing
6 changed files
with
68 additions
and
69 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,5 @@ | |
__email__ = "[email protected]" | ||
__license__ = "GNU General Public License v3 (GPLv3)" | ||
__copyright__ = "2020 %s" % __author__ | ||
__version__ = "0.6.50" | ||
__version__ = "0.7.0" | ||
__uri__ = "https://github.com/modsim/CADET-Match" |
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