Wednesday, April 27, 2011

Gram Schmidth Algorithm implemented in MATLAB

In digital modulation techniques a set of basis functions are chosen for a particular modulation scheme.Generally the basis functions are orthogonal to each other. Basis functions can be derived using 'Gram Schmidt orthogonalization' procedure.Once the basis function are chosen, any vector in the signal space can be represented as a linear combination of the basis functions.
Gram–Schmidt process is a method for orthonormalising a set of vectors .The Gram–Schmidt process takes a finitelinearly independent set and generates an orthogonal set.
For MATLAB code of Gram Schmidt follow the link:



1 comment: