if you have a signal say x(t) in continuous time and you transform it using the Fourier transform for continuous time you get X(w) which is the frequency domain representation of this signal x(t). From this point, you can get magnitude and phase and you now have a greater representation of the system outside of just the time domain.
My question is, what is X(w) just by itself? I understand that from X(w) you can get magnitude and phase and these are important in system analysis, but what is the significance of the X(w) term?
Can you plot X(w)? If you plot X(w), the x axis is frequency but what does the y axis denote? Not having a firm understanding of this is really fogging my intuition behind transforms.
Thank you all!
The way the fourier transform is usually defined, $X(\omega)$ is a complex number, which contains information about the magnitude and phase of each frequency component. More specifically, $$ X(\omega) = M_\omega e^{i\varphi_\omega} = M_\omega\left(\cos \varphi_\omega + i\sin\varphi_\omega\right) $$ where $M_\omega$ is the magnitude and $\varphi_\omega$ the phase of the frequency $\omega$.
If you want to plot $X(\omega)$, you have two choices
You can plot separately plot $M_\omega$ over $\omega$, i.e the magnitude over the frequency, and $\varphi_\omega$ over $\omega$, i.e. the phase over the frequency. This is called a bode plot.
You can treat $\omega$ as a *parameter, and plot $X(\omega)$ in the two-dimensional plane as $t$ varies. This is called a nyquist plot.