summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-10-18 18:25:51 +0200
committerPaul B Mahol <onemda@gmail.com>2020-10-18 18:48:41 +0200
commit847dc03787b0e04f098be932f32b04c1fde3f082 (patch)
treeebc98eb6702efcbeed891533f098f2dd80e1e018 /doc
parent6ef55f54fe0743699c346c3d4d882991fdcc80ff (diff)
avfilter/af_aiir: add analog transfer function format
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 50ef692077..037a37be23 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1408,6 +1408,8 @@ Set output gain.
Set coefficients format.
@table @samp
+@item sf
+analog transfer function
@item tf
digital transfer function
@item zp
@@ -1466,7 +1468,7 @@ displayed. This option is used only when @var{response} is enabled.
Set video stream size. This option is used only when @var{response} is enabled.
@end table
-Coefficients in @code{tf} format are separated by spaces and are in ascending
+Coefficients in @code{tf} and @code{sf} format are separated by spaces and are in ascending
order.
Coefficients in @code{zp} format are separated by spaces and order of coefficients
@@ -1491,6 +1493,12 @@ Same as above but in @code{zp} format:
@example
aiir=k=0.79575848078096756:z=0.80918701+0.58773007i 0.80918701-0.58773007i 0.80884700+0.58784055i 0.80884700-0.58784055i:p=0.63892345+0.59951235i 0.63892345-0.59951235i 0.79582691+0.44198673i 0.79582691-0.44198673i:f=zp:r=s
@end example
+
+@item
+Apply 3-rd order analog normalized Butterworth low-pass filter, using analog transfer function format:
+@example
+aiir=z=1.3057 0 0 0:p=1.3057 2.3892 2.1860 1:f=sf:r=d
+@end example
@end itemize
@section alimiter