DSP Operation
The basic DSP Operations are :-
1. Convolution.
2. Correlation.
3. Filtering.
4. Transformation.
5. Modulatiom.
All the basic DSP operations requires only simple arithmetic operations of multiply, add or substract and shifting.
1. Convolution:-
It is one of the frequently used operation in DSP espwcially im digital filtering.
Consider 2 finate and causal sequences x(n) & h(n) of length L and M respectively.
Their linear convolution is defined as,
y(n) = h(n) * x(n)
also y(n) = x(n) * h(n)
Let N = L+(M-1).
2. Correlation:-
The correlation is the measure of similarity between 2 signals. There e=are two forms of correlations.
a. Cross Correlation Function (CCF) and
b. Auto Correlation Function (ACF)
a. Cross Correlation Function (CCF):-
Cross Correlation Function is the measure of similarity between two different signals.
Applications of CCf are.
1. Cross spread analysis.
2. Detection or recovery of signals from noice.
eg. Detection of RADAR noice
3. Pattern matching.
b. Auto Correlation Function (AUF):-
ACF involves only one signal and provides information about the structure of the signal or its behavior in the time domine. It is a special form of CCF and it is used in similar applications.
3. Digital Filtering:-
It is one of the most importent operation in PSD.
For an importent class of filters digital filtering operations can be defined as
Y(n) = Summation( k=0 - N-1) [ h(k).x(n-k)].
4. Discrete Transformations:-
5. Modulation:-
Digital signals are transmitted over long distences after modulation.
* To match their frequency cheracteristics to those of the transmission or store media.
* To minimise the signal distortion.
* To utilize the available Band Width efficiency etc ...,
Two application areas where modulation is extensively employed are telecommunications & digital audio engineerin.
The process of modulation involves varying the property of high frequency signal known as carrier in accordance with modulating signal.
The 3 most commonly used digital modulation techniques over a bandpass channel are....
a. Amplitude Shift Keying(ASK).
b. Phase Shift Keying(PSK).
c. Frequency Shift Keying(FSK).
1 comments:
Thnx
Post a Comment