-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose
resample_filter
optional arguments in resample
, FIRFilter
(
#621) * expose resample_filter options in resample * document `FIRFilter`, `resample_filter` _resample_filter * const fields for `FIRKernel`s * misc, spacing remove inbounds, correct typo * fix `filtfilt` pad length * Apply suggestions from code review Co-authored-by: Martin Holters <[email protected]> * add tests * add more tests * reuse `FIRFilter`s for arrays * interpolation * test resample with resample_filter * Specify Int64, use `@test` broken argument Co-authored-by: Martin Holters <[email protected]> --------- Co-authored-by: Martin Holters <[email protected]>
- Loading branch information
1 parent
06f8776
commit cd2912c
Showing
7 changed files
with
199 additions
and
163 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
Oops, something went wrong.