jorge
unread,May 23, 2013, 4:43:10 PM5/23/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
hello
im currently working on a cosine curve fit using the fminspleas code, it works out perfectly for the form f(t) = a*cos((x-phi)*(2*pi/T)), where T is the period of my function.
the code lets me know a and phi very accurately, but im now in the need to find the function form
f(t) = a*cos((x-phi)*(2*pi/T)) + c
how can i find c?, which correspond to the vertical displacement of the function
thanks