Skip to main content

Signal Time Domain Properties

Casual Signal

If a signal is only non-zero for t0t \geq 0, it is called a casual signal.

Periodic Signal

If,

f(t)=f(t+T)f(t) = f(t + T)

Where TT is the minimum positive number that makes this true.

Then f(t)f(t) is periodic with TT.

info

For common signals like,

f(t)=Re(ejωt)f(t) = Re(e^{j\omega t})

Obviously, the period is 2πω\frac{2\pi}{\omega}.

However, consider the discrete signal,

f[t]=Re(ejωt)f[t] = Re(e^{j\omega t})

Let's solve,

ωT=2πk\omega T = 2\pi k

The TT doesn't guarantee to be 2πω\frac{2\pi}{\omega}. This is because in discrete signal, the minimum value of TT is one instead of zero.

To solve the equation, obvious, ω\omega must be a rational scale of 2π2\pi, thus assum,

ω=2πpq\omega = 2\pi \frac{p}{q}

Where gcd(p,q)=1gcd(p, q) = 1.

Thus,

T=qkpT = \frac{qk}{p}

So,

T=qT = q

It is important to note that higher ω\omega doesn't imply shorter TT for discrete signals.

Energy

The energy of a signal is defined as,

E=+f(t)2dtE = \int_{-\infty}^{+\infty} f(t)^2 \mathrm{d}t

If the energy of a signal exists, it is called a energetic signal.

Power

The power of a signal is defined as,

P=limT+12TT+Tf(t)2dtP = \lim_{T \to +\infty} \frac{1}{2T} \int_{-T}^{+T} f(t)^2 \mathrm{d}t

If the power of a signal exists, it is called a power signal.