How can I code for cosine fit ?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can I write code for smooth cosine fit for given data and find residual ?
2 commentaires
Réponses (1)
Image Analyst
le 25 Mar 2013
Any signal is composed of lots of cosines - that's basically what the Fourier transform (spectrum) is. It's the strength (weight) of all the cosines that can go into building up your signal. Maybe just take the Fourier Transform and look for the highest frequency to determine the frequency of cosine that is contributing most to your signal. Once you know the frequency, just construct a signal and subtract it from your original signal, etc.
4 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!