suservo: fix doc typo

This commit is contained in:
hartytp 2018-09-03 10:44:22 +01:00 committed by David Nadlinger
parent e7dba34475
commit c55460f59f
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class IIR(Module):
will be abbreviated W here.
It reads 1 << W.channels input channels (typically from an ADC)
and on each iteration processes the data on using a first-order IIR filter.
and on each iteration processes the data using a first-order IIR filter.
At the end of the cycle each the output of the filter together with
additional data (typically frequency tunning word and phase offset word
for a DDS) are presented at the 1 << W.channels outputs of the module.