diff options
| author | Philipp Le <philipp-le-prviat@freenet.de> | 2020-07-02 08:46:43 +0200 |
|---|---|---|
| committer | Philipp Le <philipp-le-prviat@freenet.de> | 2021-03-04 22:44:39 +0100 |
| commit | e013061148e3b081d73442d1b6bc11212f60debc (patch) | |
| tree | 2ef0b7eb9467f1f70485102f9d34ce91d9bd55e4 /exercise06 | |
| parent | 864b4f36a83c95dc941174ec09a683464d3c1b82 (diff) | |
| download | dcs-lecture-notes-e013061148e3b081d73442d1b6bc11212f60debc.zip dcs-lecture-notes-e013061148e3b081d73442d1b6bc11212f60debc.tar.gz dcs-lecture-notes-e013061148e3b081d73442d1b6bc11212f60debc.tar.bz2 | |
Corrections in Exercise 6
Diffstat (limited to 'exercise06')
| -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} |
