I am modelling a distorted sinusoid using y=f0(sin(f1()w+f2())).
y is the distorted sinusoidal input variable set. w is a linear count from 0 to 1 that matches the y data set in number- that is, each of these two data sets is equal in length.
y is actually a series of distorted (about 6 percent distortion) sine waves.
What I am trying to do is create a polynomial that based upon a number in w will produce the corresponding value of y in my series of sinusoids.
I am using a gaussian to help the fit and the output actually looks like I expect.
I have included the file. Since I am new to Formulize, I would appreciate it if anyone has the time to look at what I have done and tell me whether they think I have expressed what I want correctly.
Thank you,
Don Morgan