Fourier cosine series of a vector
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Charan Jadigam
le 2 Mar 2020
Hi,
Fourier Cosine Coefficients of the vector can be found using ‘Fit’ function. You can do so by,
>> fit(t1',f1','fourier8')
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!