How can I code for cosine fit ?
Mostrar comentarios más antiguos
Respuestas (1)
Image Analyst
el 25 de Mzo. de 2013
0 votos
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 comentarios
RS
el 26 de Mzo. de 2013
Image Analyst
el 26 de Mzo. de 2013
I guess I'd start by making X and Y have the same number of elements. Why don't they?
RS
el 2 de Abr. de 2013
Categorías
Más información sobre Image Transforms en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!