Skip to content

Category: CSE348 Signals

Vector Spaces

Vector Spaces Merriam-webster dictionary defines a vector as “….a quantity that has magnitude and direction and that is commonly represented by a directed line segment…

Comments closed

Discrete Fourier Transforms

$$ \begin{eqnarray} x[n] = \frac{1}{2\pi} \int_{<2\pi>}X(\Omega)e^{i\Omega n}d\Omega\\\\ X(\Omega) = \sum_{k=-\infty}^{\infty}x[k]e^{-i\Omega k} \end{eqnarray}$$ DFT FOR PERIODIC CASE Consider a periodic signal $x[n]$, $x[n+N]=x[n]$. $$ \begin{eqnarray} X(\Omega)…

Comments closed