summaryrefslogtreecommitdiffstats
path: root/flow/gsl/gsl.gnuplot
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-05 00:01:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-05 00:01:18 +0000
commit42995d7bf396933ee60c5f89c354ea89cf13df0d (patch)
treecfdcea0ac57420e7baf570bfe435e107bb842541 /flow/gsl/gsl.gnuplot
downloadarts-42995d7b.tar.gz
arts-42995d7b.zip
Copy of aRts for Trinity modifications
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1070145 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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