Skip to content

Commit

Permalink
PolynomialRatio: correct doctest results
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Buer <[email protected]>
  • Loading branch information
ErikBuer authored and wheeheee committed Feb 6, 2024
1 parent 44bf0ea commit 6c9f2b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ tdfilt
tdfilt!
resample
```

## Filter design

Most analog and digital filters are constructed by composing
Expand Down Expand Up @@ -105,7 +106,6 @@ include [`remez`](@ref) which designs equiripple FIR
filters of all types, and [`iirnotch`](@ref) which designs a
2nd order "biquad" IIR notch filter.


### [Filter response types](@id response-types)

```@docs
Expand Down Expand Up @@ -150,6 +150,7 @@ FIRWindow
```

### [Direct filter design methods](@id direct-design-methods)

```@docs
remez
iirnotch
Expand Down Expand Up @@ -211,4 +212,4 @@ passband cutoff frequency of 0.2, a stopband cutoff frequency of 0.4,

```julia
(N, ωn) = ellipord(0.2, 0.4, 3, 40)
```
```

0 comments on commit 6c9f2b0

Please sign in to comment.