Revision 8927390c gnuradio-core/src/lib/filter/gr_single_pole_iir_filter_cc.h

b/gnuradio-core/src/lib/filter/gr_single_pole_iir_filter_cc.h
40 40
 * \ingroup filter_blk
41 41
 *
42 42
 * The input and output satisfy a difference equation of the form
43
 \f{html}{
43
 \htmlonly
44
 \f{
44 45
 y[n] - (1-alpha) y[n-1] = alpha x[n]
45 46
 \f}
47
 \endhtmlonly
46 48

47 49
 \xmlonly
48 50
 y[n] - (1-alpha) y[n-1] = alpha x[n]
49 51
 \endxmlonly
50 52

51 53
 * with the corresponding rational system function
52
 \f{html}{
54
 \htmlonly
55
 \f{
53 56
 H(z) = \frac{alpha}{1 - (1-alpha) z^{-1}}
54 57
 \f}
58
 \endhtmlonly
55 59

56 60
 \xmlonly
57 61
 H(z) = \ frac{alpha}{1 - (1-alpha) z^{-1}}

Also available in: Unified diff