how can I solve this question? I need help
Ältere Kommentare anzeigen
Antworten (1)
Stephan
am 13 Apr. 2019
1 Stimme
5 Kommentare
ahmet emin arslan
am 13 Apr. 2019
ahmet emin arslan
am 13 Apr. 2019
Walter Roberson
am 13 Apr. 2019
Bearbeitet: Walter Roberson
am 13 Apr. 2019
polyfit uses Vandermonde matrix to do the calculation, not least squares.
You require an 8th order polynomial and you have 9 input points. There are exact solutions for the fit (to within round-off) using techniques such as lagrange interpolating polynomial. Least squares is not one of those exact solution techniques, not unless you are using it in a degenerate sense.
I have to wonder, then, whether the question is expecting you to use curve fitting, or expecting you to construct a sum-of-squares residue function and minimize that function ?
ahmet emin arslan
am 13 Apr. 2019
Walter Roberson
am 14 Apr. 2019
fittype('poly8')
Kategorien
Mehr zu Linear Predictive Coding finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
