diff options
Diffstat (limited to 'exercise06/exercise06.tex')
| -rw-r--r-- | exercise06/exercise06.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/exercise06/exercise06.tex b/exercise06/exercise06.tex index d376519..a19d818 100644 --- a/exercise06/exercise06.tex +++ b/exercise06/exercise06.tex @@ -37,10 +37,10 @@ \begin{tasks} \task - Give the block diagram of the filter! - \task Give the differential equation of the filter! \task + Give the transfer function of the filter! + \task How much is the filter order? \task Is the filter stable? @@ -133,13 +133,13 @@ \task Calculate the DFT for $k = 0, \ldots, 3$! \task - Calculate the FFT using the Cooley-Tuckey FFT algorithm! + Draw the butterfly graph of the Cooley-Tuckey FFT algorithm! \task - Compare the number of multiply-accumulate operations necessary for both methods in a) and b)! + Give the primitive roots of unity for each sub-FFT in the butterfly graph! \task - Draw the butterfly graph! + Calculate the FFT using the Cooley-Tuckey FFT algorithm! \task - Give th primitive roots of unity for each sub-FFT in the butterfly graph! + Compare the number of multiply-accumulate operations necessary for both methods in a) and d)! \task \textit{(optional programming task)} Implement the FFT algorithm in a programming language of your choice! \end{tasks} |
