|
"wesley " <wes.wortman@gmail.com> wrote in message <hpibj5$hlb$1@fred.mathworks.com>...
>
> EDU>> syms t;
> EDU>> fourier(exp(-t^2))
>
> ans =
>
> pi^(1/2)/exp(w^2/4)
>
>
> The above works but not sure how to get all the variables and preconditions into MATLAB. I'm sure it's not so bad for somebody that has figured it out and was taught by someone else. Online college sucks but I work full time on a variable schedule
For your second question, http://en.wikipedia.org/wiki/Heaviside_step_function has some details.
As for the rest, there are a number of accessible texts on Fourier series or transforms: Tolstov, Fourier Series; James, A student's guide to Fourier transforms; Bracewell, The Fourier Transform and its Applications (out of print), Brigham, The Fast Fourier Transform and its Applications.
While a good teacher can undoubtedly help, mastering course material is largely up to you, and this becomes increasingly true at higher levels of education.
|