summaryrefslogtreecommitdiffstats
path: root/flow/gsl/gsl.gnuplot
diff options
context:
space:
mode:
Diffstat (limited to 'flow/gsl/gsl.gnuplot')
-rw-r--r--flow/gsl/gsl.gnuplot5
1 files changed, 5 insertions, 0 deletions
diff --git a/flow/gsl/gsl.gnuplot b/flow/gsl/gsl.gnuplot
new file mode 100644
index 0000000..e50c2ae
--- /dev/null
+++ b/flow/gsl/gsl.gnuplot
@@ -0,0 +1,5 @@
+dB(x)=20*log(abs(x))/log(10) # logarithmische Filterdarstellung in dB (s/20/10/ for abs(x)^2)
+s2z(s)=(1+s)/(1-s) # s-Ebene -> z-Ebene (bilinear Trans.)
+j={0,1} # sqrt(-1)
+Z(x)=exp({0,-1}*x) # gnuplot laufvariable x fuer H(z)
+set samples 4000 # more accuracy