Commit 2185695
Fix tb04ad coefficient extraction using index array
tb04ad returns polynomial coefficients padded to max degree. The index
array specifies actual degree per row. Without trimming, trailing zeros
caused division by zero in DC gain calculations.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 1c63ccd commit 2185695
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1542 | 1542 | | |
1543 | 1543 | | |
1544 | 1544 | | |
| 1545 | + | |
| 1546 | + | |
1545 | 1547 | | |
1546 | | - | |
| 1548 | + | |
1547 | 1549 | | |
1548 | 1550 | | |
1549 | | - | |
| 1551 | + | |
1550 | 1552 | | |
1551 | 1553 | | |
1552 | 1554 | | |
| |||
0 commit comments