Svdfit / Sin Function


carpenter
05-02-2003, 02:41 AM
I have a sequenc of digitized vibration data that was inadvertently clipped. I need to recover the best estimate of the peaks of the signal. I've gotten SVDFIT to funcition satisfactorily using a polynomial fit { y = a0 + a1*x + a2*x^2 ... }. But it seems that I should be using a sin basis function in the call to FUNCS instead of the polynomial. Any suggestions would be apprecieated.
Thanks,
-Tim-