-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added band-pass and band-stop filter coefficients calculation to IIRF…
…ilters.c
- Loading branch information
1 parent
63b0e33
commit 3bfc9d6
Showing
4 changed files
with
58 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
## Added assertions to verify correctness of parameters | ||
## Added band-pass and band-stop filter coefficients calculation to IIRFilters.c | ||
|
||
**Improvements:** | ||
- Added assertions to `matrix.c` and `numMethods.c` | ||
- Added band-pass and band-stop filter coefficients calculation to `IIRFilters.c` to simplify initialization | ||
|
||
**Bugfix:** | ||
- Fixed minor bug in `IIRFilters.c` | ||
|
||
See [Changelog](Changelog.md) |
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