Skip to main content

Calculus III - 3-Dimensional Space: Equations of Lines

In this section we need to take a look at the equation of a line in  R 3 R 3 . As we saw in the previous section the equation  y = m x + b y = m x + b  does not describe a line in  R 3 R 3 , instead it describes a plane. This doesn’t mean however that we can’t write down an equation for a line in 3-D space. We’re just going to need a new way of writing down the equation of a curve. So, before we get into the equations of lines we first need to briefly look at vector functions. We’re going to take a more in depth look at vector functions later. At this point all that we need to worry about is notational issues and how they can be used to give the equation of a curve. The best way to get an idea of what a vector function is and what its graph looks like is to look at an example. So, consider the following vector function. → r ( t ) = ⟨ t , 1 ⟩ r → ( t ) = ⟨ t , 1 ⟩ A vector function is a function that takes one or more variables, one in this case, and returns a...

Digital Signal Processing - Classification of Discrete Time Signals


Image result for digital signal processor

Just like Continuous time signals, Discrete time signals can be classified according to the conditions or operations on the signals.

Even and Odd Signals

Even Signal

A signal is said to be even or symmetric if it satisfies the following condition;

Here, we can see that x(-1) = x(1), x(-2) = x(2) and x(-n) = x(n). Thus, it is an even signal.

Odd Signal

A signal is said to be odd if it satisfies the following condition;

From the figure, we can see that x(1) = -x(-1), x(2) = -x(2) and x(n) = -x(-n). Hence, it is an odd as well as anti-symmetric signal.

Image result for even discrete signal

Periodic and Non-Periodic Signals

A discrete time signal is periodic if and only if, it satisfies the following condition −

Here, x(n) signal repeats itself after N period. This can be best understood by considering a cosine signal −

For the signal to become periodic, following condition should be satisfied;


i.e. 2Ï€f0N is an integral multiple of 2Ï€
Frequencies of discrete sinusoidal signals are separated by integral multiple of 2Ï€.

Energy and Power Signals

Energy Signal

Energy of a discrete time signal is denoted as E. Mathematically, it can be written as;

If each individual values of  are squared and added, we get the energy signal. Here  is the energy signal and its energy is finite over time i.e 

Power Signal

Average power of a discrete signal is represented as P. Mathematically, this can be written as;

Here, power is finite i.e. 0<P<∞. However, there are some signals, which belong to neither energy nor power type signal.

Comments