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 CenterFile Exchange에서 Smoothing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by