Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[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:D

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top