Add part about FIR filter
authorChristiaan Baaij <christiaan.baaij@gmail.com>
Sun, 13 Dec 2009 18:16:18 +0000 (19:16 +0100)
committerChristiaan Baaij <christiaan.baaij@gmail.com>
Sun, 13 Dec 2009 18:16:18 +0000 (19:16 +0100)
Makefile
christiaan/introduction.lhs
talk.fmt

index 35b708867087170dfd1a0e0f8e26e5153cea7e5e..b4b9a3f2bdc4130131677bb7f7c95f1b7ab204d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 FILE           = clash-haskell09
-LHS2TEX = lhs2TeX -v --poly
+LHS2TEX = lhs2TeX -v --tt
 LATEXMK = latexmk -pdf
 RM                     = rm -f
 RSVG    = rsvg-convert --format=pdf
@@ -7,7 +7,9 @@ RSVG    = rsvg-convert --format=pdf
 LHSRCS = \
        introduction.lhs \
        matthijs/introduction.lhs \
-       christiaan/introduction.lhs
+       christiaan/introduction.lhs \
+       christiaan/fir.lhs \
+       christiaan/dotproduct.lhs
 
 LHFORMATS = \
        talk.fmt
index bfa3494c2545e83046bb8138e045742c8aaddf56..e88a32ba16b0788205bc7ec07fde389dc3a05d5d 100644 (file)
@@ -4,4 +4,6 @@
 \author{Christiaan Baaij}
 \date{December 14, 2009}
 
-\frame{\titlepage \setcounter{framenumber}{1}}
\ No newline at end of file
+\frame{\titlepage \setcounter{framenumber}{1}}
+
+\input{christiaan/fir}
\ No newline at end of file
index 0cf17575a1d4f7bd5f4d0370e913eb9bb9b44802..5a49f7295d2d911fcb1671bf8de3aaa25cb47cf9 100644 (file)
--- a/talk.fmt
+++ b/talk.fmt
@@ -22,5 +22,4 @@
 %format QUd(x)  = "[d|" x "\rrbracket "
 %format QUt(x)  = "[t|" x "\rrbracket "
 %format ^^      = "\; "
-%format **      = "\ \mathit{**}\ "
 %endif 
\ No newline at end of file