-
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.
- Loading branch information
1 parent
72c1811
commit d7baede
Showing
3 changed files
with
13 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,9 +1,9 @@ | ||
## Added band-pass and band-stop filter coefficients calculation to IIRFilters.c | ||
## Added discrete-time algebraic Riccati equation solver | ||
|
||
**Improvements:** | ||
- Added band-pass and band-stop filter coefficients calculation to `IIRFilters.c` to simplify initialization | ||
**New features:** | ||
- Added `DARE` and `DAREStatic` functions to `numMethods` to solve discrete-time algebraic Riccati equation | ||
|
||
**Bugfix:** | ||
- Fixed minor bug in `IIRFilters.c` | ||
- Minor formatting fix | ||
|
||
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