由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Mathematics版 - 请教:Fourier transform in Matlab
相关主题
Fourier Transform, Laplace Transform, and z Transform积分问题求助
Fourier Transform & Differentiabilitydelta function question
Fourier Trans questions请教:时间序列的lag operator 和 Fourier transform
请教好的approximation techniques求助老文献
紧急请教1/n^2,n=1,2,..之和如何计算?问一个基本的fourier transform 计算问题
Dirac函数积分表达式的证明How to get a sampled verson of laplace transformed tranfer (转载)
请问数学里有类似的问题吗?应该找哪方面的书?什么样的软件可以用来fitting一个多项式?谢谢!
给大家拜年兼问个数学问题a least square fitting problem
相关话题的讨论汇总
话题: matlab话题: fourier话题: transform话题: function话题: sin
进入Mathematics版参与讨论
1 (共1页)
l*****e
发帖数: 1345
1
I have a few years of air temperature data. I want to use Fourier Transform
in Matlab to get a function with sume of three or four sin or cos with
different frenquencies.Then I want to use this function to predict the air
termperature. How to achieve this in Matlab? I am not familiar with Matlab
and any suggestion and comments will be highly appreciated.
w**a
发帖数: 1024
2
is your date evenly sampled?
if so you can use 'fft' function
if not, you need other method to estimate the spectra.
commonly used one is least squares fitting.

Transform

【在 l*****e 的大作中提到】
: I have a few years of air temperature data. I want to use Fourier Transform
: in Matlab to get a function with sume of three or four sin or cos with
: different frenquencies.Then I want to use this function to predict the air
: termperature. How to achieve this in Matlab? I am not familiar with Matlab
: and any suggestion and comments will be highly appreciated.

l*****e
发帖数: 1345
3
I appreciate your response. I want to do analysis on daily average
temperature. That means I have one daily average temperature per day.
Originally, I used least square fitting with a single sin function. But a
single sin curve could not fit peak values well. My professor suggested me
using Fourier Transform with sum of three or four sin or cos in an effort to
fit the data better. Any more suggestion?
Thanks again.

【在 w**a 的大作中提到】
: is your date evenly sampled?
: if so you can use 'fft' function
: if not, you need other method to estimate the spectra.
: commonly used one is least squares fitting.
:
: Transform

1 (共1页)
进入Mathematics版参与讨论
相关主题
a least square fitting problem紧急请教1/n^2,n=1,2,..之和如何计算?
请问怎么在matlab 里面画平滑得曲线啊?Dirac函数积分表达式的证明
问一个Linear regression的弱问题请问数学里有类似的问题吗?应该找哪方面的书?
(zz)Heroes in My Heart (42)给大家拜年兼问个数学问题
Fourier Transform, Laplace Transform, and z Transform积分问题求助
Fourier Transform & Differentiabilitydelta function question
Fourier Trans questions请教:时间序列的lag operator 和 Fourier transform
请教好的approximation techniques求助老文献
相关话题的讨论汇总
话题: matlab话题: fourier话题: transform话题: function话题: sin