Revision as of 13:04, 11 February 2013 by Krauser (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Question 1:

linear system: y = x1(2t) + x1(t)

nonlinear: y = (x(t)) • (x(t-1))

causal: y = et+5x(t-1)

noncausal: y = et-5x(t+1)

with memory: y = (x[n-5])^3

memoryless: y = (x[n]) ^ 3

invertible: y(t) = (x(t)) ^ t

uninvertible: y(t) = (sum) k=0 -> 5 kx[n]

stable: y[n] = x[n] ^ x[n]

y[n] = n^2x[n-1]

time variying: y[n] = (n^.5)x[x+1] - 3

time invariant: y[n] = 18x[n+1] - 1047(x[n])^2


Back to first bonus point opportunity, ECE301 Spring 2013

Alumni Liaison

To all math majors: "Mathematics is a wonderfully rich subject."

Dr. Paul Garrett