Fourier cosine series of a vector
5 ビュー (過去 30 日間)
古いコメントを表示
Hi guys,
I have a vector f1 and i need to find the coefficients of the cosine series of f1 for at least 8 harmonics. Any help would be highly appreciated.
Thank you
Masoud
0 件のコメント
回答 (1 件)
Charan Jadigam
2020 年 3 月 2 日
Hi,
Fourier Cosine Coefficients of the vector can be found using ‘Fit’ function. You can do so by,
>> fit(t1',f1','fourier8')
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!