3

I, i'm trying to draw a block diagram with tikz like discribed the link below http://www.texample.net/tikz/examples/fir-filter/

but when i compile the code, i get a text error :

I can't find 'tikzlibrarydsp.code.tek' \usetikzlibrary{dsp,chains}.

Does somebody know how to overcome this

  • 1
    There is a link that says Download the digital signal processing library: tikz-dsp.zip in the link.... – percusse Apr 21 '15 at 08:38

2 Answers2

4

I see two possible solutions:

  1. Download the library files tikz-dsp.zip as written on the webpage you referred to.
  2. Use alternative approach such as

Augustin
  • 5,695
1
  • Download the library files tikz-dsp.zip as written on the webpage you referred to.
  • Drop the library/tex/latex/tikz-dsp folder in ~/texmf/tex/latex/ (Linux) or /usr/local/texlive/2017/texmf-dist/tex/latex/ (Mac)
  • Run hashtex in the terminal
jay_pee_
  • 11
  • 1
  • 1
    Welcome to TeX.SX! hashtex is not required for ~/texmf/tex/latex; and on the Mac one can use ~/Library/texmf/tex/latex – egreg Jan 04 '18 at 15:54