Search found 1 match

by endolith
Tue Apr 14, 2015 4:46 am
Forum: Graphics, Figures & Tables
Topic: Adding triangles to tikz-dsp
Replies: 1
Views: 4296

Adding triangles to tikz-dsp

Hello. I am completely new to TikZ. I was able to adapt the example from http://www.texample.net/tikz/examples/fir-filter/ and make a diagram:

\documentclass{article}

\usepackage{tikz}
\usetikzlibrary{dsp,chains}

\DeclareMathAlphabet{\mathpzc}{OT1}{pzc}{m}{it}
\newcommand{\z}{\mathpzc{z ...