Skip to content

Commit 4720e75

Browse files
committed
Doc alias forwin for fir1
1 parent 3a8cd3b commit 4720e75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gen/filter/fir1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ where
2424
F: List<<Self::Set as ComplexFloat>::Real>,
2525
W: ComplexFloat<Real = <Self::Set as ComplexFloat>::Real> + Into<Self::Set>
2626
{
27+
#[doc(alias = "firwin")]
2728
fn fir1<FS>(
2829
order: O,
2930
frequencies: F,

0 commit comments

Comments
 (0)