Skip to content

Commit 878007e

Browse files
authored
Fix equation in QSS filter documentation
1 parent 08b301d commit 878007e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/qssmoother.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* The difference-equation of the output of this filter is given by:
2323
*
24-
* <center> \f$y(t)=x(t)+\alpha[y(t-1)+x(t)]\f$ </center>
24+
* <center> \f$y(t)=x(t)+\alpha[y(t-1)-x(t)]\f$ </center>
2525
*
2626
* where,
2727
*
@@ -438,4 +438,4 @@
438438
* }
439439
* @endcode
440440
*
441-
*/
441+
*/

0 commit comments

Comments
 (0)