summaryrefslogtreecommitdiff
path: root/773/DEPENDENCIES/ztransfer.sce
diff options
context:
space:
mode:
Diffstat (limited to '773/DEPENDENCIES/ztransfer.sce')
-rwxr-xr-x773/DEPENDENCIES/ztransfer.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/773/DEPENDENCIES/ztransfer.sce b/773/DEPENDENCIES/ztransfer.sce
new file mode 100755
index 000000000..87a5dc9c1
--- /dev/null
+++ b/773/DEPENDENCIES/ztransfer.sce
@@ -0,0 +1,5 @@
+//function//
+function [Ztransfer]=ztransfer(sequence)
+z = poly(0, 'z', 'r')
+Ztransfer=sequence*(1/z)^[0:(length(sequence)-1)]'
+endfunction