Fourier coeffs of a function in Matlab

  • #1
3
0
Please, people, need help!

I have a harmonic function which is a product of cosines (something with many cos(k*phi)) and it can be represented as a finite series with only cos terms... We know it...

Now. Every step we multiply this function by one more cos and want to find the Fourier coefs.

So, I don't understand two things...
1. There is no any method in Matlab to generate functions of variables as I understand... So, how can I provide this updating? I need that function of phi...
2. Is there any command for finding nth Fourier coefficient of function, not a vector?

Any useful tips?
 
  • #2
If you can write the function, set a vector of points x where the delta is very small, evaluate the function then take the FFT, the coefficients should pop right out as the real part.
 

Suggested for: Fourier coeffs of a function in Matlab

Replies
4
Views
488
Replies
4
Views
2K
Replies
4
Views
914
Replies
2
Views
1K
Replies
6
Views
733
Replies
32
Views
1K
Replies
2
Views
966
Replies
5
Views
1K
Back
Top