[REQ] Maple & Fourier Series

Status
Not open for further replies.

mtkee2003

Full Member level 2
Joined
Sep 24, 2005
Messages
132
Helped
4
Reputation
10
Reaction score
1
Trophy points
1,298
Activity points
2,356
maple fourier

hi

i want to calculate the fourier series for this function, using MATLAB or MAPLE:

f(t) = exp(cos(w.t))

regards
Mostafa
 

maple fourier series

i think matlab can't get fourier series because i tried to search many times but i failed

matlab can get fourier transform and FFT

if you want any help you can enter matlab help and search on fourier series
 

series de fourier con maple 10

hi

Matlab can find the fourier transform, buy you need the Symbolic Toolbox, havin it do

syms f v t
f = exp(cos(v*t));
fourier(f,t,w)

Notice I changed your value of w by v, because this is a fixed value of w, it should be wo, but it seems confusing since the resultant function will have w as the variable.

Cheers

Sal
 

    mtkee2003

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…