-
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 assertions to verify correctness of parameters
- Loading branch information
1 parent
498fb49
commit 63b0e33
Showing
5 changed files
with
154 additions
and
41 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,9 +1,6 @@ | ||
## Added low-pass and high-pass filter coefficients calculation to IIRFilters.c | ||
|
||
**New features:** | ||
- Added low-pass and high-pass filter coefficients calculation to `IIRFilters.c` to simplify initialization | ||
## Added assertions to verify correctness of parameters | ||
|
||
**Improvements:** | ||
- Moved faster math functions macros to `basicMath.h` | ||
- Added assertions to `matrix.c` and `numMethods.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
Oops, something went wrong.