From e013061148e3b081d73442d1b6bc11212f60debc Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Thu, 2 Jul 2020 08:46:43 +0200 Subject: Corrections in Exercise 6 --- exercise06/exercise06.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'exercise06') 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} -- cgit v1.1