From 42995d7bf396933ee60c5f89c354ea89cf13df0d Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 5 Jan 2010 00:01:18 +0000 Subject: 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 --- flow/gsl/gsl.gnuplot | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 flow/gsl/gsl.gnuplot (limited to 'flow/gsl/gsl.gnuplot') 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 -- cgit v1.2.1