Signals are function that map one or more input to an output. One-dimensional signals are those that describe the evolution of a system over time — in fact, the input variable is often the time, . Two-dimensional signals are those that describe the value of a function in a certain spot — they are often used to represent images and they take two values, and , which are the pixel coordinates.
Of course, there are many more signals and they can describe different things. However, in the context of Image and Signal Processing, these are the two most important kinds of signal.
Mathematical functions
Mathematical functions are usually described as , which basically means that function takes a real value (value in ) and outputs another real value.
Functions have so many properties that covering all of them here would be an understatement. They have, nonetheless, two important properties that we should not forget:
- they can be even. A function is said to be even if ;
- they can be odd. A function is said to be odd if .
Signals
Some signals are periodic, which means that they repeat over time. The two basic periodic signals are:
Variable is a frequency — indeed it is measured in Hertz (Hz, which is ). , where is the time (measured in seconds) taken to make a full cycle.
We call the pulsation or, better, the angular velocity.
Signals can also be translated. It is possible to delay them by subtracting some quantity from the input varialbe. is shifted to the right: it starts later than ; is shifted to the left: it starts before earlier than .
Common signals
Some common signals are presented afterwards.
Box Signal
Generalized Box Signal
Dirac’s Delta Signal (impulse)
Dirac’s Delta is thus:
Triangle Signal
Sign Signal
Step Signal
Sinc Signal
Sampling property
The impulse has a great property, known as the “sampling property”. It states that:
This means that if we place the signal at some point in time ( ) and multiply it by any other signal , what we get is the so-called sampling of signal at time . This property — which may look pretty complex and hard to understand — is just the formal way of representing the behaviour of two things we use everyday: microphones and cameras.
Microphones and cameras are indeed based on sampling: they sample signals from the surroundings (sounds and photons, respectively).