Fourier cosine series of a vector
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Charan Jadigam
am 2 Mär. 2020
Hi,
Fourier Cosine Coefficients of the vector can be found using ‘Fit’ function. You can do so by,
>> fit(t1',f1','fourier8')
1 Kommentar
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!