Click here to Skip to main content
15,888,454 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerRe: Simple shape recognition Pin
RichardM130-May-08 19:25
RichardM130-May-08 19:25 
QuestionFourier Series Question Pin
MarkB77724-May-08 5:45
MarkB77724-May-08 5:45 
AnswerRe: Fourier Series Question Pin
73Zeppelin24-May-08 8:11
73Zeppelin24-May-08 8:11 
GeneralRe: Fourier Series Question Pin
MarkB77724-May-08 14:26
MarkB77724-May-08 14:26 
RantRe: Fourier Series Question Pin
Nelek24-May-08 15:57
protectorNelek24-May-08 15:57 
GeneralRe: Fourier Series Question Pin
Brady Kelly31-May-08 22:42
Brady Kelly31-May-08 22:42 
GeneralRe: Fourier Series Question Pin
Nelek1-Jun-08 5:33
protectorNelek1-Jun-08 5:33 
AnswerRe: Fourier Series Question Pin
MarkB77724-May-08 21:17
MarkB77724-May-08 21:17 
Hi,

I just figured the problem out. Turns out it was my basic integration that was the problem :P

<br />
<br />
Ao = 1/4<br />
An = (1/(n^2*PI^2))*(cos(n*PI)-1)<br />
Bn = (-1/(PI*n))*cos(n*PI)<br />
<br />
f(t) = Ao + SUM(An*cos(n*w*t)) + SUM(Bn*sin(n*w*t))<br />
<br />
Where SUM is from n=1 -> n =infinity, and w = (2*PI)/T<br />
<br />



Thanks for your help anyway.


Cheers,


GeneralRe: Fourier Series Question Pin
73Zeppelin24-May-08 22:08
73Zeppelin24-May-08 22:08 
QuestionDrawing a sketch with constraints Pin
Member 103128822-May-08 12:37
Member 103128822-May-08 12:37 
AnswerRe: Drawing a sketch with constraints Pin
73Zeppelin22-May-08 19:32
73Zeppelin22-May-08 19:32 
GeneralRe: Drawing a sketch with constraints Pin
Member 103128823-May-08 5:45
Member 103128823-May-08 5:45 
GeneralRe: Drawing a sketch with constraints Pin
73Zeppelin23-May-08 10:31
73Zeppelin23-May-08 10:31 
GeneralRe: Drawing a sketch with constraints Pin
Member 103128823-May-08 12:02
Member 103128823-May-08 12:02 
GeneralRe: Drawing a sketch with constraints Pin
73Zeppelin24-May-08 7:55
73Zeppelin24-May-08 7:55 
QuestionSubset Packing problem Pin
Ehsan_DSI20-May-08 23:04
Ehsan_DSI20-May-08 23:04 
AnswerRe: Subset Packing problem Pin
73Zeppelin21-May-08 21:10
73Zeppelin21-May-08 21:10 
QuestionRqst links for Time Complexity Pin
Vijjuuu.19-May-08 21:19
Vijjuuu.19-May-08 21:19 
AnswerRe: Rqst links for Time Complexity Pin
73Zeppelin22-May-08 0:21
73Zeppelin22-May-08 0:21 
GeneralRe: Rqst links for Time Complexity Pin
Vijjuuu.22-May-08 3:43
Vijjuuu.22-May-08 3:43 
GeneralRe: Rqst links for Time Complexity Pin
73Zeppelin22-May-08 19:50
73Zeppelin22-May-08 19:50 
QuestionExtracting shear X&Y from 3x3 affine transformation matrix Pin
Jim Crafton19-May-08 10:27
Jim Crafton19-May-08 10:27 
AnswerRe: Extracting shear X&Y from 3x3 affine transformation matrix Pin
Anthony Mushrow19-May-08 11:08
professionalAnthony Mushrow19-May-08 11:08 
GeneralRe: Extracting shear X&Y from 3x3 affine transformation matrix Pin
Jim Crafton20-May-08 2:54
Jim Crafton20-May-08 2:54 
GeneralRe: Extracting shear X&Y from 3x3 affine transformation matrix Pin
Anthony Mushrow20-May-08 3:31
professionalAnthony Mushrow20-May-08 3:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.