summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bodeplot
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-07-20 20:20:21 +0000
committerKarl Berry <karl@freefriends.org>2022-07-20 20:20:21 +0000
commit9abe5e7e81cc75e9a63b9bbdffb081bdfc88e1b0 (patch)
treed2520501b8d12efaa8e32a9c6fabe9d34594f881 /Master/texmf-dist/doc/latex/bodeplot
parent4d69fa7122d4258eace9e9886d18f8057a12fe2e (diff)
bodeplot (20jul22)
git-svn-id: svn://tug.org/texlive/trunk@63946 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bodeplot')
-rw-r--r--Master/texmf-dist/doc/latex/bodeplot/README.md12
-rw-r--r--Master/texmf-dist/doc/latex/bodeplot/bodeplot.pdfbin992859 -> 1007326 bytes
2 files changed, 11 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/bodeplot/README.md b/Master/texmf-dist/doc/latex/bodeplot/README.md
index 23733a484e8..25b8d7e1dd6 100644
--- a/Master/texmf-dist/doc/latex/bodeplot/README.md
+++ b/Master/texmf-dist/doc/latex/bodeplot/README.md
@@ -5,6 +5,16 @@ Inspired by the `bodegraph` package.
*Version 1.0.8 and newer store `gnuplot` temporary files in the working directory. Use class option `declutter` to restore pre-v1.0.8 behavior. Option `declutter` can cause errors if used with a `tikzexternalize` prefix.*
+Compilation instructions:
+1) `latex bodeplot.ins` to generate `bodeplot.sty`
+2) To compile documentation (needs `gnuplot` on system PATH):
+```
+pdflatex bodeplot.dtx --shell-escape
+makeindex -s gind.ist bodeplot.idx
+makeindex -s gglo.ist -o bodeplot.gls bodeplot.glo
+pdflatex bodeplot.dtx --shell-escape
+pdflatex bodeplot.dtx --shell-escape
+```
Added functionality:
- New `\BodeZPK` and `\BodeTF` commands to generate Bode plots of any transfer function given either poles, zeros, gain, and delay, or numerator and denominator coefficients and delay
- Support for unstable poles and zeros.
@@ -42,4 +52,4 @@ Other new environments and associated commands:
- `\addNyquistZPKPlot[plot-options]{z/{zeros},p/{poles},k/gain,d/delay}`
- `\addNyquistTFPlot[plot-options]{num/{coeff},den/{coeff},d/delay}`
-Limitation: Phase plots from TF commands are wrapped between 0 and 360 degrees. \ No newline at end of file
+Limitation: Nichols charts from TF commands are wrapped between 0 and 360 degrees.
diff --git a/Master/texmf-dist/doc/latex/bodeplot/bodeplot.pdf b/Master/texmf-dist/doc/latex/bodeplot/bodeplot.pdf
index 4ccba156a55..1660b2dc51f 100644
--- a/Master/texmf-dist/doc/latex/bodeplot/bodeplot.pdf
+++ b/Master/texmf-dist/doc/latex/bodeplot/bodeplot.pdf
Binary files differ