Estimation & aproximate fourier coefficients

13 ビュー (過去 30 日間)
Jenny Melynda Siagian
Jenny Melynda Siagian 2022 年 1 月 1 日
回答済み: Sulaymon Eshkabilov 2022 年 1 月 1 日
Part 1: Estimating the Values ​​of Ao, An, and Bn with Fourier Series (Discrete)
- Estimate the value of Ao, An, and Bn with the Fourier Series and display the results in tabular and graphical form. (*n = Total Data)
Part 2: Approximation with Fourier Series (Discrete)
- Perform Approximation based on Ao, An, and Bn with Fourier Series.
- Compare the Approximation Result Graph with Size Data and Calculate the RMSe Value.
- How many "n" you have to involve in order to get the function that best fits the result of the measure.

回答 (1 件)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2022 年 1 月 1 日
(1) Take a sample function or data to find estimated Fourier Series coeffs
(2) Call Curve Fitting Toolbox
(3) Obtain the coeff's A0 A1 A2 ...An and B1 B2 ... Bn
Here is a nice doc on curve fitting toolbox for such exercises: https://www.mathworks.com/help/curvefit/fourier.html
Or you can write a fcn file of your own. Here is an example code: https://www.mathworks.com/matlabcentral/fileexchange/31013-simple-real-fourier-series-approximation

カテゴリ

Help Center および File ExchangeSmoothing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by