You have 3 free guides left 😟
Unlock your guides
You have 3 free guides left 😟
Unlock your guides

2.4 Linear transformations and basis functions

3 min readjuly 18, 2024

Linear transformations are the backbone of signal processing, allowing us to manipulate and analyze complex data. They preserve key relationships between vectors, making them invaluable for understanding how signals change and interact in various systems.

Basis functions provide a framework for representing signals in different domains. By changing the basis, we can simplify complex signals, extract important features, and apply transformations that reveal hidden patterns in the data.

Linear Transformations

Properties of linear transformations

Top images from around the web for Properties of linear transformations
Top images from around the web for Properties of linear transformations
  • Preserve vector addition enables combining transformed vectors in the same way as the original vectors
  • Preserve scalar multiplication allows scaling transformed vectors by the same factor as the original vectors
  • Map the zero vector to the zero vector maintains the origin of the
  • Preserve linear combinations ensures that any linear combination of vectors is transformed into the corresponding linear combination of their transformed counterparts

Matrix representation of transformations

  • AA contains the images of the standard basis vectors e1,e2,,ene_1, e_2, \ldots, e_n as its columns
  • Matrix multiplication AxAx computes the of vector xx by mapping each component to its corresponding transformed value
  • Composition of linear transformations corresponds to matrix multiplication of their respective transformation matrices (T2T1A2A1T_2 \circ T_1 \leftrightarrow A_2A_1)
  • Inverse of a linear transformation, if it exists, is represented by the inverse of its transformation matrix (T1A1T^{-1} \leftrightarrow A^{-1})

Basis Functions

Role of basis functions

  • Provide a coordinate system for representing vectors in a vector space or signals in a function space
  • Enable unique representation of any vector or signal as a linear combination of the basis functions
  • Allow for compact and efficient representation of signals by capturing their essential features
  • Facilitate analysis, processing, and transformation of signals in different domains (timefrequency\text{time} \leftrightarrow \text{frequency})

Basis changes for signals

  • AA contains the new basis vectors expressed in terms of the original basis
  • Coefficients in the new basis cnewc_{\text{new}} are obtained by multiplying the original coefficients coldc_{\text{old}} by the change of basis matrix: cnew=Acoldc_{\text{new}} = Ac_{\text{old}}
  • A1A^{-1} maps the coefficients back to the original basis: cold=A1cnewc_{\text{old}} = A^{-1}c_{\text{new}}
  • Basis changes can be used to simplify signal representation, extract features, or apply transformations

Common basis functions in processing

  • represents signals as a sum of complex exponentials with different frequencies
    • Enables frequency-domain analysis and filtering (low-pass\text{low-pass}, high-pass\text{high-pass}, band-pass\text{band-pass})
    • Used in applications such as audio processing, telecommunications, and radar
  • represents signals at different scales and positions using scaled and shifted versions of a mother wavelet
    • Captures both frequency and time information, providing a multi-resolution analysis
    • Used in applications such as image compression (JPEG 2000\text{JPEG 2000}), denoising, and feature extraction
  • represents signals as a sum of powers of a variable (11, xx, x2x^2, \ldots)
    • Used in curve fitting, interpolation, and approximation problems
  • Legendre and Hermite bases are orthogonal polynomial bases used in solving differential equations and quantum mechanics, respectively
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Glossary
Glossary