I have a discrete Signal in my CSV File and I want to transform it in Z. I import the data with
Data=Import["T:/data.csv","CSV"]
and I try to transform it
ZTranform[Data[n],n,z]
but I get this Error:
$RecursionLimit::reclim : Recursion depth of 256 exceeded >>
What is the meaning of this?



ZTransform[expr,n,z]so I am not sureZTransform[data[n],n,z]means now. The first argument is supposed to be an expression, which is a function ofn– Nasser Dec 21 '12 at 12:07