Line 2: | Line 2: | ||
In discrete time, a function is period if there exists an integer N such that x[n+N] = x[n] | In discrete time, a function is period if there exists an integer N such that x[n+N] = x[n] | ||
− | An example of a discrete period function would be <math>e^(jwn)</math> | + | An example of a discrete period function would be <math>pow(e,jwn)e^(jwn)</math> |
In continuous time, a function x(t) is periodic if there exists a T>0 such that x(t+T) = x(t) | In continuous time, a function x(t) is periodic if there exists a T>0 such that x(t+T) = x(t) |
Revision as of 15:41, 4 September 2008
Periodic Functions
In discrete time, a function is period if there exists an integer N such that x[n+N] = x[n]
An example of a discrete period function would be $ pow(e,jwn)e^(jwn) $
In continuous time, a function x(t) is periodic if there exists a T>0 such that x(t+T) = x(t)
Non Periodic Functions
All functions that are not periodic I suppose would then be Non-periodic.